3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Chocolateyで使用するNuGetのバージョンが古くなった場合の対処法

3
Posted at

Chocolateyを使ってパッケージをインストールしようとした際に、以下のようなエラーが出る場合があります。

The schema version of 'Microsoft.AspNet.Mvc' is incompatible with version

エラー自体はメッセージの通りNuGetのバージョンが古いだけなので、対処は以下の場所にあるNuGetをアップデートするだけです。

C:\cd C:\Chocolatey\chocolateyInstall 
C:\Chocolatey\chocolateyinstall>nuget.exe update -self

特にChocolateyのインストール先をいじっていなければここにあるはずです。

参考URL

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?