简体   繁体   中英

Visual Studio Not Finding Latest NuGet Package

About 8 hours ago, I published a new prelease to NuGet: https://www.nuget.org/packages/XrmUnitTest.2015/1.1.4-alpha05 And now I'm trying to reference it from Visual Studio, but it's not finding the 1.1.4-Alpha05 release, only the 1.1.4-Alpha03.

在此处输入图片说明

在此处输入图片说明

Even attempting to update manually doesn't work:

PM> Install-Package XrmUnitTest.2015 -Version 1.1.4-alpha05 -Pre
Attempting to gather dependencies information for package 'XrmUnitTest.2015.1.1.4-alpha05' with respect to project 'Defender.Xrm', targeting '.NETFramework,Version=v4.5.2'
Install-Package : Package 'XrmUnitTest.2015' is not found in the following primary source(s): 'https://api.nuget.org/v3/index.json'. Please verify all your online package sources 
are available.
At line:1 char:1
+ Install-Package XrmUnitTest.2015 -Version 1.1.4-alpha05 -Pre
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand

Looks like NuGet is having an issue.

在此处输入图片说明

If this ever happens again in the future, refer to http://status.nuget.org/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM