You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a warning when referencing the NCuid package from a net core project:
NU1701 Package 'NCuid 1.0.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 '.NETCoreApp,Version=v3.1'.
This package may not be fully compatible with your project.
A new version with netstandard support will be pretty welcome:)
The text was updated successfully, but these errors were encountered:
There is a warning when referencing the NCuid package from a net core project:
A new version with netstandard support will be pretty welcome:)
The text was updated successfully, but these errors were encountered: