Skip to content

Commit 829dd6d

Browse files
ProductConstructionServiceProdvseanreesermsft
authored andcommitted
Merged PR 59137: [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-efcore, dnceng/internal/dotnet-runtime
This pull request updates the following dependencies [marker]: <> (Begin:83131e87-e80d-4d5b-f426-08dbd53b3319) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - **Subscription**: [83131e87-e80d-4d5b-f426-08dbd53b3319](https://maestro.dot.net/subscriptions?search=83131e87-e80d-4d5b-f426-08dbd53b3319) - **Build**: [20260319.21](https://dev.azure.com/dnceng/internal/_build/results?buildId=2930952) ([307027](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-runtime/build/307027)) - **Date Produced**: March 20, 2026 2:05:01 AM UTC - **Commit**: [ace9703c57db8596ccc3e3efdc7e65b6975c0b2d](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GCace9703c57db8596ccc3e3efdc7e65b6975c0b2d) - **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?version=GBrefs/heads/internal/release/8.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [8.0.26-servicing.26163.16 to 8.0.26-servicing.26169.21][4] - Microsoft.Extensions.HostFactoryResolver.Sources - Microsoft.Internal.Runtime.AspNetCore.Transport - Microsoft.NETCore.BrowserDebugHost.Transport - Microsoft.NETCore.Platforms - Microsoft.SourceBuild.Intermediate.runtime.linux-x64 - From [8.0.26 to 8.0.26][4] - Microsoft.NET.Runtime.MonoAOTCompiler.Task - Microsoft.NET.Runtime.WebAssembly.Sdk - Microsoft.NETCore.App.Ref - Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm - Microsoft.NETCore.App.Runtime.win-x64 - From [8.0.3 to 8.0.3][4] - System.Security.Cryptography.Xml [4]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GCd6db71e77e5f548bc295d8abb146692a206266d5&targetVersion=GCace9703c57db8596ccc3e3efdc7e65b6975c0b2d&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:83131e87-e80d-4d5b-f426-08dbd53b3319) [marker]: <> (Begin:e179a2a7-bc5d-4498-2467-08dbd53ba9ce) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-efcore - **Subscription**: [e179a2a7-bc5d-4498-2467-08dbd53ba9ce](https://maestro.dot.net/subscriptions?search=e179a2a7-bc5d-4498-2467-08dbd53ba9ce) - **Build**: [20260319.5](https://dev.azure.com/dnceng/internal/_build/results?buildId=2931186) ([307046](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-efcore/build/307046)) - **Date Produced**: March 20, 2026 4:58:59 AM UTC - **Commit**: [10c618cdf5fe2e2dbf7928925d71930496ecb0f5](https://dev.azure.com/dnceng/internal/_git/dotnet-efcore?_a=history&version=GC10c618cdf5fe2e2dbf7928925d71930496ecb0f5) - **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-efcore?version=GBrefs/heads/internal/release/8.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [8.0.26 to 8.0.26][5] - dotnet-ef - Microsoft.EntityFrameworkCore - Microsoft.EntityFrameworkCore.Design - Microsoft.EntityFrameworkCore.InMemory - Microsoft.Entit...
2 parents b39dc8c + 7b95773 commit 829dd6d

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

NuGet.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
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-a40bd3c" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-a40bd3c1/nuget/v3/index.json" />
9+
<add key="darc-int-dotnet-efcore-10c618c" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-10c618cd/nuget/v3/index.json" />
1010
<!-- End: Package sources from dotnet-efcore -->
1111
<!-- Begin: Package sources from dotnet-runtime -->
12-
<add key="darc-int-dotnet-runtime-d6db71e" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-d6db71e7/nuget/v3/index.json" />
12+
<add key="darc-int-dotnet-runtime-ace9703" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-ace9703c/nuget/v3/index.json" />
1313
<!-- End: Package sources from dotnet-runtime -->
1414
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1515
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -30,10 +30,10 @@
3030
<clear />
3131
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
3232
<!-- Begin: Package sources from dotnet-efcore -->
33-
<add key="darc-int-dotnet-efcore-a40bd3c" value="true" />
33+
<add key="darc-int-dotnet-efcore-10c618c" value="true" />
3434
<!-- End: Package sources from dotnet-efcore -->
3535
<!-- Begin: Package sources from dotnet-runtime -->
36-
<add key="darc-int-dotnet-runtime-d6db71e" value="true" />
36+
<add key="darc-int-dotnet-runtime-ace9703" value="true" />
3737
<!-- End: Package sources from dotnet-runtime -->
3838
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
3939
</disabledPackageSources>

eng/Version.Details.xml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,35 @@
1111
<ProductDependencies>
1212
<Dependency Name="dotnet-ef" Version="8.0.26">
1313
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
14-
<Sha>a40bd3c1b15d791fe690be8143c20b34b588e209</Sha>
14+
<Sha>10c618cdf5fe2e2dbf7928925d71930496ecb0f5</Sha>
1515
</Dependency>
1616
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.26">
1717
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
18-
<Sha>a40bd3c1b15d791fe690be8143c20b34b588e209</Sha>
18+
<Sha>10c618cdf5fe2e2dbf7928925d71930496ecb0f5</Sha>
1919
</Dependency>
2020
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="8.0.26">
2121
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
22-
<Sha>a40bd3c1b15d791fe690be8143c20b34b588e209</Sha>
22+
<Sha>10c618cdf5fe2e2dbf7928925d71930496ecb0f5</Sha>
2323
</Dependency>
2424
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.26">
2525
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
26-
<Sha>a40bd3c1b15d791fe690be8143c20b34b588e209</Sha>
26+
<Sha>10c618cdf5fe2e2dbf7928925d71930496ecb0f5</Sha>
2727
</Dependency>
2828
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.26">
2929
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
30-
<Sha>a40bd3c1b15d791fe690be8143c20b34b588e209</Sha>
30+
<Sha>10c618cdf5fe2e2dbf7928925d71930496ecb0f5</Sha>
3131
</Dependency>
3232
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="8.0.26">
3333
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
34-
<Sha>a40bd3c1b15d791fe690be8143c20b34b588e209</Sha>
34+
<Sha>10c618cdf5fe2e2dbf7928925d71930496ecb0f5</Sha>
3535
</Dependency>
3636
<Dependency Name="Microsoft.EntityFrameworkCore" Version="8.0.26">
3737
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
38-
<Sha>a40bd3c1b15d791fe690be8143c20b34b588e209</Sha>
38+
<Sha>10c618cdf5fe2e2dbf7928925d71930496ecb0f5</Sha>
3939
</Dependency>
4040
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="8.0.26">
4141
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
42-
<Sha>a40bd3c1b15d791fe690be8143c20b34b588e209</Sha>
42+
<Sha>10c618cdf5fe2e2dbf7928925d71930496ecb0f5</Sha>
4343
</Dependency>
4444
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0">
4545
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
@@ -121,9 +121,9 @@
121121
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
122122
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
123123
</Dependency>
124-
<Dependency Name="Microsoft.Extensions.HostFactoryResolver.Sources" Version="8.0.26-servicing.26163.16">
124+
<Dependency Name="Microsoft.Extensions.HostFactoryResolver.Sources" Version="8.0.26-servicing.26169.21">
125125
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
126-
<Sha>d6db71e77e5f548bc295d8abb146692a206266d5</Sha>
126+
<Sha>ace9703c57db8596ccc3e3efdc7e65b6975c0b2d</Sha>
127127
</Dependency>
128128
<Dependency Name="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.1">
129129
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
@@ -185,9 +185,9 @@
185185
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
186186
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
187187
</Dependency>
188-
<Dependency Name="Microsoft.Internal.Runtime.AspNetCore.Transport" Version="8.0.26-servicing.26163.16">
188+
<Dependency Name="Microsoft.Internal.Runtime.AspNetCore.Transport" Version="8.0.26-servicing.26169.21">
189189
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
190-
<Sha>d6db71e77e5f548bc295d8abb146692a206266d5</Sha>
190+
<Sha>ace9703c57db8596ccc3e3efdc7e65b6975c0b2d</Sha>
191191
</Dependency>
192192
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="8.0.0-alpha.1.26152.1">
193193
<Uri>https://github.com/dotnet/source-build-externals</Uri>
@@ -241,7 +241,7 @@
241241
</Dependency>
242242
<Dependency Name="System.Security.Cryptography.Xml" Version="8.0.3">
243243
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
244-
<Sha>d6db71e77e5f548bc295d8abb146692a206266d5</Sha>
244+
<Sha>ace9703c57db8596ccc3e3efdc7e65b6975c0b2d</Sha>
245245
</Dependency>
246246
<Dependency Name="System.Security.Permissions" Version="8.0.0">
247247
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
@@ -277,15 +277,15 @@
277277
</Dependency>
278278
<Dependency Name="Microsoft.NETCore.App.Ref" Version="8.0.26">
279279
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
280-
<Sha>d6db71e77e5f548bc295d8abb146692a206266d5</Sha>
280+
<Sha>ace9703c57db8596ccc3e3efdc7e65b6975c0b2d</Sha>
281281
</Dependency>
282282
<Dependency Name="Microsoft.NET.Runtime.MonoAOTCompiler.Task" Version="8.0.26">
283283
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
284-
<Sha>d6db71e77e5f548bc295d8abb146692a206266d5</Sha>
284+
<Sha>ace9703c57db8596ccc3e3efdc7e65b6975c0b2d</Sha>
285285
</Dependency>
286286
<Dependency Name="Microsoft.NET.Runtime.WebAssembly.Sdk" Version="8.0.26">
287287
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
288-
<Sha>d6db71e77e5f548bc295d8abb146692a206266d5</Sha>
288+
<Sha>ace9703c57db8596ccc3e3efdc7e65b6975c0b2d</Sha>
289289
</Dependency>
290290
<Dependency Name="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0">
291291
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
@@ -318,20 +318,20 @@
318318
-->
319319
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="8.0.26">
320320
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
321-
<Sha>d6db71e77e5f548bc295d8abb146692a206266d5</Sha>
321+
<Sha>ace9703c57db8596ccc3e3efdc7e65b6975c0b2d</Sha>
322322
</Dependency>
323-
<Dependency Name="Microsoft.SourceBuild.Intermediate.runtime.linux-x64" Version="8.0.26-servicing.26163.16">
323+
<Dependency Name="Microsoft.SourceBuild.Intermediate.runtime.linux-x64" Version="8.0.26-servicing.26169.21">
324324
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
325-
<Sha>d6db71e77e5f548bc295d8abb146692a206266d5</Sha>
325+
<Sha>ace9703c57db8596ccc3e3efdc7e65b6975c0b2d</Sha>
326326
<SourceBuild RepoName="runtime" ManagedOnly="false" />
327327
</Dependency>
328328
<Dependency Name="Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm" Version="8.0.26">
329329
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
330-
<Sha>d6db71e77e5f548bc295d8abb146692a206266d5</Sha>
330+
<Sha>ace9703c57db8596ccc3e3efdc7e65b6975c0b2d</Sha>
331331
</Dependency>
332-
<Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="8.0.26-servicing.26163.16">
332+
<Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="8.0.26-servicing.26169.21">
333333
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
334-
<Sha>d6db71e77e5f548bc295d8abb146692a206266d5</Sha>
334+
<Sha>ace9703c57db8596ccc3e3efdc7e65b6975c0b2d</Sha>
335335
</Dependency>
336336
<Dependency Name="Microsoft.Web.Xdt" Version="7.0.0-preview.22423.2">
337337
<Uri>https://github.com/dotnet/xdt</Uri>
@@ -368,9 +368,9 @@
368368
</ProductDependencies>
369369
<ToolsetDependencies>
370370
<!-- Listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
371-
<Dependency Name="Microsoft.NETCore.Platforms" Version="8.0.26-servicing.26163.16">
371+
<Dependency Name="Microsoft.NETCore.Platforms" Version="8.0.26-servicing.26169.21">
372372
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
373-
<Sha>d6db71e77e5f548bc295d8abb146692a206266d5</Sha>
373+
<Sha>ace9703c57db8596ccc3e3efdc7e65b6975c0b2d</Sha>
374374
</Dependency>
375375
<Dependency Name="System.Drawing.Common" Version="8.0.0-rtm.23520.14">
376376
<Uri>https://github.com/dotnet/winforms</Uri>

eng/Versions.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<MicrosoftNETRuntimeMonoAOTCompilerTaskVersion>8.0.26</MicrosoftNETRuntimeMonoAOTCompilerTaskVersion>
7272
<MicrosoftNETRuntimeWebAssemblySdkVersion>8.0.26</MicrosoftNETRuntimeWebAssemblySdkVersion>
7373
<MicrosoftNETCoreAppRuntimeAOTwinx64CrossbrowserwasmVersion>8.0.26</MicrosoftNETCoreAppRuntimeAOTwinx64CrossbrowserwasmVersion>
74-
<MicrosoftNETCoreBrowserDebugHostTransportVersion>8.0.26-servicing.26163.16</MicrosoftNETCoreBrowserDebugHostTransportVersion>
74+
<MicrosoftNETCoreBrowserDebugHostTransportVersion>8.0.26-servicing.26169.21</MicrosoftNETCoreBrowserDebugHostTransportVersion>
7575
<MicrosoftExtensionsCachingAbstractionsVersion>8.0.0</MicrosoftExtensionsCachingAbstractionsVersion>
7676
<MicrosoftExtensionsCachingMemoryVersion>8.0.1</MicrosoftExtensionsCachingMemoryVersion>
7777
<MicrosoftExtensionsConfigurationAbstractionsVersion>8.0.0</MicrosoftExtensionsConfigurationAbstractionsVersion>
@@ -92,7 +92,7 @@
9292
<MicrosoftExtensionsFileProvidersCompositeVersion>8.0.0</MicrosoftExtensionsFileProvidersCompositeVersion>
9393
<MicrosoftExtensionsFileProvidersPhysicalVersion>8.0.0</MicrosoftExtensionsFileProvidersPhysicalVersion>
9494
<MicrosoftExtensionsFileSystemGlobbingVersion>8.0.0</MicrosoftExtensionsFileSystemGlobbingVersion>
95-
<MicrosoftExtensionsHostFactoryResolverSourcesVersion>8.0.26-servicing.26163.16</MicrosoftExtensionsHostFactoryResolverSourcesVersion>
95+
<MicrosoftExtensionsHostFactoryResolverSourcesVersion>8.0.26-servicing.26169.21</MicrosoftExtensionsHostFactoryResolverSourcesVersion>
9696
<MicrosoftExtensionsHostingAbstractionsVersion>8.0.1</MicrosoftExtensionsHostingAbstractionsVersion>
9797
<MicrosoftExtensionsHostingVersion>8.0.1</MicrosoftExtensionsHostingVersion>
9898
<MicrosoftExtensionsHttpVersion>8.0.1</MicrosoftExtensionsHttpVersion>
@@ -108,7 +108,7 @@
108108
<MicrosoftExtensionsOptionsDataAnnotationsVersion>8.0.0</MicrosoftExtensionsOptionsDataAnnotationsVersion>
109109
<MicrosoftExtensionsOptionsVersion>8.0.2</MicrosoftExtensionsOptionsVersion>
110110
<MicrosoftExtensionsPrimitivesVersion>8.0.0</MicrosoftExtensionsPrimitivesVersion>
111-
<MicrosoftInternalRuntimeAspNetCoreTransportVersion>8.0.26-servicing.26163.16</MicrosoftInternalRuntimeAspNetCoreTransportVersion>
111+
<MicrosoftInternalRuntimeAspNetCoreTransportVersion>8.0.26-servicing.26169.21</MicrosoftInternalRuntimeAspNetCoreTransportVersion>
112112
<SystemConfigurationConfigurationManagerVersion>8.0.1</SystemConfigurationConfigurationManagerVersion>
113113
<SystemDiagnosticsDiagnosticSourceVersion>8.0.1</SystemDiagnosticsDiagnosticSourceVersion>
114114
<SystemDiagnosticsEventLogVersion>8.0.2</SystemDiagnosticsEventLogVersion>
@@ -128,9 +128,9 @@
128128
<SystemThreadingAccessControlVersion>8.0.0</SystemThreadingAccessControlVersion>
129129
<SystemThreadingChannelsVersion>8.0.0</SystemThreadingChannelsVersion>
130130
<SystemThreadingRateLimitingVersion>8.0.0</SystemThreadingRateLimitingVersion>
131-
<MicrosoftSourceBuildIntermediateruntimelinuxx64Version>8.0.26-servicing.26163.16</MicrosoftSourceBuildIntermediateruntimelinuxx64Version>
131+
<MicrosoftSourceBuildIntermediateruntimelinuxx64Version>8.0.26-servicing.26169.21</MicrosoftSourceBuildIntermediateruntimelinuxx64Version>
132132
<!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
133-
<MicrosoftNETCorePlatformsVersion>8.0.26-servicing.26163.16</MicrosoftNETCorePlatformsVersion>
133+
<MicrosoftNETCorePlatformsVersion>8.0.26-servicing.26169.21</MicrosoftNETCorePlatformsVersion>
134134
<MicrosoftBclAsyncInterfacesVersion>8.0.0</MicrosoftBclAsyncInterfacesVersion>
135135
<!-- Transitive package to provide coherency in dotnet/extensions -->
136136
<MicrosoftBclTimeProviderVersion>8.0.1</MicrosoftBclTimeProviderVersion>

0 commit comments

Comments
 (0)