私はUbuntu 16.04を使用して、dotnetコアアプリケーションをビルドして配備しています。今度は、いくつかのパッケージがより新しいナゲットバージョンを必要とするため、NuGetを更新する必要がありました。自己更新後のエラーNuGet Ubuntu 16.04
(apt-getをnugetをインストールsudoを使用)リポジトリからインストールNuGetのバージョンがある:2.8.7.0
その後、私はそれを更新するためにnugetの自己更新機能を使用:「sudoのuget更新-自己'。この操作の出力:
[email protected]:~$ sudo nuget update -self
Checking for updates from https://www.nuget.org/api/v2/.
Currently running NuGet.exe 2.8.7.
Updating NuGet.exe to 3.5.0.
Update successful.
しかし、私は今nugetを起動しようとすると、私はこのエラーを取得:
[email protected]:~$ nuget
Could not load file or assembly or one of its dependencies.
Could not load file or assembly or one of its dependencies.
Could not load file or assembly or one of its dependencies.
Could not load file or assembly or one of its dependencies.
誰もが私が欠けているものを、見つけるためにどのように、任意のアイデアを持っています?私はこれを再現することができます(ビルドマシンはVirtualBoxです)。別のVMでは、自己更新は成功しており、Nugetはまだ動作しています。
事前に感謝します。
ありがとうございました。私の問題を解決しました。 –