Help with NuGet Packages
I cloned a projket and it says to me that i dont have the NuGet Packages, How do I know which one to install ?
11 Replies
if you cloned a .NET project, just
dotnet restore
the project file already contains a list of nugets it needs
Your nuget config is fucked, it seems
also your computer is speaking german :pdamn
yeah xd
well, good news is that the nugetconfig can be fixed
it looks like you are using visual studio
yes
yes
ok that seems fine, go to the "config files" section
one step above in that list
okay, we have a local nuget config for this project
lets open that file
thats the top one
so select it, and click "öffnen"
Gotta run for a bit, but post that file here and someone else might be able to help
or I'll come back in ~60 min
Im not sure what components you are using from the telerik nuget feed, but I'd try disabling it
solved it, with https://docs.telerik.com/reporting/getting-started/installation/adding-private-nuget-feed#setup-with-nuget-cli
Adding Telerik NuGet Feed to VS with Package Manager or CLI - Teler...
Get up and running with Telerik Reporting and learn how to add quickly and easy the Telerik private NuGet feed to Visual Studio with the NuGet Package Manager or NuGet CLI in this step-by-step tutorial.
used the first command