Add support to .net core
aflopes opened this issue · 3 comments
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.
Is there any prediction for when this could be achieved?
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?
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?