The current .NET SDK does not support targeting .NET Core 3.0 | 3.1 | 5.0

后端 未结 1 632
抹茶落季
抹茶落季 2021-02-05 00:57

I\'ve just downloaded the release version of .NET Core 3.0.100
It was installed alongside older version that I have:

When I try to run dotnet restore<

相关标签:
1条回答
  • 2021-02-05 01:25

    You also have to update your visual studio to the minimum supported version:

    .NET Core 3.0

    • minimum visual studio v16.3

    .NET Core 3.1

    • minimum visual studio v16.5

    .NET Core 5.0

    • minimum visual studio v16.6 latest preview

    (https://dotnet.microsoft.com/download/dotnet-core/3.0)


    (https://dotnet.microsoft.com/download/dotnet-core/3.1)


    (https://dotnet.microsoft.com/download/dotnet/5.0)

    0 讨论(0)
提交回复
热议问题