Closed SathyaBhat closed 7 months ago
Found the solution via https://stackoverflow.com/a/54798770/92837
I finally fixed the issue by deleting the NuGet.Config file in C:\Users\
\AppData\Roaming\NuGet folder then running dotnet restore Running dotnet restore created a fresh config file on the folder which i noticed has a different packageSources value than the old one.
The old one had https://www.nuget.org/api/v2/ while the new one had https://api.nuget.org/v3/index.json
HI,
I see that dotnet 8 support is mentioned in the previous release but I can't install it using nuget. Is this expected?