Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Mark package as development dependency
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Maxwe11 committed Jul 6, 2015
1 parent c9f7031 commit ff16728
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ClrHeapAllocationsAnalyzer/Diagnostic.nuspec
Original file line number Diff line number Diff line change
@@ -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>
Expand All @@ -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.*" />
Expand Down

0 comments on commit ff16728

Please sign in to comment.