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
I get a warning when building my .NET Core application that includes this NUget package for my unit test project:
"Warning NU1701 Package 'EntityFrameworkTesting.Moq 1.2.1' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.0'. This package may not be fully compatible with your project. TaskManager.Tests E:\Documents\Development Projects\Imparta Task Manager Technical Test\TaskManager\TaskManager.Tests\TaskManager.Tests.csproj 1 "
Will you create a version that targets .NET Core 2.0 and upwards?
bigolewannabe, ddzubow, seesharpdev, kachalkov, h0wXD and 2 more