Skip to content

Commit b05d18c

Browse files
Bump Microsoft.Extensions.Configuration, Microsoft.Extensions.DependencyInjection and Microsoft.Extensions.Hosting
Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime), [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Configuration` from 9.0.4 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.4...v9.0.4) Updates `Microsoft.Extensions.DependencyInjection` from 9.0.4 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.4...v9.0.4) Updates `Microsoft.Extensions.Hosting` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.3...v9.0.4) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Hosting dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 926aa36 commit b05d18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Hyperbee.Expressions.Tests/Hyperbee.Expressions.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="FastExpressionCompiler" Version="5.1.1" />
2121
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.4" />
2222
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.4" />
23-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.3" />
23+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.4" />
2424
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
2525
<PackageReference Include="MSTest.TestAdapter" Version="3.8.3" />
2626
<PackageReference Include="MSTest.TestFramework" Version="3.8.3" />

0 commit comments

Comments
 (0)