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

Add support to .net core #12

Open
aflopes opened this issue Dec 20, 2017 · 3 comments
Open

Add support to .net core #12

aflopes opened this issue Dec 20, 2017 · 3 comments

Comments

@aflopes
Copy link

aflopes commented Dec 20, 2017

This SDK could target 'netstandard2.0' instead of v4.5.1 so that it could be used in .net Core applications and in .Net Framework applications.

@afnpires
Copy link

Is there any prediction for when this could be achieved?

@pashchuk
Copy link

pashchuk commented Mar 5, 2021

There is an .NET 5 already released, but we are still targeting net 4.5.1 here.
Why we can't target the netstandard at least?

@qingshanJBHIFI
Copy link

We get the warning when targeting to .net 6:

warning NU1701: Package 'Riskified.SDK 3.4.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net6.0'. This package may not be fully compatible with your project.

any plan to support .net 6?

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

No branches or pull requests

4 participants