Skip to content

Commit 8473de4

Browse files
authored
[release/10.0] Source code updates from dotnet/dotnet (#14567)
> [!NOTE] > This is a codeflow update. It may contain both source code changes from > [the VMR](https://github.com/dotnet/dotnet) > as well as dependency updates. Learn more [here](https://github.com/dotnet/dotnet/tree/main/docs/Codeflow-PRs.md). This pull request brings the following source code changes [marker]: <> (Begin:7442e8e7-a558-4305-8b1f-3fa7e892b4a1) ## From https://github.com/dotnet/dotnet - **Subscription**: [7442e8e7-a558-4305-8b1f-3fa7e892b4a1](https://maestro.dot.net/subscriptions?search=7442e8e7-a558-4305-8b1f-3fa7e892b4a1) - **Build**: [20260526.18](https://dev.azure.com/dnceng/internal/_build/results?buildId=2984755) ([315959](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/315959)) - **Date Produced**: May 27, 2026 3:35:55 AM UTC - **Commit**: [d0455315ecb2553e5df2879aaa0b99cc5d573d8f](dotnet/dotnet@d045531) - **Commit Diff**: [55a4d49...d045531](dotnet/dotnet@55a4d49...d045531) - **Branch**: [release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx) **Updated Dependencies** - From [10.0.0-beta.26274.103 to 10.0.0-beta.26276.118][1] - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.Build.Tasks.Templating - Microsoft.DotNet.CMake.Sdk - Microsoft.DotNet.GenFacades - Microsoft.DotNet.Helix.Sdk - Microsoft.DotNet.RemoteExecutor - Microsoft.DotNet.XUnitV3Extensions - From [10.0.9 to 10.0.10][1] - Microsoft.NET.Sdk.IL - Microsoft.NETCore.App.Ref - Microsoft.NETCore.ILAsm - Microsoft.NETCore.ILDAsm - Microsoft.Win32.SystemEvents - runtime.win-x64.Microsoft.NETCore.ILAsm - runtime.win-x86.Microsoft.NETCore.ILAsm - System.CodeDom - System.Configuration.ConfigurationManager - System.Formats.Nrbf - System.IO.Hashing - System.Reflection.MetadataLoadContext - System.Resources.Extensions - System.Runtime.Serialization.Formatters - System.Text.Encodings.Web - System.Text.Json - System.Windows.Extensions - From [10.0.9-servicing.26274.103 to 10.0.10-servicing.26276.118][1] - Microsoft.NETCore.Platforms [marker]: <> (End:7442e8e7-a558-4305-8b1f-3fa7e892b4a1) [1]: dotnet/dotnet@55a4d49...d045531 [marker]: <> (Start:Footer:CodeFlow PR) ## Associated changes in source repos - dotnet/arcade@ef50e01...c621358 - dotnet/efcore@9f1612f...60f4016 - dotnet/runtime@da8ffe6...cb36ff8 - dotnet/sdk@51be87a...f4d6628 - dotnet/source-build-assets@2a82daf...78f5048 - dotnet/sourcelink@7323c66...993efbc - dotnet/templating@93a0e31...375df0e - dotnet/windowsdesktop@66bd54a...9c6e1b5 <details> <summary>Diff the source with this PR branch</summary> ```bash darc vmr diff --name-only https://github.com/dotnet/dotnet:d0455315ecb2553e5df2879aaa0b99cc5d573d8f..https://github.com/dotnet/winforms:darc-release/10.0-c8c08040-d3b8-4ac3-8139-e1c57c972ab3 ``` </details> [marker]: <> (End:Footer:CodeFlow PR) ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/winforms/pull/14567)
2 parents e42814d + 7f50598 commit 8473de4

5 files changed

Lines changed: 83 additions & 83 deletions

File tree

NuGet.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-dotnet -->
7-
<add key="darc-pub-dotnet-dotnet-55a4d49" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-55a4d49b/nuget/v3/index.json" />
7+
<add key="darc-pub-dotnet-dotnet-d045531" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-d0455315/nuget/v3/index.json" />
88
<!-- End: Package sources from dotnet-dotnet -->
99
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1010
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -21,7 +21,7 @@
2121
</packageSources>
2222
<packageSourceMapping>
2323
<clear />
24-
<packageSource key="darc-pub-dotnet-dotnet-55a4d49">
24+
<packageSource key="darc-pub-dotnet-dotnet-d045531">
2525
<package pattern="Microsoft.*" />
2626
<package pattern="runtime.*" />
2727
<package pattern="System.*" />

eng/Version.Details.props

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,31 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- dotnet-dotnet dependencies -->
9-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26274.103</MicrosoftDotNetArcadeSdkPackageVersion>
10-
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>10.0.0-beta.26274.103</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
11-
<MicrosoftDotNetCMakeSdkPackageVersion>10.0.0-beta.26274.103</MicrosoftDotNetCMakeSdkPackageVersion>
12-
<MicrosoftDotNetGenFacadesPackageVersion>10.0.0-beta.26274.103</MicrosoftDotNetGenFacadesPackageVersion>
13-
<MicrosoftDotNetHelixSdkPackageVersion>10.0.0-beta.26274.103</MicrosoftDotNetHelixSdkPackageVersion>
14-
<MicrosoftDotNetRemoteExecutorPackageVersion>10.0.0-beta.26274.103</MicrosoftDotNetRemoteExecutorPackageVersion>
15-
<MicrosoftDotNetXUnitV3ExtensionsPackageVersion>10.0.0-beta.26274.103</MicrosoftDotNetXUnitV3ExtensionsPackageVersion>
16-
<MicrosoftNETSdkILPackageVersion>10.0.9</MicrosoftNETSdkILPackageVersion>
17-
<MicrosoftNETCoreAppRefPackageVersion>10.0.9</MicrosoftNETCoreAppRefPackageVersion>
18-
<MicrosoftNETCoreILAsmPackageVersion>10.0.9</MicrosoftNETCoreILAsmPackageVersion>
19-
<MicrosoftNETCoreILDAsmPackageVersion>10.0.9</MicrosoftNETCoreILDAsmPackageVersion>
20-
<MicrosoftNETCorePlatformsPackageVersion>10.0.9-servicing.26274.103</MicrosoftNETCorePlatformsPackageVersion>
21-
<MicrosoftWin32SystemEventsPackageVersion>10.0.9</MicrosoftWin32SystemEventsPackageVersion>
22-
<runtimewinx64MicrosoftNETCoreILAsmPackageVersion>10.0.9</runtimewinx64MicrosoftNETCoreILAsmPackageVersion>
23-
<runtimewinx86MicrosoftNETCoreILAsmPackageVersion>10.0.9</runtimewinx86MicrosoftNETCoreILAsmPackageVersion>
24-
<SystemCodeDomPackageVersion>10.0.9</SystemCodeDomPackageVersion>
25-
<SystemConfigurationConfigurationManagerPackageVersion>10.0.9</SystemConfigurationConfigurationManagerPackageVersion>
26-
<SystemFormatsNrbfPackageVersion>10.0.9</SystemFormatsNrbfPackageVersion>
27-
<SystemIOHashingPackageVersion>10.0.9</SystemIOHashingPackageVersion>
28-
<SystemReflectionMetadataLoadContextPackageVersion>10.0.9</SystemReflectionMetadataLoadContextPackageVersion>
29-
<SystemResourcesExtensionsPackageVersion>10.0.9</SystemResourcesExtensionsPackageVersion>
30-
<SystemRuntimeSerializationFormattersPackageVersion>10.0.9</SystemRuntimeSerializationFormattersPackageVersion>
31-
<SystemTextEncodingsWebPackageVersion>10.0.9</SystemTextEncodingsWebPackageVersion>
32-
<SystemTextJsonPackageVersion>10.0.9</SystemTextJsonPackageVersion>
33-
<SystemWindowsExtensionsPackageVersion>10.0.9</SystemWindowsExtensionsPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26276.118</MicrosoftDotNetArcadeSdkPackageVersion>
10+
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>10.0.0-beta.26276.118</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
11+
<MicrosoftDotNetCMakeSdkPackageVersion>10.0.0-beta.26276.118</MicrosoftDotNetCMakeSdkPackageVersion>
12+
<MicrosoftDotNetGenFacadesPackageVersion>10.0.0-beta.26276.118</MicrosoftDotNetGenFacadesPackageVersion>
13+
<MicrosoftDotNetHelixSdkPackageVersion>10.0.0-beta.26276.118</MicrosoftDotNetHelixSdkPackageVersion>
14+
<MicrosoftDotNetRemoteExecutorPackageVersion>10.0.0-beta.26276.118</MicrosoftDotNetRemoteExecutorPackageVersion>
15+
<MicrosoftDotNetXUnitV3ExtensionsPackageVersion>10.0.0-beta.26276.118</MicrosoftDotNetXUnitV3ExtensionsPackageVersion>
16+
<MicrosoftNETSdkILPackageVersion>10.0.10</MicrosoftNETSdkILPackageVersion>
17+
<MicrosoftNETCoreAppRefPackageVersion>10.0.10</MicrosoftNETCoreAppRefPackageVersion>
18+
<MicrosoftNETCoreILAsmPackageVersion>10.0.10</MicrosoftNETCoreILAsmPackageVersion>
19+
<MicrosoftNETCoreILDAsmPackageVersion>10.0.10</MicrosoftNETCoreILDAsmPackageVersion>
20+
<MicrosoftNETCorePlatformsPackageVersion>10.0.10-servicing.26276.118</MicrosoftNETCorePlatformsPackageVersion>
21+
<MicrosoftWin32SystemEventsPackageVersion>10.0.10</MicrosoftWin32SystemEventsPackageVersion>
22+
<runtimewinx64MicrosoftNETCoreILAsmPackageVersion>10.0.10</runtimewinx64MicrosoftNETCoreILAsmPackageVersion>
23+
<runtimewinx86MicrosoftNETCoreILAsmPackageVersion>10.0.10</runtimewinx86MicrosoftNETCoreILAsmPackageVersion>
24+
<SystemCodeDomPackageVersion>10.0.10</SystemCodeDomPackageVersion>
25+
<SystemConfigurationConfigurationManagerPackageVersion>10.0.10</SystemConfigurationConfigurationManagerPackageVersion>
26+
<SystemFormatsNrbfPackageVersion>10.0.10</SystemFormatsNrbfPackageVersion>
27+
<SystemIOHashingPackageVersion>10.0.10</SystemIOHashingPackageVersion>
28+
<SystemReflectionMetadataLoadContextPackageVersion>10.0.10</SystemReflectionMetadataLoadContextPackageVersion>
29+
<SystemResourcesExtensionsPackageVersion>10.0.10</SystemResourcesExtensionsPackageVersion>
30+
<SystemRuntimeSerializationFormattersPackageVersion>10.0.10</SystemRuntimeSerializationFormattersPackageVersion>
31+
<SystemTextEncodingsWebPackageVersion>10.0.10</SystemTextEncodingsWebPackageVersion>
32+
<SystemTextJsonPackageVersion>10.0.10</SystemTextJsonPackageVersion>
33+
<SystemWindowsExtensionsPackageVersion>10.0.10</SystemWindowsExtensionsPackageVersion>
3434
</PropertyGroup>
3535
<!--Property group for alternate package version names-->
3636
<PropertyGroup>

eng/Version.Details.xml

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -6,110 +6,110 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
66
And you can check these with "darc get-dependencies <dash dash>target-repo "winforms"
77
-->
88
<Dependencies>
9-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="winforms" Sha="55a4d49b172c5e4bbd64de30e282287f72c9bdd6" BarId="315678" />
9+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="winforms" Sha="d0455315ecb2553e5df2879aaa0b99cc5d573d8f" BarId="315959" />
1010
<ProductDependencies>
11-
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.9-servicing.26274.103">
11+
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.10-servicing.26276.118">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
13+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
1414
</Dependency>
15-
<Dependency Name="System.Resources.Extensions" Version="10.0.9">
15+
<Dependency Name="System.Resources.Extensions" Version="10.0.10">
1616
<Uri>https://github.com/dotnet/dotnet</Uri>
17-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
17+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
1818
</Dependency>
19-
<Dependency Name="System.Windows.Extensions" Version="10.0.9">
19+
<Dependency Name="System.Windows.Extensions" Version="10.0.10">
2020
<Uri>https://github.com/dotnet/dotnet</Uri>
21-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
21+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
2222
</Dependency>
23-
<Dependency Name="Microsoft.NET.Sdk.IL" Version="10.0.9">
23+
<Dependency Name="Microsoft.NET.Sdk.IL" Version="10.0.10">
2424
<Uri>https://github.com/dotnet/dotnet</Uri>
25-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
25+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
2626
</Dependency>
27-
<Dependency Name="Microsoft.NETCore.ILAsm" Version="10.0.9">
27+
<Dependency Name="Microsoft.NETCore.ILAsm" Version="10.0.10">
2828
<Uri>https://github.com/dotnet/dotnet</Uri>
29-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
29+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
3030
</Dependency>
31-
<Dependency Name="runtime.win-x64.Microsoft.NETCore.ILAsm" Version="10.0.9">
31+
<Dependency Name="runtime.win-x64.Microsoft.NETCore.ILAsm" Version="10.0.10">
3232
<Uri>https://github.com/dotnet/dotnet</Uri>
33-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
33+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
3434
</Dependency>
35-
<Dependency Name="runtime.win-x86.Microsoft.NETCore.ILAsm" Version="10.0.9">
35+
<Dependency Name="runtime.win-x86.Microsoft.NETCore.ILAsm" Version="10.0.10">
3636
<Uri>https://github.com/dotnet/dotnet</Uri>
37-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
37+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
3838
</Dependency>
39-
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.9">
39+
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.10">
4040
<Uri>https://github.com/dotnet/dotnet</Uri>
41-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
41+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
4242
</Dependency>
43-
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="10.0.9">
43+
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="10.0.10">
4444
<Uri>https://github.com/dotnet/dotnet</Uri>
45-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
45+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
4646
</Dependency>
47-
<Dependency Name="System.Text.Encodings.Web" Version="10.0.9">
47+
<Dependency Name="System.Text.Encodings.Web" Version="10.0.10">
4848
<Uri>https://github.com/dotnet/dotnet</Uri>
49-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
49+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
5050
</Dependency>
51-
<Dependency Name="System.Text.Json" Version="10.0.9">
51+
<Dependency Name="System.Text.Json" Version="10.0.10">
5252
<Uri>https://github.com/dotnet/dotnet</Uri>
53-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
53+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
5454
</Dependency>
55-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.9">
55+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.10">
5656
<Uri>https://github.com/dotnet/dotnet</Uri>
57-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
57+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
5858
</Dependency>
59-
<Dependency Name="System.Runtime.Serialization.Formatters" Version="10.0.9">
59+
<Dependency Name="System.Runtime.Serialization.Formatters" Version="10.0.10">
6060
<Uri>https://github.com/dotnet/dotnet</Uri>
61-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
61+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
6262
</Dependency>
63-
<Dependency Name="Microsoft.Win32.SystemEvents" Version="10.0.9">
63+
<Dependency Name="Microsoft.Win32.SystemEvents" Version="10.0.10">
6464
<Uri>https://github.com/dotnet/dotnet</Uri>
65-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
65+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
6666
</Dependency>
67-
<Dependency Name="System.CodeDom" Version="10.0.9">
67+
<Dependency Name="System.CodeDom" Version="10.0.10">
6868
<Uri>https://github.com/dotnet/dotnet</Uri>
69-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
69+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
7070
</Dependency>
71-
<Dependency Name="System.Configuration.ConfigurationManager" Version="10.0.9">
71+
<Dependency Name="System.Configuration.ConfigurationManager" Version="10.0.10">
7272
<Uri>https://github.com/dotnet/dotnet</Uri>
73-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
73+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
7474
</Dependency>
75-
<Dependency Name="System.Formats.Nrbf" Version="10.0.9">
75+
<Dependency Name="System.Formats.Nrbf" Version="10.0.10">
7676
<Uri>https://github.com/dotnet/dotnet</Uri>
77-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
77+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
7878
</Dependency>
79-
<Dependency Name="System.IO.Hashing" Version="10.0.9">
79+
<Dependency Name="System.IO.Hashing" Version="10.0.10">
8080
<Uri>https://github.com/dotnet/dotnet</Uri>
81-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
81+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
8282
</Dependency>
8383
</ProductDependencies>
8484
<ToolsetDependencies>
8585
<!-- Arcade -->
86-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26274.103">
86+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26276.118">
8787
<Uri>https://github.com/dotnet/dotnet</Uri>
88-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
88+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
8989
</Dependency>
90-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.26274.103">
90+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.26276.118">
9191
<Uri>https://github.com/dotnet/dotnet</Uri>
92-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
92+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
9393
</Dependency>
94-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="10.0.0-beta.26274.103">
94+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="10.0.0-beta.26276.118">
9595
<Uri>https://github.com/dotnet/dotnet</Uri>
96-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
96+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
9797
</Dependency>
98-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.26274.103">
98+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.26276.118">
9999
<Uri>https://github.com/dotnet/dotnet</Uri>
100-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
100+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
101101
</Dependency>
102-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.26274.103">
102+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.26276.118">
103103
<Uri>https://github.com/dotnet/dotnet</Uri>
104-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
104+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
105105
</Dependency>
106-
<Dependency Name="Microsoft.DotNet.XUnitV3Extensions" Version="10.0.0-beta.26274.103">
106+
<Dependency Name="Microsoft.DotNet.XUnitV3Extensions" Version="10.0.0-beta.26276.118">
107107
<Uri>https://github.com/dotnet/dotnet</Uri>
108-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
108+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
109109
</Dependency>
110-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.26274.103">
110+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.26276.118">
111111
<Uri>https://github.com/dotnet/dotnet</Uri>
112-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
112+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
113113
</Dependency>
114114
</ToolsetDependencies>
115115
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<MajorVersion>10</MajorVersion>
66
<MinorVersion>0</MinorVersion>
7-
<PatchVersion>9</PatchVersion>
7+
<PatchVersion>10</PatchVersion>
88
<!-- version in our package name #.#.#-below.#####.## -->
99
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
1010
<PreReleaseVersionIteration></PreReleaseVersionIteration>

global.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
}
2222
},
2323
"msbuild-sdks": {
24-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26274.103",
25-
"Microsoft.DotNet.CMake.Sdk": "10.0.0-beta.26274.103",
26-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.26274.103",
24+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26276.118",
25+
"Microsoft.DotNet.CMake.Sdk": "10.0.0-beta.26276.118",
26+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.26276.118",
2727
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
28-
"Microsoft.NET.Sdk.IL": "10.0.9"
28+
"Microsoft.NET.Sdk.IL": "10.0.10"
2929
},
3030
"native-tools": {
3131
"cmake": "latest"

0 commit comments

Comments
 (0)