Closed FrancescElies closed 5 months ago
It sounds like maybe your only source is C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
You can see all the sources with this - CSharpier is on nuget.org
PS C:\> dotnet nuget list source
Registered Sources:
1. nuget.org [Enabled]
https://api.nuget.org/v3/index.json
2. Microsoft Visual Studio Offline Packages [Enabled]
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
Sometimes clearing the nuget cache can also help
dotnet nuget locals all --clear
nuget.org was missing, thanks!
I just wanted to install csharpier but I seem not to be able to install it
Any hints what I might be missing?