Skip to content

Commit

Permalink
Bump Microsoft.Extensions.DependencyInjection from 8.0.1 to 9.0.0
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) from 8.0.1 to 9.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.1...v9.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]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent df1e537 commit c9e86d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="EasyCaching.Serialization.MessagePack" Version="1.9.2" />
<PackageReference Include="EasyCaching.Serialization.Protobuf" Version="1.9.2" />
<PackageReference Include="EasyCaching.Serialization.Json" Version="1.9.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />

<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
<PackageReference Include="BenchmarkDotNetVisualizer" Version="2.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion test/EasyCompressor.Tests/EasyCompressor.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="EasyCaching.Serialization.MessagePack" Version="1.9.2" />
<PackageReference Include="EasyCaching.Serialization.Protobuf" Version="1.9.2" />
<PackageReference Include="EasyCaching.Serialization.Json" Version="1.9.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
<PackageReference Include="protobuf-net" Version="3.2.45" />
<PackageReference Include="MessagePack" Version="2.5.192" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down

0 comments on commit c9e86d7

Please sign in to comment.