Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Connector unable to GET SemVer 2.0.0 package
-
Hi,
Trying to install a package from Nuget.org(https://www.nuget.org/api/v2/) , which is a connector in a Proget feed but getting a package not found error.
Using Nuget.exe 4.7.0, package is using a SemVer 2.0.0 version, Proget 5.1.3
Nuget.exe install Nuget.Frameworks -source http://internalfeed/nuget/nugetorg
Feeds used:
http://internalfeed/nuget/nugetorgInstalling package 'Nuget.Frameworks' to 'C:\nugetrestore'.
CACHE http://internalfeed/nuget/nugetorg/FindPackagesById()?id='Nuget.Frameworks'&semVerLevel=2.0.0Attempting to gather dependency information for package 'Nuget.Frameworks.4.7.0' with respect to project 'C:\nugetrestore', targeting 'Any,Version=v0.0'
Gathering dependency information took 24.14 ms
Attempting to resolve dependencies for package 'Nuget.Frameworks.4.7.0' with DependencyBehavior 'Lowest'
Resolving dependency information took 0 ms
Resolving actions to install package 'Nuget.Frameworks.4.7.0'
Resolved actions to install package 'Nuget.Frameworks.4.7.0'
Retrieving package 'NuGet.Frameworks 4.7.0' from 'http://internalfeed/nuget/nugetorg'.
GET http://internalfeed/nuget/NugetOrg/package/NuGet.Frameworks/4.7.0+9245481f357ae542f92e6bc5e504fc898cfe5fc0
NotFound http://internalfeed/nuget/NugetOrg/package/NuGet.Frameworks/4.7.0+9245481f357ae542f92e6bc5e504fc898cfe5fc0 340ms
WARNING: Install failed. Rolling back...
Executing nuget actions took 406.39 ms
Package 'NuGet.Frameworks.4.7.0' is not found on source 'http://internalfeed/nuget/nugetorg'.Product: ProGet
Version: 5.1.3
-
Hello Hamza,
I am able to reproduce this and I've filed PG-1317 to fix it.
-
We are running 5.1.5 (the fix version indicated in PG-1317) and are still seeing the issue.
-
Is this still an issue or can I deploy 5.1.5?
-
Hello all,
ProGet 5.1.7 fixes an additional issue that was causing SemVer2 NuGet packages to fail to download: PG-1329