dnauck / Portable.Licensing

Portable.Licensing is a cross platform software licensing framework which allows you to implement licensing into your application or library. It provides you all tools to create and validate licenses for your software.
http://dev.nauck-it.de/projects/portable-licensing
MIT License
592 stars 173 forks source link

.NET 5.0 compatibility: drop BouncyCastle dependency #55

Closed qmfrederik closed 4 years ago

qmfrederik commented 4 years ago

.NET Core 5.0 now has native support for EC certificates, which means we can drop the BouncyCastle dependency in favor of the built-in cryptography APIs, and maintain backward compatibility at the same time.

qmfrederik commented 4 years ago

Wrong repo, sorry.