Top "Nuspec" questions

A Nuspec file is used in the generation of Nuget packages.

how to resolve "Unable to find package" nuget error

Working on creating a nuget pkg for a project (A.csproj) which depends on another project (B.csprojec) added as …

nuget nuspec
Don't include dependencies from packages.config file when creating NuGet package

I am using Nuget to create packages. I would like to create a package which does not contain any dependencies (…

dependencies package nuget nuget-package nuspec
nuget spec dependencies, get latest version?

In the nuspec versioning docs I see 1.0 = 1.0 ≤ x (,1.0] = x ≤ 1.0 (,1.0) = x < 1.0 [1.0] = x == 1.0 (1.0) = invalid (1.0,) = 1.0 < x (1.0,2.0) = 1.0 < x < 2.0 [1.0,2.0] = 1.0 ≤ x ≤ 2.0 empty = …

nuget versioning specifications nuspec
nuspec contentFiles Example

Yesterday NuGet 3.3 was released (release notes) and there is a new contentFiles element supported (docs). However, I can't seem to …

nuget nuspec
How to include directories recursively in NuSpec file

I have a folder structure like this in my project... Project/Folder1/Folder2-File1-File2-File3 Project/Folder1/Folder3-File4…

recursion build nuget nuspec
How can I set the 'copy to output directory' property in my nuspec file?

Please consider the following nuspec file: <?xml version="1.0"?> <package > [SOME METADATA] <files> <file …

visual-studio-2015 nuget nuspec
Create a nuspec from csproj with GUI

I have a C# project which has a 2 Project References from projects within my Solution. It also has 5 NuGet package …

c#-4.0 nuget .net-4.5 nuget-package nuspec
NuGet Framework Assemblies not working

I'm trying to update a nuget package to add some assembly references, but I'm getting the following error: The element …

.net nuget nuspec
Where should I put the nuspec file

I've searched the entire stackoverflow community but I couldn't find an answer for this... I have a .nuspec file and …

nuget-package nuspec nuget-spec
nuspec file with dependencies

My company has set up a nuget repository for packages that are proprietary to our business. I have a nuspec …

nuget nuspec