About 3,490,000 results
Open links in new tab
  1. How can I track down the source of a transitive dependency?

    Jun 5, 2020 · However, if you use Manage NuGet Packages... for a single project, you can simply search for the transitive dependency in the search box, and it will be shown under the …

  2. How do I install a NuGet package .nupkg file locally to Visual Studio?

    Apr 20, 2012 · Menu Tools → Options → Package Manager Give a name and folder location. Click OK. Drop your NuGet package files in that folder. Go to your Project in Solution Explorer, …

  3. How do I get NuGet to install/update all the packages in the …

    Jul 30, 2011 · To update all the packages in your solution, first restore them, and then you can either use NuGet.exe to update the packages or from within Visual Studio you can update the …

  4. How to view a NuGet package's dependency hierarchy

    Sep 13, 2021 · How can I view the hierarchy of dependencies between NuGet packages (either textual or graphically)?

  5. Change NuGet package folders used by Visual Studio

    UPD 2024: standalone nuget commands replaced with dotnet nuget CLI. The information provided is relevant for VS2022 and .NET 8. Cache locations Solution-local packages folders …

  6. Visual Studio Community 2022: NuGet Package Manager not …

    May 12, 2024 · Go into the package source, copy the details of nuget.org, delete nuget.org, then re-add nuget.org with the details you copied. 2: Select "Tools" > "Options" > "NuGet Package …

  7. Check if nuget package exists using command line

    Feb 25, 2016 · How can I check if nuget package with specific version exists in a specified package source (nuget server) using powershell or commandline outside visual studio? …

  8. How do I install the Nuget provider for PowerShell on a …

    Jul 18, 2018 · Bootstrap the NuGet provider and NuGet.exe Install-PackageProvider To continue, as trebleCode stated, I did the following Install NuGet provider on my connected machine On a …

  9. How to resolve "NuGet package restore failed" in Visual Studio?

    Sep 19, 2018 · Ran into the same issue. In my case, it was because Visual Studio only had the Offline Package source and could not resolve the packages I needed. I added in the nuget.org …

  10. c# - nuget doesn't recognize installed packages - Stack Overflow

    Jul 14, 2017 · I couldn't reinstall the nuget package because it said it was already installed, so I removed the package from packages.config, then Nuget let me resinstall it.