Skip to content

Commit 275128d

Browse files
build(deps): bump Microsoft.Extensions.DependencyInjection
Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c8354f9 commit 275128d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Pomelo.Extensions.Caching.MySql.Tests/Pomelo.Extensions.Caching.MySql.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="7.0.0" />
3434
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
3535
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="7.0.0" />
36-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
36+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
3737
<PackageReference Include="Moq" Version="4.20.69" />
3838
</ItemGroup>
3939

0 commit comments

Comments
 (0)