Use Visual Studio 2017 with .Net Core SDK 2.0

前端 未结 4 1067
走了就别回头了
走了就别回头了 2020-12-16 11:33

Can i open a core 2.0 project in Visual Studio 2017?

I\'ve installed the latest dotnet-core (2.0.0-preview2-005840) and created a core 2.0 console-app.



        
4条回答
  •  醉酒成梦
    2020-12-16 11:49

    The Visual Studio .NET Core tools were just released in March, yet the 2.0 preview you are using was released in April. https://blogs.msdn.microsoft.com/dotnet/2017/03/07/announcing-net-core-tools-1-0/ You'll need to wait for an update to the .NET Core Tools before you can use Visual Studio with .NET Core 2.0

提交回复
热议问题