Skip to content

Commit

Permalink
Add Microsoft.VisualStudio.Threading.Analyzers package to all projects
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jul 11, 2023
1 parent a317302 commit 0077534
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion backend/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@
<PropertyGroup>
<EnforceCodeStyleInBuild>false</EnforceCodeStyleInBuild>
</PropertyGroup>
</Project>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.6.40" PrivateAssets="all"/>
</ItemGroup>
</Project>

0 comments on commit 0077534

Please sign in to comment.