Questions tagged [nuproj]

NuProj is a Visual Studio extension that adds a project type for building NuGet packages.

NuProj is a Visual Studio extension that adds a project type (.nuproj) for building NuGet packages. See the official NuProj website for more details.

4 questions
2
votes
0 answers

How to get version from reference in NuProj?

I've been trying NuProj and one thing I want to achieve is using a reference's version number as version for the generated NuGet package. Let's say I have a solution with 2 projects: (1) a class library and (2) a NuGet package. I've added 1 as a…
Léster
  • 1,177
  • 1
  • 17
  • 39
1
vote
1 answer

Nuproj alternatives for Visual Studio 2019?

We have a legacy C# and C++ solution (web services, web app, OWIN and Nancy) that was built with Visual Studio 2013. We now must use Visual Studio 2019 Enterprise. The solution has a .nuproj file that we were using with the open source nuproj…
clairestreb
  • 1,243
  • 12
  • 24
1
vote
1 answer

How to resolve ArgumentNullException caused by adding to .nuproj project file?

According to the NuProj documentation, NuGet supports adding references to framework assemblies as well. You can specify those via the FrameworkReference item:
0
votes
0 answers

How to make .nuproj projects work with NCrunch

I have a solution with two nuproj projects, say A and B. Both projects contain only props and targets files (so NO assemblies or PDB files) and they both generate NuGet packages. Now, A has no reference and it is an internal dependency, whereas B…
Fabio Strocco
  • 300
  • 4
  • 14