.net核心包还原失败

时间:2017-07-13 06:34:07

标签: asp.net visual-studio-2015 asp.net-core asp.net-core-1.0 asp.net-core-1.1

包恢复

ASP.NET Core 1.1中的包还原失败。 注意:我的目标是在我的项目中关注。

  

"框架":{       " net461":{}     },

最近我将我的项目从ASP.NET Core 1.0升级到1.1,它在我的旧笔记本电脑上工作正常,直到我将项目切换到全新的笔记本电脑,并安装了visual studio 15.这是VS 15的配置。 / p>

enter image description here

我还安装了此链接中提到的所需SDK https://jeremylindsayni.wordpress.com/2016/11/20/upgrading-from-net-core-1-0-t0-1-1-with-visual-studio-2015/

enter image description here

现在我的project.json文件看起来像这样。

enter image description here

global.json看起来像这样。

  

{     "项目":["。" ]   }

但是你可以看到包没有按预期加载。当我从包管理器控制台运行dotnet restore时,我得到类似的东西。

enter image description here

任何想法??

1 个答案:

答案 0 :(得分:0)

我修复了添加文件时的相同问题

如果您在添加一些代码文件(例如Controller,View等)时看到此错误, 原因之一是您尝试添加某些文件时CodeGeneration程序包失败。

添加nuget包

Microsoft.VisualStudio.Web.CodeGeneration.Design