Skip to content

Commit abfc4fb

Browse files
Bump Microsoft.Extensions.Hosting
Bumps the dotnet group in /docs/core/extensions/snippets/logging/worker-service-options with 1 update: [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime). Updates `Microsoft.Extensions.Hosting` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 922a9ba commit abfc4fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/extensions/snippets/logging/worker-service-options/worker-service-options.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
13+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
1414
</ItemGroup>
1515
</Project>

0 commit comments

Comments
 (0)