python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to restore visual studio nuget packages?
I cloned and loaded a visual studio project .net 4.8. I see all these references here
I tried a package restore and I get
All packages are already installed and there is nothing to restore.
I trie...
omega
Votes: 0
Answers: 1
F# Can't install nugets because doesn't find default nuget source
I'm trying to install some nuget packages using vs code in F# interactive (fsx script). It has worked before because I have successfully installed FSharp.Data, but it seems to not work (anymore).
Foll...
user1817810
Votes: 0
Answers: 1
.Net core - Nuget restore with Runtime files
I have a C# project (.Net 6 class library) that loads powershell host and executes some powershell commands. The project has "runtimes" added as part of the other package references.
When I...
Ganu
Votes: 0
Answers: 0