NugGet を使用するプロジェクトがあります。
プロジェクトをビルドしようとしていますが、次のエラーがあります:
...
Error 88 Unable to find version '2.1.505.2' of package 'Unity'. Common
Error 84 Unable to find version '1.0' of package 'CommonServiceLocator'. Common
Error 90 The command ""D:\Development\root\.nuget\nuget.exe" install "D:\Development\root\Common\packages.config" -source "" -RequireConsent -solutionDir "D:\Development\root\ "" exited with code 1. common
また、NuGet パッケージ マネージャーでパッケージをダウンロードしようとするとエラーが発生します。
パッケージの復元中にエラーが発生しました。もう一度お試しください
デフォルトのビジュアル スタジオのオンライン拡張機能検索は問題なく動作しています。
私はプロキシを使用していません:
VS 2012 は管理者権限で実行されています。
また、ビジュアル スタジオの構成が変更されました。
<system.net>
<defaultProxy useDefaultCredentials="true" enabled="true">
<proxy usesystemdefault="True"/>
</defaultProxy>
<settings>
<servicePointManager expect100Continue="false" />
<ipv6 enabled="true"/>
</settings>
</system.net>
しかし、これは役に立ちません。
助言がありますか?