Skip to main content

Development

Fightning with .NET - 'unable to resolve' nuGet package errors

Fightning with .NET - 'unable to resolve' nuGet package errors

·168 words·1 min
Encountered cryptic NuGet package errors while setting up a .NET test environment. The fix: remind NuGet where to find packages by re-adding the source with dotnet nuget add source. A simple solution to a confusing problem.