-
Notifications
You must be signed in to change notification settings - Fork 714
Closed
Description
/usr/share/dotnet/sdk/5.0.408/NuGet.targets(131,5): error : Failed to retrieve information about 'Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer' from remote source 'https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.versioning.apiexplorer/index.json'. [/builds/dsi/sipp/sipp-apps/api/src/SIPPApi.sln]
/usr/share/dotnet/sdk/5.0.408/NuGet.targets(131,5): error : The content at 'https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.versioning.apiexplorer/index.json' is not a valid JSON object. [/builds/dsi/sipp/sipp-apps/api/src/SIPPApi.sln]
/usr/share/dotnet/sdk/5.0.408/NuGet.targets(131,5): error : The JSON document is not an object. [/builds/dsi/sipp/sipp-apps/api/src/SIPPApi.sln]
Got this problem today while deploying my pipeline, was working smoothly since months now, but i did not touch anything and today I'm facing this problem.
The problem is only related to Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer
, I was able to retrieve the other packages with no issue.
Any help please ?