Skip to content

Commit 9fdd63e

Browse files
Bump Microsoft.Extensions.Hosting.Abstractions, Microsoft.Extensions.Logging.Abstractions and Microsoft.Extensions.Options
Bumps [Microsoft.Extensions.Hosting.Abstractions](https://github.com/dotnet/runtime), [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Options](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Hosting.Abstractions` 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) Updates `Microsoft.Extensions.Logging.Abstractions` from 8.0.1 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.1) Updates `Microsoft.Extensions.Options` 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.Abstractions dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Options dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d6d79a8 commit 9fdd63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hosting/Queue/src/ClickView.GoodStuff.Hosting.Queue.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
10-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.0" />
10+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.1" />
1111
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.1" />
1212
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.1" />
1313
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.1" />

0 commit comments

Comments
 (0)