Entity Framework Core Lastest Github Source Code use 3.1.100-preview1-014024
SDK.
Where can I download this version SDK?
I tried:
3.0.100
SDKThis problem caused me to not debug run project and get error:
Unable to locate the .NET Core SDK. Check that it is installed and that the version specified in global.json (if any) matches the installed version.
There is no official release build of .NET Core 3.1 preview 1 yet, you'll need to build it on your own. You can download the source from here and run the build.cmd
(or build.sh
if on linux) script to build the sdk. All you need to do after that is tell Visual Studio to use it