Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update dependencies from https://github.com/dotnet/extensions build 2…
…0250918.3

On relative base path root
Microsoft.Extensions.Diagnostics.Testing , Microsoft.Extensions.TimeProvider.Testing From Version 9.10.0-preview.1.25456.3 -> To Version 9.10.0-preview.1.25468.3
  • Loading branch information
dotnet-maestro[bot] committed Sep 22, 2025
commit 7cc7b5e0423aee72a6a19ef111bdf5553bf63d2e
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>43df065432cbc74c0fa44d7569a0c31f64883f03</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Diagnostics.Testing" Version="9.10.0-preview.1.25462.1">
<Dependency Name="Microsoft.Extensions.Diagnostics.Testing" Version="9.10.0-preview.1.25468.3">
<Uri>https://github.com/dotnet/extensions</Uri>
<Sha>d299e16f15234f9808b18fef50bf7770113fb4b2</Sha>
<Sha>53ef1158f9f42632e111d6873a8cd72b803b4ae6</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.TimeProvider.Testing" Version="9.10.0-preview.1.25462.1">
<Dependency Name="Microsoft.Extensions.TimeProvider.Testing" Version="9.10.0-preview.1.25468.3">
<Uri>https://github.com/dotnet/extensions</Uri>
<Sha>d299e16f15234f9808b18fef50bf7770113fb4b2</Sha>
<Sha>53ef1158f9f42632e111d6873a8cd72b803b4ae6</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.9</SystemIOHashingVersion>
<SystemRuntimeCachingVersion>9.0.9</SystemRuntimeCachingVersion>
<!-- Packages from dotnet/extensions -->
<MicrosoftExtensionsDiagnosticsTestingVersion>9.10.0-preview.1.25462.1</MicrosoftExtensionsDiagnosticsTestingVersion>
<MicrosoftExtensionsTimeProviderTestingVersion>9.10.0-preview.1.25462.1</MicrosoftExtensionsTimeProviderTestingVersion>
<MicrosoftExtensionsDiagnosticsTestingVersion>9.10.0-preview.1.25468.3</MicrosoftExtensionsDiagnosticsTestingVersion>
<MicrosoftExtensionsTimeProviderTestingVersion>9.10.0-preview.1.25468.3</MicrosoftExtensionsTimeProviderTestingVersion>
<!-- Packages from dotnet/efcore -->
<dotnetefVersion>9.0.9</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>9.0.9</MicrosoftEntityFrameworkCoreInMemoryVersion>
Expand Down
Loading