Skip to content

Commit 926aa36

Browse files
Bump Microsoft.Extensions.Configuration from 9.0.3 to 9.0.4 (#73)
Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) 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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matt Edwards <Matthew.Edwards@wagglebee.net>
1 parent cd13684 commit 926aa36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Hyperbee.Expressions/Hyperbee.Expressions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<None Include="..\..\LICENSE" Pack="true" Visible="false" PackagePath="/" />
4646
<PackageReference Include="Hyperbee.Collections" Version="2.4.0" />
4747
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.13.0" />
48-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.3" />
48+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.4" />
4949
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.4" />
5050
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.4" />
5151
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="8.0.0">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageReference>
2020
<PackageReference Include="FastExpressionCompiler" Version="5.1.1" />
21-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.3" />
21+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.4" />
2222
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.4" />
2323
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.3" />
2424
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />

0 commit comments

Comments
 (0)