Skip to content

Commit

Permalink
Add DevelopmentDependency=true to analyzer package
Browse files Browse the repository at this point in the history
Fixes #709
  • Loading branch information
AArnott committed Oct 29, 2020
1 parent 91b01dd commit 880a3a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<RootNamespace>Microsoft.VisualStudio.Threading.Analyzers</RootNamespace>

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

0 comments on commit 880a3a0

Please sign in to comment.