Skip to content

Commit 5c5eb5b

Browse files
Bump Microsoft.Extensions.DependencyInjection from 5.0.2 to 6.0.0 (#13)
Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) from 5.0.2 to 6.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v5.0.2...v6.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection 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 608fbb4 commit 5c5eb5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
1212
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="5.0.0" />
1313
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
14-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.2" />
14+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
1515
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
1717
<PackageReference Include="Moq" Version="4.16.1" />

0 commit comments

Comments
 (0)