Skip to content

Commit 5122b78

Browse files
Bump the dotnet group
Bumps the dotnet group in /docs/core/extensions/snippets/workers/windows-service with 2 updates: [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Hosting.WindowsServices](https://github.com/dotnet/runtime). Updates `Microsoft.Extensions.Hosting` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.0) Updates `Microsoft.Extensions.Hosting` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.0) Updates `Microsoft.Extensions.Hosting.WindowsServices` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting.WindowsServices dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2bf3b32 commit 5122b78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/extensions/snippets/workers/windows-service/App.WindowsService.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
16-
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="8.0.1" />
15+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
16+
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="9.0.0" />
1717
</ItemGroup>
1818
</Project>

0 commit comments

Comments
 (0)