.NET Core 2.0 missing from my Visual Studio

前端 未结 6 1795
栀梦
栀梦 2020-12-11 15:05

So I\'ve installed the official .NET Core 2.0 SDK and when I\'m in Visual Studio i get heaps of errors and the target framework is not listed :(

It\'s like .NET Cor

6条回答
  •  难免孤独
    2020-12-11 15:19

    I just ran into this issue. Reinstalling the sdk and VS didn't help. The issue ended up being an incorrect order of paths in the System Path variable. As soon as I moved C:\Program Files\dotnet\ before C:\Program Files (x86)\dotnet\ VS was able to pickup the correct sdks.

提交回复
热议问题