Top "Nuget-spec" questions

NuGet spec is a command on the nuget executable.

Could not install package '--'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5'

I created this package, I need it in a project but couldn't install it, this error appears: Could not install …

nuget nuget-package nuget-spec
Add native files from NuGet package to project output directory

I'm trying to create NuGet package for a .Net assembly which does pinvoke to a native win32 dll. I need …

nuget nuget-package nuget-spec
How to add a folder to a nuspec file

So I'm actually trying to package up a web site project (not web application so no csproj file) into a …

nuget octopus-deploy nuget-spec
Setting file properties with NuGet using .targets file

I am building a project to be installed as a NuGet package and I want to set the properties of …

visual-studio-2015 nuget nuget-package-restore nuget-spec
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
Nuget Package - Referenced Assemblies Are Not Being Included As Project References

Before I go into the problem, let me quickly explain my goal: I have a template project that I use …

visual-studio nuget dependency-management nuget-package nuget-spec
How to create a NuGet package with MSBuild tasks and a targets file

I'm using NuGet 2.8.50506.491. I created a couple of C# projects with custom Microsoft Build tasks and helper functions. There is …

nuget nuget-spec