Use Visual Studio 2017 with .Net Core SDK 3.0

前端 未结 8 829
再見小時候
再見小時候 2020-12-05 09:11

How Can I open .Net Core 3.0 project in Visual Studio 2017?

I have downloaded the .NET Core 3.0 SDK from dotnet.microsoft.com and created new project wi

8条回答
  •  有刺的猬
    2020-12-05 10:12

    Came across the same issue and this article helped to sort out

    1. Check if .NET Core SDK 3.x is installed

    If there is none, go to the official .NET Core 3 Download page and get it, then install it and try again. https://dotnet.microsoft.com/download/dotnet-core/3.0

    2. Enable .NET Core SDKs Previews

    .NET Core 3.0 preview1 was the last version of .NET Core 3.0 that worked with Visual Studio 15.9 (aka Visual Studio 2017): any subsequent release of .NET Core 3.0 (including nightlies) require VS 16.0+, aka Visual Studio 2019.

    3. Check the PATH environment variables

    Reference : https://www.ryadel.com/en/current-net-sdk-not-support-net-core-3-0-fix/

提交回复
热议问题