Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3067

.Net Core 3.1/Standard 2.1 NU1101 for ALL packages

$
0
0

"NU1101 Unable to find package . No packages exist with this id in source(s): C:\Users..."

I started having this problem in my blazor app and I cannot seem to find a fix. Nothing seems to work...

I run .Net Core 3.1 w/ Standard 2.1.This does not happen in Framework apps.I have eliminated all config and json files from the branch as possible issues.I can list packages in the package manager, but I cannot install from there or command line (or even execute a dotnet restore).This was first noticed last month (12/20) with no recent changes having been applied.NU1101 is the error every time. Noticeably, it always says it cannot restore from the solution folder, which is not indicated anywhere.I have modified the nuget.config to include:

<config><add key="repositoryPath" value="./packages" /><add key="globalPackagesFolder" value="./packages" /></config><settings><repositoryPath>./packages</repositoryPath></settings>

No joy no matter what I try.


Viewing all articles
Browse latest Browse all 3067

Trending Articles