Nuget错误从源代码构建ASP.NET Core

时间:2018-12-18 12:11:10

标签: c# asp.net-core asp.net-core-2.0

我试图按照此链接中的说明从源代码分支版本/2.2中打开ASP.NET Core解决方案:

https://github.com/aspnet/AspNetCore/blob/master/docs/BuildFromSource.md

我在大多数项目中遇到的错误类似于:

NU1602,项目依赖项Microsoft.AspNetCore.ChunkingCookieManager.Sources不包含下限。

csproj文件的内容如下:

  

PackageReference Include =“ Microsoft.AspNetCore.ChunkingCookieManager.Sources” PrivateAssets =“ All” Version =“ $(MicrosoftAspNetCoreChunkingCookieManagerSourcesPackageVersion)”

根据visual studio,未定义属性$(MicrosoftAspNetCoreChunkingCookieManagerSourcesPackageVersion)。

有人知道它在哪里设置吗?

0 个答案:

没有答案