有谁知道为什么我从GitHub上Clone的源码 用VS2017生成总是报错。
The current .NET SDK does not support targeting .NET Core 2.0. Either target .NET Core 1.1 or lower, or use a version of the .NET SDK that supports .NET Core 2.0. Microsoft.AspNetCore.Mvc.TestDiagnosticListener C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.TargetFrameworkInference.targets 112
我已经安装了.NetCore2.0 SDK 和 .NET Core 2.0.0 runtime
求解答。
把nuget升级一下就行了
vs2017 已经集成了nuget4了。。
命令行输入 dotnet --version 看看你的netcore sdk版本