Skip to content

Commit 5fab70c

Browse files
Update dependencies from https://github.com/dotnet/extensions build 20231114.2 (#52081)
[release/8.0] Update dependencies from dotnet/extensions
1 parent 779be27 commit 5fab70c

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

NuGet.config

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
<!-- Begin: Package sources from dotnet-extensions -->
77
<!-- End: Package sources from dotnet-extensions -->
88
<!-- Begin: Package sources from dotnet-efcore -->
9-
<add key="darc-int-dotnet-efcore-e017dc1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-e017dc12/nuget/v3/index.json" />
109
<!-- End: Package sources from dotnet-efcore -->
1110
<!-- Begin: Package sources from dotnet-runtime -->
1211
<add key="darc-int-dotnet-runtime-5535e31" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-5535e31a/nuget/v3/index.json" />
12+
<add key="darc-int-dotnet-runtime-5535e31-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-5535e31a-2/nuget/v3/index.json" />
13+
<add key="darc-int-dotnet-runtime-5535e31-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-5535e31a-1/nuget/v3/index.json" />
1314
<!-- End: Package sources from dotnet-runtime -->
1415
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1516
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -30,9 +31,10 @@
3031
<clear />
3132
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
3233
<!-- Begin: Package sources from dotnet-efcore -->
33-
<add key="darc-int-dotnet-efcore-e017dc1" value="true" />
3434
<!-- End: Package sources from dotnet-efcore -->
3535
<!-- Begin: Package sources from dotnet-runtime -->
36+
<add key="darc-int-dotnet-runtime-5535e31-1" value="true" />
37+
<add key="darc-int-dotnet-runtime-5535e31-2" value="true" />
3638
<add key="darc-int-dotnet-runtime-5535e31" value="true" />
3739
<!-- End: Package sources from dotnet-runtime -->
3840
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -397,13 +397,13 @@
397397
<Uri>https://github.com/dotnet/arcade</Uri>
398398
<Sha>080141bf0f9f15408bb6eb8e301b23bddf81d054</Sha>
399399
</Dependency>
400-
<Dependency Name="Microsoft.Extensions.Diagnostics.Testing" Version="8.1.0-preview.23562.3">
400+
<Dependency Name="Microsoft.Extensions.Diagnostics.Testing" Version="8.1.0-preview.23564.2">
401401
<Uri>https://github.com/dotnet/extensions</Uri>
402-
<Sha>32b81ebb1d5ce0c3c0eb63c76d01310f31f9b8bc</Sha>
402+
<Sha>2c15116ed1788cf4525e7c39d1972aa269f715d6</Sha>
403403
</Dependency>
404-
<Dependency Name="Microsoft.Extensions.TimeProvider.Testing" Version="8.1.0-preview.23562.3">
404+
<Dependency Name="Microsoft.Extensions.TimeProvider.Testing" Version="8.1.0-preview.23564.2">
405405
<Uri>https://github.com/dotnet/extensions</Uri>
406-
<Sha>32b81ebb1d5ce0c3c0eb63c76d01310f31f9b8bc</Sha>
406+
<Sha>2c15116ed1788cf4525e7c39d1972aa269f715d6</Sha>
407407
</Dependency>
408408
<Dependency Name="NuGet.Frameworks" Version="6.2.4">
409409
<Uri>https://github.com/nuget/nuget.client</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@
139139
<SystemIOHashingVersion>8.0.0</SystemIOHashingVersion>
140140
<SystemRuntimeCachingVersion>8.0.0</SystemRuntimeCachingVersion>
141141
<!-- Packages from dotnet/extensions -->
142-
<MicrosoftExtensionsDiagnosticsTestingVersion>8.1.0-preview.23562.3</MicrosoftExtensionsDiagnosticsTestingVersion>
143-
<MicrosoftExtensionsTimeProviderTestingVersion>8.1.0-preview.23562.3</MicrosoftExtensionsTimeProviderTestingVersion>
142+
<MicrosoftExtensionsDiagnosticsTestingVersion>8.1.0-preview.23564.2</MicrosoftExtensionsDiagnosticsTestingVersion>
143+
<MicrosoftExtensionsTimeProviderTestingVersion>8.1.0-preview.23564.2</MicrosoftExtensionsTimeProviderTestingVersion>
144144
<!-- Packages from dotnet/efcore -->
145145
<dotnetefVersion>8.0.0</dotnetefVersion>
146146
<MicrosoftEntityFrameworkCoreInMemoryVersion>8.0.0</MicrosoftEntityFrameworkCoreInMemoryVersion>

0 commit comments

Comments
 (0)