NuGet fails to find existing package

前端 未结 5 2036
情话喂你
情话喂你 2021-01-08 01:24

How it\'s possible that NuGet\'s Install-Package fails with Unable to find version \'x\' of package \'y\' when that exact version is released as Nu

5条回答
  •  情歌与酒
    2021-01-08 01:57

    1. Right click on references in your project
    2. Manage NuGet Packages => All
    3. Uninstall affected packages

      if this will not resolve the issue, try to remove it from NuGetConfigFile located at C:\Users\UserName\AppData\Roaming\NuGet\NuGet.config

提交回复
热议问题