Skip to content

Commit

Permalink
Bump IDisposableAnalyzers from 4.0.7 to 4.0.8
Browse files Browse the repository at this point in the history
Bumps [IDisposableAnalyzers](https://github.com/DotNetAnalyzers/IDisposableAnalyzers) from 4.0.7 to 4.0.8.
- [Changelog](https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/RELEASE_NOTES.md)
- [Commits](https://github.com/DotNetAnalyzers/IDisposableAnalyzers/commits)

---
updated-dependencies:
- dependency-name: IDisposableAnalyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and JohanLarsson committed Jun 19, 2024
1 parent 7d62668 commit 2ac858a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sideways.Tests/Sideways.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- For faster command line builds as tooling does not work with Gu.Roslyn.Extensions. -->
<ItemGroup Condition="'$(BuildingInsideVisualStudio)' == 'true'">
<PackageReference Include="Gu.Analyzers" Version="2.0.3" PrivateAssets="all" />
<PackageReference Include="IDisposableAnalyzers" Version="4.0.7" PrivateAssets="all" />
<PackageReference Include="IDisposableAnalyzers" Version="4.0.8" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.10.48" PrivateAssets="all" />
<PackageReference Include="PropertyChangedAnalyzers" Version="4.0.0" PrivateAssets="all" />
<PackageReference Include="ReflectionAnalyzers" Version="0.3.1" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion Sideways/Sideways.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<!-- For faster command line builds as tooling does not work with Gu.Roslyn.Extensions. -->
<ItemGroup Condition="'$(BuildingInsideVisualStudio)' == 'true'">
<PackageReference Include="Gu.Analyzers" Version="2.0.3" PrivateAssets="all" />
<PackageReference Include="IDisposableAnalyzers" Version="4.0.7" PrivateAssets="all" />
<PackageReference Include="IDisposableAnalyzers" Version="4.0.8" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.10.48" PrivateAssets="all" />
<PackageReference Include="PropertyChangedAnalyzers" Version="4.0.0" PrivateAssets="all" />
<PackageReference Include="ReflectionAnalyzers" Version="0.3.1" PrivateAssets="all" />
Expand Down

0 comments on commit 2ac858a

Please sign in to comment.