Skip to content

Commit 40c7f10

Browse files
Bump Microsoft.Extensions.DependencyInjection from 9.0.2 to 9.0.4
Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) from 9.0.2 to 9.0.4. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.4) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 946ee93 commit 40c7f10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AsyncMemoryCache.Tests/AsyncMemoryCache.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
@@ -28,7 +28,7 @@
2828
<PrivateAssets>all</PrivateAssets>
2929
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3030
</PackageReference>
31-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.2" />
31+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.4" />
3232
<PackageReference Include="Microsoft.Extensions.TimeProvider.Testing" Version="9.2.0" />
3333
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
3434
<PackageReference Include="NSubstitute" Version="5.3.0" />

0 commit comments

Comments
 (0)