Details
Description
Attempting to nuget install the following package fails using the Nuget client and a Nexus repo:
<package id="Microsoft.Web.InfrastructureQuery" version="1.0.0.0" />
The package version has four digits in nuspec. Only three digits are sent by the Nuget client.
This works:
This does not work:
http://localhost:8081/repository/nuget.org-proxy/Packages(Id='Microsoft.Web.Infrastructure',Version='1.0.0')
But it does work directly against nuget.org:
https://www.nuget.org/api/v2/Packages(Id='Microsoft.Web.Infrastructure',Version='1.0.0')
We need to work with the 3 digit version from the nuget client.
Attachments
Issue Links
- causes
-
NEXUS-18080 NuGet metadata does not display consistently
-
- Open
-