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 @@ <?xml version="1.0"?> <package> - <metadata> + <metadata minClientVersion="2.8"> <id>ClrHeapAllocationAnalyzer</id> <version>1.0.0.6</version> <title>Clr C# Heap Allocation Analyzer</title> @@ -23,6 +23,7 @@ <frameworkAssemblies> <frameworkAssembly assemblyName="System" targetFramework="" /> </frameworkAssemblies> + <developmentDependency>true</developmentDependency> </metadata> <files> <file src="*.dll" target="tools\analyzers\" exclude="**\Microsoft.CodeAnalysis.*;**\System.Collections.Immutable.*;**\System.Reflection.Metadata.*" />