升级nuget包
Upgrade nuget package
我正在关注 microsoft tutorial,它要求我从包管理器安装 SendGrid
。当我尝试安装它时,我的包管理器出现以下错误
安装包:'System.Net.Http 4.0.0' 包需要 NuGet 客户端版本“3.0”或更高版本,但当前的 NuGet 版本是“2.12.0.817”。
在 line:1 char:16
- 安装包<<<< sendgrid
- 类别信息:未指定:(:) [安装包],NuGetVersionNotSatisfiedException
- FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
Nuget 已经安装到最新版本,有什么可以解决的吗?或者,还有其他方法可以使用个人帐户进行代码优先电子邮件确认和密码重置吗?
在 visual studio 中,转到工具 -> 扩展和更新 -> 更新。
Select Nuget 并单击“更新”。
如果无法进一步更新,您需要升级Visual Studio。
我正在关注 microsoft tutorial,它要求我从包管理器安装 SendGrid
。当我尝试安装它时,我的包管理器出现以下错误
安装包:'System.Net.Http 4.0.0' 包需要 NuGet 客户端版本“3.0”或更高版本,但当前的 NuGet 版本是“2.12.0.817”。 在 line:1 char:16
- 安装包<<<< sendgrid
- 类别信息:未指定:(:) [安装包],NuGetVersionNotSatisfiedException
- FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
Nuget 已经安装到最新版本,有什么可以解决的吗?或者,还有其他方法可以使用个人帐户进行代码优先电子邮件确认和密码重置吗?
在 visual studio 中,转到工具 -> 扩展和更新 -> 更新。
Select Nuget 并单击“更新”。
如果无法进一步更新,您需要升级Visual Studio。