Skip to content
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

Change TargetFramework from netcoreapp2.0 to netstandard2.0 #3

Merged
merged 1 commit into from
Jan 18, 2018

Conversation

robvanpamel
Copy link

Since we want to use this library in a .NET standard class library it needs to be a .NET standard library as well. I think it makes no sense to have it as a netcoreapp2.0 project as well.

Since we are running on Linux the unit-tests for RSA were not running before, nor after (since only OpenSSL is available) Can you verify these?

@catcherwong
Copy link
Owner

@robvanpamel
Yes ! .NET Standard Library will be the future !

The reason why Unit Tests can not pass is mainly caused by RSAEncryptionPadding.OaepSHA512 ! I have opened an issue in the original repo .

By the way , I'm vary glad that you send this PR to me , but I am not the owner of this repo , I can't publish a new version Nuget package .

Thanks !!

@catcherwong catcherwong merged commit 172b92d into catcherwong:master Jan 18, 2018
@catcherwong
Copy link
Owner

I have merge this PR and create a new PR to the original repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants