Bump System.ServiceProcess.ServiceController from 6.0.0 to 7.0.0 (#966)

Bumps [System.ServiceProcess.ServiceController](https://github.com/dotnet/runtime) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v6.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: System.ServiceProcess.ServiceController
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Netch <85944622+netch-org@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-01-02 09:08:09 +08:00
committed by GitHub
parent 22cbcd48ea
commit 24123174df

View File

@@ -66,7 +66,7 @@
<PackageReference Include="System.Management" Version="6.0.0" />
<PackageReference Include="TaskScheduler" Version="2.10.1" />
<PackageReference Include="WindowsFirewallHelper" Version="2.2.0.86" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="6.0.0" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="8.0.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />
<PackageReference Include="WindowsJobAPI" Version="6.0.0" />
</ItemGroup>