Skip to content

Commit 72e3fe5

Browse files
Bump Microsoft.Extensions.Configuration from 8.0.0 to 9.0.0 (#45)
Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2afd65 commit 72e3fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Contacts.Tests/Contacts.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="FluentValidation" Version="11.11.0" />
1111
<PackageReference Include="MediatR" Version="12.4.1" />
1212
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.45.2" />
13-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
13+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.0" />
1414
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
1515
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
1616
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />

0 commit comments

Comments
 (0)