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

Commit

Permalink
Merge pull request #15 from Maxwe11/patch-1
Browse files Browse the repository at this point in the history
Mark package as development dependency
  • Loading branch information
Mukul Sabharwal committed Jul 6, 2015
2 parents c9f7031 + ff16728 commit 82721ef
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 82721ef

Please sign in to comment.