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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 20, 2024
1 parent 03f698c commit c8dd749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WpfCopyDeploy.Tests/WpfCopyDeploy.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="IDisposableAnalyzers" Version="4.0.7" PrivateAssets="all" />
<PackageReference Include="IDisposableAnalyzers" Version="4.0.8" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
Expand Down
2 changes: 1 addition & 1 deletion WpfCopyDeploy/WpfCopyDeploy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="IDisposableAnalyzers" Version="4.0.7" PrivateAssets="all" />
<PackageReference Include="IDisposableAnalyzers" Version="4.0.8" PrivateAssets="all" />
<PackageReference Include="Ookii.Dialogs.Wpf" Version="5.0.1" />
<PackageReference Include="PropertyChangedAnalyzers" Version="4.0.0" PrivateAssets="all" />
<PackageReference Include="ReflectionAnalyzers" Version="0.3.1" PrivateAssets="all" />
Expand Down

0 comments on commit c8dd749

Please sign in to comment.