Skip to content

Commit

Permalink
Bump System.ServiceProcess.ServiceController
Browse files Browse the repository at this point in the history
Bumps the dotnet group in /docs/framework/windows-services/snippets/MyNewService/csharp with 1 update: [System.ServiceProcess.ServiceController](https://github.com/dotnet/runtime).


Updates `System.ServiceProcess.ServiceController` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v8.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent d79dc6f commit 0f654b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.ServiceProcess.ServiceController" Version="8.0.0" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="8.0.1" />
</ItemGroup>

</Project>

0 comments on commit 0f654b1

Please sign in to comment.