asp-net core2新的Web项目问题

时间:2017-08-17 06:02:50

标签: asp.net-mvc asp.net-core asp.net-core-2.0 .net-core-2.0

我正在尝试创建一个新的ASP-Net core2 MVC项目,但该项目是使用构建错误创建的

Error   NU1202  Package System.Diagnostics.TraceSource 4.0.0 is not compatible with netcoreapp2.0 (.NETCoreApp,Version=v2.0).

Error   NU1202  Package System.Runtime.Serialization.Formatters 4.3.0 is not compatible with netcoreapp2.0 (.NETCoreApp,Version=v2.0)

有很多NuGet包兼容性问题,如截图所示 enter image description here

我安装了dotnet core2,使用Visual Studio 15.3.0和NuGet 4.1.0

我在这里缺少什么?

1 个答案:

答案 0 :(得分:0)

奇怪的是你有NuGet 4.1.0,因为VS 2017“15.3”应该随NuGet 4.3.0一起提供。 我尝试创建新项目并拥有与您相同的包,没有任何问题,但我安装了Nuget 4.3.0。

尝试更新您的Nuget较新版本,因为目前只有Nuget 4.3.0完全支持Standard 2.0 / .NET Core 2.0。