From ff16728f1823a79b5dd5590b65a867263fb00527 Mon Sep 17 00:00:00 2001 From: Dmitry Turin Date: Mon, 6 Jul 2015 14:28:54 +0300 Subject: [PATCH] Mark package as development dependency This will cause the package to be excluded from the dependency list when the referencing project itself is later packaged. http://docs.nuget.org/Release-Notes/NuGet-2.7#development-only-dependencies --- ClrHeapAllocationsAnalyzer/Diagnostic.nuspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ClrHeapAllocationsAnalyzer/Diagnostic.nuspec b/ClrHeapAllocationsAnalyzer/Diagnostic.nuspec index 1fe1aeb..f645b7e 100644 --- a/ClrHeapAllocationsAnalyzer/Diagnostic.nuspec +++ b/ClrHeapAllocationsAnalyzer/Diagnostic.nuspec @@ -1,6 +1,6 @@  - + ClrHeapAllocationAnalyzer 1.0.0.6 Clr C# Heap Allocation Analyzer @@ -23,6 +23,7 @@ + true