Skip to content

Commit

Permalink
[release/9.0] Update dependencies from dotnet/extensions (#59951)
Browse files Browse the repository at this point in the history
* Update dependencies from https://github.com/dotnet/extensions build 20250117.2

Microsoft.Extensions.Diagnostics.Testing , Microsoft.Extensions.TimeProvider.Testing
 From Version 9.1.0-preview.1.25060.3 -> To Version 9.2.0-preview.1.25067.2

* Update dependencies from https://github.com/dotnet/extensions build 20250126.1

Microsoft.Extensions.Diagnostics.Testing , Microsoft.Extensions.TimeProvider.Testing
 From Version 9.1.0-preview.1.25060.3 -> To Version 9.2.0-preview.1.25076.1

* Update dependencies from https://github.com/dotnet/extensions build 20250130.2

Microsoft.Extensions.Diagnostics.Testing , Microsoft.Extensions.TimeProvider.Testing
 From Version 9.1.0-preview.1.25060.3 -> To Version 9.2.0-preview.1.25080.2

* Remove redundant package sources from NuGet.config

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: William Godbe <[email protected]>
  • Loading branch information
3 people authored Feb 7, 2025
1 parent 7db3d10 commit 4e7a00a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -414,13 +414,13 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bac7e1caea791275b7c3ccb4cb75fd6a04a26618</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Diagnostics.Testing" Version="9.1.0-preview.1.25060.3">
<Dependency Name="Microsoft.Extensions.Diagnostics.Testing" Version="9.2.0-preview.1.25080.2">
<Uri>https://github.com/dotnet/extensions</Uri>
<Sha>309f2b7f73a28ffd75dac15434d160e5bd765384</Sha>
<Sha>cc2317e220509a75fe457fc73ac83091c2b531ce</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.TimeProvider.Testing" Version="9.1.0-preview.1.25060.3">
<Dependency Name="Microsoft.Extensions.TimeProvider.Testing" Version="9.2.0-preview.1.25080.2">
<Uri>https://github.com/dotnet/extensions</Uri>
<Sha>309f2b7f73a28ffd75dac15434d160e5bd765384</Sha>
<Sha>cc2317e220509a75fe457fc73ac83091c2b531ce</Sha>
</Dependency>
<Dependency Name="NuGet.Frameworks" Version="6.2.4">
<Uri>https://github.com/nuget/nuget.client</Uri>
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@
<SystemIOHashingVersion>9.0.1</SystemIOHashingVersion>
<SystemRuntimeCachingVersion>9.0.1</SystemRuntimeCachingVersion>
<!-- Packages from dotnet/extensions -->
<MicrosoftExtensionsDiagnosticsTestingVersion>9.1.0-preview.1.25060.3</MicrosoftExtensionsDiagnosticsTestingVersion>
<MicrosoftExtensionsTimeProviderTestingVersion>9.1.0-preview.1.25060.3</MicrosoftExtensionsTimeProviderTestingVersion>
<MicrosoftExtensionsDiagnosticsTestingVersion>9.2.0-preview.1.25080.2</MicrosoftExtensionsDiagnosticsTestingVersion>
<MicrosoftExtensionsTimeProviderTestingVersion>9.2.0-preview.1.25080.2</MicrosoftExtensionsTimeProviderTestingVersion>
<!-- Packages from dotnet/efcore -->
<dotnetefVersion>9.0.1</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>9.0.1</MicrosoftEntityFrameworkCoreInMemoryVersion>
Expand Down

0 comments on commit 4e7a00a

Please sign in to comment.