NuGet / NuGet.Build.Packaging

The NuGetizer-3000 is here!
Other
70 stars 28 forks source link

Support simplified authoring projects #80

Closed kzu closed 7 years ago

kzu commented 7 years ago

By moving some target dependencies under the condition that IncludeOutputsInPackage is true, we allow simple .proj files without the MS.Common targets to also participate in nuget packing with minimal configuration, namely setting IncludeOutputsInPackage=false and IncludeFrameworkReferencesInPackage=true.