Skip to content

Commit 9ab5142

Browse files
authored
Merge pull request #711 from AArnott/devDependency
Add DevelopmentDependency=true to analyzer package
2 parents 91b01dd + 880a3a0 commit 9ab5142

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.VisualStudio.Threading.Analyzers.CodeFixes/Microsoft.VisualStudio.Threading.Analyzers.CodeFixes.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<RootNamespace>Microsoft.VisualStudio.Threading.Analyzers</RootNamespace>
55

66
<Description>Static code analyzer to detect common mistakes or potential issues regarding threading and async coding.</Description>
7+
<DevelopmentDependency>true</DevelopmentDependency>
78
<PackageId>Microsoft.VisualStudio.Threading.Analyzers</PackageId>
89
<PackageTags>analyzers visualstudio vssdk sdk threading</PackageTags>
910
<PackageReleaseNotes>In the v16.0 release, analyzers require at least C# 7.3 (Visual Studio 2017 Update 7).</PackageReleaseNotes>

0 commit comments

Comments
 (0)