Skip to content

Commit

Permalink
Merge pull request #711 from AArnott/devDependency
Browse files Browse the repository at this point in the history
Add DevelopmentDependency=true to analyzer package
  • Loading branch information
AArnott authored Oct 30, 2020
2 parents 91b01dd + 880a3a0 commit 9ab5142
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 9ab5142

Please sign in to comment.