Skip to content

Commit 1dcedeb

Browse files
Bump Microsoft.Extensions.TimeProvider.Testing from 9.2.0 to 9.4.0
Bumps [Microsoft.Extensions.TimeProvider.Testing](https://github.com/dotnet/extensions) from 9.2.0 to 9.4.0. - [Release notes](https://github.com/dotnet/extensions/releases) - [Commits](dotnet/extensions@v9.2.0...v9.4.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.TimeProvider.Testing dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 946ee93 commit 1dcedeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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>
@@ -29,7 +29,7 @@
2929
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3030
</PackageReference>
3131
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.2" />
32-
<PackageReference Include="Microsoft.Extensions.TimeProvider.Testing" Version="9.2.0" />
32+
<PackageReference Include="Microsoft.Extensions.TimeProvider.Testing" Version="9.4.0" />
3333
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
3434
<PackageReference Include="NSubstitute" Version="5.3.0" />
3535
<PackageReference Include="NSubstitute.Analyzers.CSharp" Version="1.0.17">

0 commit comments

Comments
 (0)