Skip to content

Commit 5dcf17d

Browse files
[main] Source code updates from dotnet/dotnet (#13881)
[main] Source code updates from dotnet/dotnet
1 parent 06f6a6c commit 5dcf17d

File tree

5 files changed

+85
-81
lines changed

5 files changed

+85
-81
lines changed

NuGet.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<clear />
55
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
66
<add key="dotnet-libraries" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
7+
<add key="dotnet-libraries-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json" />
78
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
89
<add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
910
<add key="dotnet9-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json" />
@@ -23,6 +24,9 @@
2324
<packageSource key="dotnet-libraries">
2425
<package pattern="System.Runtime.CompilerServices.Unsafe" />
2526
</packageSource>
27+
<packageSource key="dotnet-libraries-transport">
28+
<package pattern="Microsoft.Private.Intellisense" />
29+
</packageSource>
2630
<packageSource key="dotnet-tools">
2731
<package pattern="microsoft.*" />
2832
<package pattern="MicroBuild.Core.Sentinel" />

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>11.0.0-beta.25466.104</MicrosoftDotNetArcadeSdkPackageVersion>
10-
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>11.0.0-beta.25466.104</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
11-
<MicrosoftDotNetCMakeSdkPackageVersion>11.0.0-beta.25466.104</MicrosoftDotNetCMakeSdkPackageVersion>
12-
<MicrosoftDotNetGenFacadesPackageVersion>11.0.0-beta.25466.104</MicrosoftDotNetGenFacadesPackageVersion>
13-
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.25466.104</MicrosoftDotNetHelixSdkPackageVersion>
14-
<MicrosoftDotNetRemoteExecutorPackageVersion>11.0.0-beta.25466.104</MicrosoftDotNetRemoteExecutorPackageVersion>
15-
<MicrosoftDotNetXUnitV3ExtensionsPackageVersion>11.0.0-beta.25466.104</MicrosoftDotNetXUnitV3ExtensionsPackageVersion>
16-
<MicrosoftNETSdkILPackageVersion>10.0.0-rc.1.25466.104</MicrosoftNETSdkILPackageVersion>
17-
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-rc.1.25466.104</MicrosoftNETCoreAppRefPackageVersion>
18-
<MicrosoftNETCoreILAsmPackageVersion>10.0.0-rc.1.25466.104</MicrosoftNETCoreILAsmPackageVersion>
19-
<MicrosoftNETCoreILDAsmPackageVersion>10.0.0-rc.1.25466.104</MicrosoftNETCoreILDAsmPackageVersion>
20-
<MicrosoftNETCorePlatformsPackageVersion>10.0.0-rc.1.25466.104</MicrosoftNETCorePlatformsPackageVersion>
21-
<MicrosoftWin32SystemEventsPackageVersion>10.0.0-rc.1.25466.104</MicrosoftWin32SystemEventsPackageVersion>
22-
<runtimewinx64MicrosoftNETCoreILAsmPackageVersion>10.0.0-rc.1.25466.104</runtimewinx64MicrosoftNETCoreILAsmPackageVersion>
23-
<runtimewinx86MicrosoftNETCoreILAsmPackageVersion>10.0.0-rc.1.25466.104</runtimewinx86MicrosoftNETCoreILAsmPackageVersion>
24-
<SystemCodeDomPackageVersion>10.0.0-rc.1.25466.104</SystemCodeDomPackageVersion>
25-
<SystemConfigurationConfigurationManagerPackageVersion>10.0.0-rc.1.25466.104</SystemConfigurationConfigurationManagerPackageVersion>
26-
<SystemFormatsNrbfPackageVersion>10.0.0-rc.1.25466.104</SystemFormatsNrbfPackageVersion>
27-
<SystemIOHashingPackageVersion>10.0.0-rc.1.25466.104</SystemIOHashingPackageVersion>
28-
<SystemReflectionMetadataLoadContextPackageVersion>10.0.0-rc.1.25466.104</SystemReflectionMetadataLoadContextPackageVersion>
29-
<SystemResourcesExtensionsPackageVersion>10.0.0-rc.1.25466.104</SystemResourcesExtensionsPackageVersion>
30-
<SystemRuntimeSerializationFormattersPackageVersion>10.0.0-rc.1.25466.104</SystemRuntimeSerializationFormattersPackageVersion>
31-
<SystemTextEncodingsWebPackageVersion>10.0.0-rc.1.25466.104</SystemTextEncodingsWebPackageVersion>
32-
<SystemTextJsonPackageVersion>10.0.0-rc.1.25466.104</SystemTextJsonPackageVersion>
33-
<SystemWindowsExtensionsPackageVersion>10.0.0-rc.1.25466.104</SystemWindowsExtensionsPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.25467.108</MicrosoftDotNetArcadeSdkPackageVersion>
10+
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>11.0.0-beta.25467.108</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
11+
<MicrosoftDotNetCMakeSdkPackageVersion>11.0.0-beta.25467.108</MicrosoftDotNetCMakeSdkPackageVersion>
12+
<MicrosoftDotNetGenFacadesPackageVersion>11.0.0-beta.25467.108</MicrosoftDotNetGenFacadesPackageVersion>
13+
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.25467.108</MicrosoftDotNetHelixSdkPackageVersion>
14+
<MicrosoftDotNetRemoteExecutorPackageVersion>11.0.0-beta.25467.108</MicrosoftDotNetRemoteExecutorPackageVersion>
15+
<MicrosoftDotNetXUnitV3ExtensionsPackageVersion>11.0.0-beta.25467.108</MicrosoftDotNetXUnitV3ExtensionsPackageVersion>
16+
<MicrosoftNETSdkILPackageVersion>10.0.0-rc.1.25467.108</MicrosoftNETSdkILPackageVersion>
17+
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-rc.1.25467.108</MicrosoftNETCoreAppRefPackageVersion>
18+
<MicrosoftNETCoreILAsmPackageVersion>10.0.0-rc.1.25467.108</MicrosoftNETCoreILAsmPackageVersion>
19+
<MicrosoftNETCoreILDAsmPackageVersion>10.0.0-rc.1.25467.108</MicrosoftNETCoreILDAsmPackageVersion>
20+
<MicrosoftNETCorePlatformsPackageVersion>10.0.0-rc.1.25467.108</MicrosoftNETCorePlatformsPackageVersion>
21+
<MicrosoftWin32SystemEventsPackageVersion>10.0.0-rc.1.25467.108</MicrosoftWin32SystemEventsPackageVersion>
22+
<runtimewinx64MicrosoftNETCoreILAsmPackageVersion>10.0.0-rc.1.25467.108</runtimewinx64MicrosoftNETCoreILAsmPackageVersion>
23+
<runtimewinx86MicrosoftNETCoreILAsmPackageVersion>10.0.0-rc.1.25467.108</runtimewinx86MicrosoftNETCoreILAsmPackageVersion>
24+
<SystemCodeDomPackageVersion>10.0.0-rc.1.25467.108</SystemCodeDomPackageVersion>
25+
<SystemConfigurationConfigurationManagerPackageVersion>10.0.0-rc.1.25467.108</SystemConfigurationConfigurationManagerPackageVersion>
26+
<SystemFormatsNrbfPackageVersion>10.0.0-rc.1.25467.108</SystemFormatsNrbfPackageVersion>
27+
<SystemIOHashingPackageVersion>10.0.0-rc.1.25467.108</SystemIOHashingPackageVersion>
28+
<SystemReflectionMetadataLoadContextPackageVersion>10.0.0-rc.1.25467.108</SystemReflectionMetadataLoadContextPackageVersion>
29+
<SystemResourcesExtensionsPackageVersion>10.0.0-rc.1.25467.108</SystemResourcesExtensionsPackageVersion>
30+
<SystemRuntimeSerializationFormattersPackageVersion>10.0.0-rc.1.25467.108</SystemRuntimeSerializationFormattersPackageVersion>
31+
<SystemTextEncodingsWebPackageVersion>10.0.0-rc.1.25467.108</SystemTextEncodingsWebPackageVersion>
32+
<SystemTextJsonPackageVersion>10.0.0-rc.1.25467.108</SystemTextJsonPackageVersion>
33+
<SystemWindowsExtensionsPackageVersion>10.0.0-rc.1.25467.108</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="c0d13804f97528f7b3750ca31846f83c4617a451" BarId="283489" />
9+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="winforms" Sha="3c11c311d5cdf86f9f9c2f12e513bf93774abe9b" BarId="283636" />
1010
<ProductDependencies>
11-
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.0-rc.1.25466.104">
11+
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.0-rc.1.25467.108">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
13+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
1414
</Dependency>
15-
<Dependency Name="System.Resources.Extensions" Version="10.0.0-rc.1.25466.104">
15+
<Dependency Name="System.Resources.Extensions" Version="10.0.0-rc.1.25467.108">
1616
<Uri>https://github.com/dotnet/dotnet</Uri>
17-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
17+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
1818
</Dependency>
19-
<Dependency Name="System.Windows.Extensions" Version="10.0.0-rc.1.25466.104">
19+
<Dependency Name="System.Windows.Extensions" Version="10.0.0-rc.1.25467.108">
2020
<Uri>https://github.com/dotnet/dotnet</Uri>
21-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
21+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
2222
</Dependency>
23-
<Dependency Name="Microsoft.NET.Sdk.IL" Version="10.0.0-rc.1.25466.104">
23+
<Dependency Name="Microsoft.NET.Sdk.IL" Version="10.0.0-rc.1.25467.108">
2424
<Uri>https://github.com/dotnet/dotnet</Uri>
25-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
25+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
2626
</Dependency>
27-
<Dependency Name="Microsoft.NETCore.ILAsm" Version="10.0.0-rc.1.25466.104">
27+
<Dependency Name="Microsoft.NETCore.ILAsm" Version="10.0.0-rc.1.25467.108">
2828
<Uri>https://github.com/dotnet/dotnet</Uri>
29-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
29+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
3030
</Dependency>
31-
<Dependency Name="runtime.win-x64.Microsoft.NETCore.ILAsm" Version="10.0.0-rc.1.25466.104">
31+
<Dependency Name="runtime.win-x64.Microsoft.NETCore.ILAsm" Version="10.0.0-rc.1.25467.108">
3232
<Uri>https://github.com/dotnet/dotnet</Uri>
33-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
33+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
3434
</Dependency>
35-
<Dependency Name="runtime.win-x86.Microsoft.NETCore.ILAsm" Version="10.0.0-rc.1.25466.104">
35+
<Dependency Name="runtime.win-x86.Microsoft.NETCore.ILAsm" Version="10.0.0-rc.1.25467.108">
3636
<Uri>https://github.com/dotnet/dotnet</Uri>
37-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
37+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
3838
</Dependency>
39-
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.0-rc.1.25466.104">
39+
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.0-rc.1.25467.108">
4040
<Uri>https://github.com/dotnet/dotnet</Uri>
41-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
41+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
4242
</Dependency>
43-
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="10.0.0-rc.1.25466.104">
43+
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="10.0.0-rc.1.25467.108">
4444
<Uri>https://github.com/dotnet/dotnet</Uri>
45-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
45+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
4646
</Dependency>
47-
<Dependency Name="System.Text.Encodings.Web" Version="10.0.0-rc.1.25466.104">
47+
<Dependency Name="System.Text.Encodings.Web" Version="10.0.0-rc.1.25467.108">
4848
<Uri>https://github.com/dotnet/dotnet</Uri>
49-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
49+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
5050
</Dependency>
51-
<Dependency Name="System.Text.Json" Version="10.0.0-rc.1.25466.104">
51+
<Dependency Name="System.Text.Json" Version="10.0.0-rc.1.25467.108">
5252
<Uri>https://github.com/dotnet/dotnet</Uri>
53-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
53+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
5454
</Dependency>
55-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-rc.1.25466.104">
55+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-rc.1.25467.108">
5656
<Uri>https://github.com/dotnet/dotnet</Uri>
57-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
57+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
5858
</Dependency>
59-
<Dependency Name="System.Runtime.Serialization.Formatters" Version="10.0.0-rc.1.25466.104">
59+
<Dependency Name="System.Runtime.Serialization.Formatters" Version="10.0.0-rc.1.25467.108">
6060
<Uri>https://github.com/dotnet/dotnet</Uri>
61-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
61+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
6262
</Dependency>
63-
<Dependency Name="Microsoft.Win32.SystemEvents" Version="10.0.0-rc.1.25466.104">
63+
<Dependency Name="Microsoft.Win32.SystemEvents" Version="10.0.0-rc.1.25467.108">
6464
<Uri>https://github.com/dotnet/dotnet</Uri>
65-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
65+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
6666
</Dependency>
67-
<Dependency Name="System.CodeDom" Version="10.0.0-rc.1.25466.104">
67+
<Dependency Name="System.CodeDom" Version="10.0.0-rc.1.25467.108">
6868
<Uri>https://github.com/dotnet/dotnet</Uri>
69-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
69+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
7070
</Dependency>
71-
<Dependency Name="System.Configuration.ConfigurationManager" Version="10.0.0-rc.1.25466.104">
71+
<Dependency Name="System.Configuration.ConfigurationManager" Version="10.0.0-rc.1.25467.108">
7272
<Uri>https://github.com/dotnet/dotnet</Uri>
73-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
73+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
7474
</Dependency>
75-
<Dependency Name="System.Formats.Nrbf" Version="10.0.0-rc.1.25466.104">
75+
<Dependency Name="System.Formats.Nrbf" Version="10.0.0-rc.1.25467.108">
7676
<Uri>https://github.com/dotnet/dotnet</Uri>
77-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
77+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
7878
</Dependency>
79-
<Dependency Name="System.IO.Hashing" Version="10.0.0-rc.1.25466.104">
79+
<Dependency Name="System.IO.Hashing" Version="10.0.0-rc.1.25467.108">
8080
<Uri>https://github.com/dotnet/dotnet</Uri>
81-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
81+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
8282
</Dependency>
8383
</ProductDependencies>
8484
<ToolsetDependencies>
8585
<!-- Arcade -->
86-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25466.104">
86+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25467.108">
8787
<Uri>https://github.com/dotnet/dotnet</Uri>
88-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
88+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
8989
</Dependency>
90-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="11.0.0-beta.25466.104">
90+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="11.0.0-beta.25467.108">
9191
<Uri>https://github.com/dotnet/dotnet</Uri>
92-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
92+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
9393
</Dependency>
94-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="11.0.0-beta.25466.104">
94+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="11.0.0-beta.25467.108">
9595
<Uri>https://github.com/dotnet/dotnet</Uri>
96-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
96+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
9797
</Dependency>
98-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.25466.104">
98+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.25467.108">
9999
<Uri>https://github.com/dotnet/dotnet</Uri>
100-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
100+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
101101
</Dependency>
102-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="11.0.0-beta.25466.104">
102+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="11.0.0-beta.25467.108">
103103
<Uri>https://github.com/dotnet/dotnet</Uri>
104-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
104+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
105105
</Dependency>
106-
<Dependency Name="Microsoft.DotNet.XUnitV3Extensions" Version="11.0.0-beta.25466.104">
106+
<Dependency Name="Microsoft.DotNet.XUnitV3Extensions" Version="11.0.0-beta.25467.108">
107107
<Uri>https://github.com/dotnet/dotnet</Uri>
108-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
108+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
109109
</Dependency>
110-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="11.0.0-beta.25466.104">
110+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="11.0.0-beta.25467.108">
111111
<Uri>https://github.com/dotnet/dotnet</Uri>
112-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
112+
<Sha>3c11c311d5cdf86f9f9c2f12e513bf93774abe9b</Sha>
113113
</Dependency>
114114
</ToolsetDependencies>
115115
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</PropertyGroup>
2020
<!-- Docs / Intellisense -->
2121
<PropertyGroup>
22-
<MicrosoftPrivateIntellisenseVersion>9.0.0-preview-20241010.1</MicrosoftPrivateIntellisenseVersion>
22+
<MicrosoftPrivateIntellisenseVersion>10.0.0-preview-20250912.1</MicrosoftPrivateIntellisenseVersion>
2323
</PropertyGroup>
2424
<!-- XUnit-related (not extensions) -->
2525
<PropertyGroup>

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": "11.0.0-beta.25466.104",
25-
"Microsoft.DotNet.CMake.Sdk": "11.0.0-beta.25466.104",
26-
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25466.104",
24+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25467.108",
25+
"Microsoft.DotNet.CMake.Sdk": "11.0.0-beta.25467.108",
26+
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25467.108",
2727
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
28-
"Microsoft.NET.Sdk.IL": "10.0.0-rc.1.25466.104"
28+
"Microsoft.NET.Sdk.IL": "10.0.0-rc.1.25467.108"
2929
},
3030
"native-tools": {
3131
"cmake": "latest"

0 commit comments

Comments
 (0)