Upgrading .NET core version 7 to 8

From Logic Wiki
Jump to: navigation, search


  • In Visual Project go to Project > Project properties > Application > General > Target Framework and change it to .NET 8
  • in command prompt run dotnet --list-sdks to see which versions are installed on your computer
  • Go to solution folder and open global.json with a text editor and change the .net sdk version to one you listed above