Use Visual Studio 2017 with .Net Core SDK 3.0

前端 未结 8 928
再見小時候
再見小時候 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:15

    You need to enable "Use previews of the .NET Core SDK" from

    Visual Studio's tools | Options | Project and Solutions | .NET Core


    After this, you need to restart visual studio and you will be able to use ".NET Core 3" projects.

    You can also follow youtube page for any further queries regarding ".NET Core 3".

提交回复
热议问题