Skip to content

Commit

Permalink
Bump Microsoft.VisualStudio.Threading.Analyzers from 17.8.14 to 17.9.28
Browse files Browse the repository at this point in the history
Bumps [Microsoft.VisualStudio.Threading.Analyzers](https://github.com/microsoft/vs-threading) from 17.8.14 to 17.9.28.
- [Release notes](https://github.com/microsoft/vs-threading/releases)
- [Commits](https://github.com/microsoft/vs-threading/commits)

---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Threading.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent 378e316 commit 398e2f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Shazzam/Shazzam.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<PackageReference Include="Gu.Analyzers" Version="2.0.3" PrivateAssets="all" />
<PackageReference Include="IDisposableAnalyzers" Version="4.0.7" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.3.4" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.8.14" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.9.28" PrivateAssets="all" />
<PackageReference Include="PropertyChangedAnalyzers" Version="4.0.0" PrivateAssets="all" />
<PackageReference Include="ReflectionAnalyzers" Version="0.3.1" PrivateAssets="all" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion ShazzamUnitTests/ShazzamUnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="Gu.Analyzers" Version="2.0.3" PrivateAssets="all" />
<PackageReference Include="IDisposableAnalyzers" Version="4.0.7" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.3.4" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.8.14" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.9.28" PrivateAssets="all" />
<PackageReference Include="PropertyChangedAnalyzers" Version="4.0.0" PrivateAssets="all" />
<PackageReference Include="ReflectionAnalyzers" Version="0.3.1" PrivateAssets="all" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556" PrivateAssets="all" />
Expand Down

0 comments on commit 398e2f5

Please sign in to comment.