Nuget命令始终处于暂挂状态且无法正常工作

时间:2017-04-02 10:22:42

标签: visual-studio-2015 nuget

之前工作正常......
但今天我正在使用ASP.Net MVC。
我将安装ASP.NET Web Optimization ... 1.1.3
使用Nuget命令或查找解决方案。

似乎总是等待没有任何回应。

这里发生了什么?

enter image description here

这就是我的Nuget.config ..

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
  </packageSources>
  <disabledPackageSources>
    <add key="Microsoft and .NET" value="true" />
  </disabledPackageSources>
</configuration>

0 个答案:

没有答案