Skip to content

Commit

Permalink
Bump System.Management from 7.0.1 to 7.0.2
Browse files Browse the repository at this point in the history
Bumps [System.Management](https://github.com/dotnet/runtime) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.1...v7.0.2)

---
updated-dependencies:
- dependency-name: System.Management
  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 28, 2023
1 parent 18361fe commit bdc06ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ApprovalTests.Tests/ApprovalTests.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="System.Management" Version="7.0.1" />
<PackageReference Include="System.Management" Version="7.0.2" />
<ProjectReference Include="..\ApprovalTests\ApprovalTests.csproj" />
<ProjectReference Include="..\ApprovalUtilities\ApprovalUtilities.csproj" />

Expand Down
2 changes: 1 addition & 1 deletion src/ApprovalUtilities/ApprovalUtilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Using Remove="System.Net.Http" />
<PackageReference Include="Fody" Version="6.7.0" PrivateAssets="all" />
<PackageReference Include="Publicize.Fody" Version="1.8.0" PrivateAssets="All" />
<PackageReference Include="System.Management" Version="7.0.1" />
<PackageReference Include="System.Management" Version="7.0.2" />
<PackageReference Include="Virtuosity.Fody" Version="3.1.1" PrivateAssets="All" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
Expand Down

0 comments on commit bdc06ef

Please sign in to comment.