Skip to main content
Filter by
Sorted by
Tagged with
21 votes
2 answers
43k views

Let's discuss following topic. There is application which currently is being deployed with good to know xcopy method.This approach makes difficult to manage dependencies, file updates etc. There is ...
Vadym Fedorov's user avatar
333 votes
19 answers
317k views

I have the following convention for most of my projects: /src /Solution.sln /SolutionFolder /Project1 /Project2 /etc.. /lib /Moq moq.dll license....
TheCloudlessSky's user avatar
644 votes
11 answers
1.1m views

I have some .nupkg files from a C# book that I would like to install to Visual Studio. How can I install them? Here is what I see in the Add Library Package Reference window showing no packages, with ...
Tom's user avatar
  • 16.4k
49 votes
2 answers
110k views

I am trying to download JSON.NET from NuGet. Is it available? What's the correct command?
the_drow's user avatar
  • 19.3k
138 votes
17 answers
239k views

I figure out that NuGet allows proxy settings configuration since 1.4 version (June 2011). But, I can't find any command line example. I'm trying to run some build and NuGet can't connect. How do I ...
Ricardo's user avatar
  • 1,639
808 votes
18 answers
857k views

I have a solution with multiple projects in it. Most of the third party references are missing, yet there are packages.config file for each project. How do I get NuGet to install/update all the ...
Samuel Goldenbaum's user avatar
112 votes
3 answers
151k views

I want to create a NuGet package which adds multiple .dll files as references to my project. I have a folder with 10 .dlls files in it. When I install this via nuget, I want these files to be added ...
Danhol86's user avatar
  • 1,502
451 votes
26 answers
364k views

I have an ASP.NET MVC5 application that worked yesterday and now I am getting this error when I try to build: This project references NuGet package(s) that are missing on this computer. I have the ...
Austin Harris's user avatar
154 votes
14 answers
115k views

I have been using NuGet to retrieve packages from external and internal package sources, which is very convenient. But I have realized that the packages are by default stored per solution, which is ...
Mats Isaksson's user avatar
611 votes
47 answers
497k views

I'm trying to use nopCommerce(Which is written in .NET Core) but when I want to run the project I face 52 Errors telling me Run a nuget package restore Assets file ~\obj\project.assets.json' not ...
NeverTrust's user avatar
  • 6,367
928 votes
8 answers
251k views

Is there a way to download a previous version of a package with NuGet, not the latest one?
ryudice's user avatar
  • 37.6k
411 votes
5 answers
266k views

I want to install an older version of a package (Newtonsoft.Json). But NuGet rolls back: PM> Install-Package Newtonsoft.Json -Version 4.0.5 Successfully installed 'Newtonsoft.Json 4.0.5'. Install ...
Nebide Yildiz's user avatar
20 votes
4 answers
25k views

Please consider the following nuspec file: <?xml version="1.0"?> <package > [SOME METADATA] <files> <file src="bin\x64\$configuration$\GR*.filetype" target="content\" /&...
user avatar
356 votes
12 answers
109k views

I'm trying to get TFS (2013) to ignore my packages folder. I passionately don't want it source controlled as I'm using NuGet and it's great! I've tried cloaking (doesn't seem to work), I've tried ...
Matt's user avatar
  • 5,657
344 votes
37 answers
384k views

I searched this problem but none of the solutions worked. I have Visual Studio Professional 2015 installed and I am using TFS. My NuGet version is 3.1.6. This problem is happening only in my C# Web ...
Ques Tion's user avatar
  • 3,435
94 votes
8 answers
115k views

Using the dotnet command line tool, how can I add a reference to an existing local package that is not downloaded with NuGet? I have tried adding a local package to a project bar with dotnet: dotnet ...
sakra's user avatar
  • 66.6k
224 votes
5 answers
78k views

I have migrated a solution that is currently targeting .NET 4.0 in VS2010 to VS2012 and now I would like to re-target it to .Net 4.5 What I am not sure about is the NuGet packages. For example EF5, ...
Ivan Zlatev's user avatar
  • 13.3k
149 votes
15 answers
91k views

How can I view the hierarchy of dependencies between NuGet packages (either textual or graphically)?
Neil Barnwell's user avatar
93 votes
11 answers
128k views

I created a new ASP.NET MVC 5 web project in VS 2013 (Update 1) then updated all NuGet packages. When I build the project, I get the following warning: warning MSB3243: No way to resolve conflict ...
Jim Lamb's user avatar
  • 25.9k
78 votes
10 answers
74k views

I'm trying to add AutoMapper as a dependency to a project using NuGet on Visual Studio Premium 2012, but it fails. It says: Operation failed 'AutoMapper' already has a dependency defined for '...
pomber's user avatar
  • 24.1k
59 votes
4 answers
12k views

I've been mucking about with a .NET Standard project and NuGet. I've got a working project and have uploaded it to NuGet.org. My project targets .NET Standard 1.3, which should support .NET Framework ...
Tom Wright's user avatar
  • 11.5k
40 votes
6 answers
38k views

Is there any way to force dotnet pack to include all referenced assemblies (all dependencies in project.json)? I believe this is related: https://github.com/dotnet/cli/issues/1290 https://github.com/...
Marcus's user avatar
  • 8,688
28 votes
5 answers
78k views

I am getting this error: [nuget.org] Unable to load the service index for source https://api.nuget.org/v3/index.json. An error occurred while sending the request. Unable to connect to the remote ...
Ajit Pawar's user avatar
25 votes
4 answers
17k views

How should I reference to another project A from project B in the same solution? What do I gain and what do I lose if I: Add the reference to project A as a project reference. Install the NuGet ...
ʃʈɑɲ's user avatar
  • 2,694
1 vote
1 answer
3k views

We have a project (ProjectAbc) in a solution which is referencing a nuget package (which is our different project [ProjectXyz] from other solution). We use .net core framework and package reference to ...
Vicky's user avatar
  • 744

1
2 3 4 5
32