-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.NET Core 2.0 Package? #5
Comments
Not sure I follow? The |
Well, I only see the 1.3 one: https://www.nuget.org/packages/BouncyCastle.NetCore/:
|
Oh, I think I was looking at the wrong package 🤔 This one: https://www.nuget.org/packages/Portable.BouncyCastle indeed contains the different versions. |
This repo is for |
OK, let's close this issue then :) Seems it works as expected |
This
netcoreapp2.0 should support netstandard2.0? |
Hello,
It seems that currently we are being offered a .NET Core 1.x package. Are there any plans to offer the 2.0 variant? For example, a very important class that allows us to work with openssl-based RSA private keys is
DotNetUtilities
(https://github.com/onovotny/bc-csharp/blob/netstandard/crypto/src/security/DotNetUtilities.cs), which can be used under .NET Core 2.0I tried understading how we generate the package only for .NET Standard 1.3 and not for 2.0 also, but no luck with that :( The dotnet pack documentation doesn't say the default target framework.
Thanks!
The text was updated successfully, but these errors were encountered: