Skip to content

Commit f3e0d22

Browse files
[main] Source code updates from dotnet/dotnet (#13772)
* Backflow from https://github.com/dotnet/dotnet / 8b29a16 build 277635 [[ commit created by automation ]] * Update dependencies from https://github.com/dotnet/dotnet build 277635 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.CMake.Sdk, Microsoft.DotNet.GenFacades, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.XUnitV3Extensions (Version 10.0.0-beta.25377.103 -> 10.0.0-beta.25401.103) Microsoft.NET.Sdk.IL, Microsoft.NETCore.App.Ref, Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm, Microsoft.NETCore.Platforms, Microsoft.Win32.SystemEvents, runtime.win-x64.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, runtime.win-x86.Microsoft.NETCore.ILAsm (Version 10.0.0-preview.7.25377.103 -> 10.0.0-rc.1.25401.103) * Fix compile error in ToolStripSplitButtonTests.cs * Remove properties now defined in Version.Details.props --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Alexander Köplinger <[email protected]>
1 parent 7c9d043 commit f3e0d22

File tree

178 files changed

+537
-878
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+537
-878
lines changed

eng/Version.Details.props

Lines changed: 63 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,63 @@
1-
<!-- will get filled in the next backflow -->
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This file is auto-generated by the Maestro dependency flow system.
4+
Do not edit it manually, as it will get overwritten by automation.
5+
This file should be imported by eng/Versions.props
6+
-->
7+
<Project>
8+
<PropertyGroup>
9+
<!-- dotnet/dotnet dependencies -->
10+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25401.103</MicrosoftDotNetArcadeSdkPackageVersion>
11+
<MicrosoftDotNetCMakeSdkPackageVersion>10.0.0-beta.25401.103</MicrosoftDotNetCMakeSdkPackageVersion>
12+
<MicrosoftDotNetGenFacadesPackageVersion>10.0.0-beta.25401.103</MicrosoftDotNetGenFacadesPackageVersion>
13+
<MicrosoftDotNetHelixSdkPackageVersion>10.0.0-beta.25401.103</MicrosoftDotNetHelixSdkPackageVersion>
14+
<MicrosoftDotNetRemoteExecutorPackageVersion>10.0.0-beta.25401.103</MicrosoftDotNetRemoteExecutorPackageVersion>
15+
<MicrosoftDotNetXUnitV3ExtensionsPackageVersion>10.0.0-beta.25401.103</MicrosoftDotNetXUnitV3ExtensionsPackageVersion>
16+
<MicrosoftNETSdkILPackageVersion>10.0.0-rc.1.25401.103</MicrosoftNETSdkILPackageVersion>
17+
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-rc.1.25401.103</MicrosoftNETCoreAppRefPackageVersion>
18+
<MicrosoftNETCoreILAsmPackageVersion>10.0.0-rc.1.25401.103</MicrosoftNETCoreILAsmPackageVersion>
19+
<MicrosoftNETCoreILDAsmPackageVersion>10.0.0-rc.1.25401.103</MicrosoftNETCoreILDAsmPackageVersion>
20+
<MicrosoftNETCorePlatformsPackageVersion>10.0.0-rc.1.25401.103</MicrosoftNETCorePlatformsPackageVersion>
21+
<MicrosoftWin32SystemEventsPackageVersion>10.0.0-rc.1.25401.103</MicrosoftWin32SystemEventsPackageVersion>
22+
<runtimewinx64MicrosoftNETCoreILAsmPackageVersion>10.0.0-rc.1.25401.103</runtimewinx64MicrosoftNETCoreILAsmPackageVersion>
23+
<runtimewinx86MicrosoftNETCoreILAsmPackageVersion>10.0.0-rc.1.25401.103</runtimewinx86MicrosoftNETCoreILAsmPackageVersion>
24+
<SystemCodeDomPackageVersion>10.0.0-rc.1.25401.103</SystemCodeDomPackageVersion>
25+
<SystemConfigurationConfigurationManagerPackageVersion>10.0.0-rc.1.25401.103</SystemConfigurationConfigurationManagerPackageVersion>
26+
<SystemFormatsNrbfPackageVersion>10.0.0-rc.1.25401.103</SystemFormatsNrbfPackageVersion>
27+
<SystemIOHashingPackageVersion>10.0.0-rc.1.25401.103</SystemIOHashingPackageVersion>
28+
<SystemReflectionMetadataLoadContextPackageVersion>10.0.0-rc.1.25401.103</SystemReflectionMetadataLoadContextPackageVersion>
29+
<SystemResourcesExtensionsPackageVersion>10.0.0-rc.1.25401.103</SystemResourcesExtensionsPackageVersion>
30+
<SystemRuntimeSerializationFormattersPackageVersion>10.0.0-rc.1.25401.103</SystemRuntimeSerializationFormattersPackageVersion>
31+
<SystemTextEncodingsWebPackageVersion>10.0.0-rc.1.25401.103</SystemTextEncodingsWebPackageVersion>
32+
<SystemTextJsonPackageVersion>10.0.0-rc.1.25401.103</SystemTextJsonPackageVersion>
33+
<SystemWindowsExtensionsPackageVersion>10.0.0-rc.1.25401.103</SystemWindowsExtensionsPackageVersion>
34+
</PropertyGroup>
35+
<!--Property group for alternate package version names-->
36+
<PropertyGroup>
37+
<!-- dotnet/dotnet dependencies -->
38+
<MicrosoftDotNetArcadeSdkVersion>$(MicrosoftDotNetArcadeSdkPackageVersion)</MicrosoftDotNetArcadeSdkVersion>
39+
<MicrosoftDotNetCMakeSdkVersion>$(MicrosoftDotNetCMakeSdkPackageVersion)</MicrosoftDotNetCMakeSdkVersion>
40+
<MicrosoftDotNetGenFacadesVersion>$(MicrosoftDotNetGenFacadesPackageVersion)</MicrosoftDotNetGenFacadesVersion>
41+
<MicrosoftDotNetHelixSdkVersion>$(MicrosoftDotNetHelixSdkPackageVersion)</MicrosoftDotNetHelixSdkVersion>
42+
<MicrosoftDotNetRemoteExecutorVersion>$(MicrosoftDotNetRemoteExecutorPackageVersion)</MicrosoftDotNetRemoteExecutorVersion>
43+
<MicrosoftDotNetXUnitV3ExtensionsVersion>$(MicrosoftDotNetXUnitV3ExtensionsPackageVersion)</MicrosoftDotNetXUnitV3ExtensionsVersion>
44+
<MicrosoftNETSdkILVersion>$(MicrosoftNETSdkILPackageVersion)</MicrosoftNETSdkILVersion>
45+
<MicrosoftNETCoreAppRefVersion>$(MicrosoftNETCoreAppRefPackageVersion)</MicrosoftNETCoreAppRefVersion>
46+
<MicrosoftNETCoreILAsmVersion>$(MicrosoftNETCoreILAsmPackageVersion)</MicrosoftNETCoreILAsmVersion>
47+
<MicrosoftNETCoreILDAsmVersion>$(MicrosoftNETCoreILDAsmPackageVersion)</MicrosoftNETCoreILDAsmVersion>
48+
<MicrosoftNETCorePlatformsVersion>$(MicrosoftNETCorePlatformsPackageVersion)</MicrosoftNETCorePlatformsVersion>
49+
<MicrosoftWin32SystemEventsVersion>$(MicrosoftWin32SystemEventsPackageVersion)</MicrosoftWin32SystemEventsVersion>
50+
<runtimewinx64MicrosoftNETCoreILAsmVersion>$(runtimewinx64MicrosoftNETCoreILAsmPackageVersion)</runtimewinx64MicrosoftNETCoreILAsmVersion>
51+
<runtimewinx86MicrosoftNETCoreILAsmVersion>$(runtimewinx86MicrosoftNETCoreILAsmPackageVersion)</runtimewinx86MicrosoftNETCoreILAsmVersion>
52+
<SystemCodeDomVersion>$(SystemCodeDomPackageVersion)</SystemCodeDomVersion>
53+
<SystemConfigurationConfigurationManagerVersion>$(SystemConfigurationConfigurationManagerPackageVersion)</SystemConfigurationConfigurationManagerVersion>
54+
<SystemFormatsNrbfVersion>$(SystemFormatsNrbfPackageVersion)</SystemFormatsNrbfVersion>
55+
<SystemIOHashingVersion>$(SystemIOHashingPackageVersion)</SystemIOHashingVersion>
56+
<SystemReflectionMetadataLoadContextVersion>$(SystemReflectionMetadataLoadContextPackageVersion)</SystemReflectionMetadataLoadContextVersion>
57+
<SystemResourcesExtensionsVersion>$(SystemResourcesExtensionsPackageVersion)</SystemResourcesExtensionsVersion>
58+
<SystemRuntimeSerializationFormattersVersion>$(SystemRuntimeSerializationFormattersPackageVersion)</SystemRuntimeSerializationFormattersVersion>
59+
<SystemTextEncodingsWebVersion>$(SystemTextEncodingsWebPackageVersion)</SystemTextEncodingsWebVersion>
60+
<SystemTextJsonVersion>$(SystemTextJsonPackageVersion)</SystemTextJsonVersion>
61+
<SystemWindowsExtensionsVersion>$(SystemWindowsExtensionsPackageVersion)</SystemWindowsExtensionsVersion>
62+
</PropertyGroup>
63+
</Project>

eng/Version.Details.xml

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -6,106 +6,106 @@ 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="6a953e76162f3f079405f80e28664fa51b136740" BarId="276981" />
9+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="winforms" Sha="8b29a1682219da555ee27e4fdda55dc3884b316f" BarId="277635" />
1010
<ProductDependencies>
11-
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.0-preview.7.25377.103">
11+
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.0-rc.1.25401.103">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>6a953e76162f3f079405f80e28664fa51b136740</Sha>
13+
<Sha>8b29a1682219da555ee27e4fdda55dc3884b316f</Sha>
1414
</Dependency>
15-
<Dependency Name="System.Resources.Extensions" Version="10.0.0-preview.7.25377.103">
15+
<Dependency Name="System.Resources.Extensions" Version="10.0.0-rc.1.25401.103">
1616
<Uri>https://github.com/dotnet/dotnet</Uri>
17-
<Sha>6a953e76162f3f079405f80e28664fa51b136740</Sha>
17+
<Sha>8b29a1682219da555ee27e4fdda55dc3884b316f</Sha>
1818
</Dependency>
19-
<Dependency Name="System.Windows.Extensions" Version="10.0.0-preview.7.25377.103">
19+
<Dependency Name="System.Windows.Extensions" Version="10.0.0-rc.1.25401.103">
2020
<Uri>https://github.com/dotnet/dotnet</Uri>
21-
<Sha>6a953e76162f3f079405f80e28664fa51b136740</Sha>
21+
<Sha>8b29a1682219da555ee27e4fdda55dc3884b316f</Sha>
2222
</Dependency>
23-
<Dependency Name="Microsoft.NET.Sdk.IL" Version="10.0.0-preview.7.25377.103">
23+
<Dependency Name="Microsoft.NET.Sdk.IL" Version="10.0.0-rc.1.25401.103">
2424
<Uri>https://github.com/dotnet/dotnet</Uri>
25-
<Sha>6a953e76162f3f079405f80e28664fa51b136740</Sha>
25+
<Sha>8b29a1682219da555ee27e4fdda55dc3884b316f</Sha>
2626
</Dependency>
27-
<Dependency Name="Microsoft.NETCore.ILAsm" Version="10.0.0-preview.7.25377.103">
27+
<Dependency Name="Microsoft.NETCore.ILAsm" Version="10.0.0-rc.1.25401.103">
2828
<Uri>https://github.com/dotnet/dotnet</Uri>
29-
<Sha>6a953e76162f3f079405f80e28664fa51b136740</Sha>
29+
<Sha>8b29a1682219da555ee27e4fdda55dc3884b316f</Sha>
3030
</Dependency>
31-
<Dependency Name="runtime.win-x64.Microsoft.NETCore.ILAsm" Version="10.0.0-preview.7.25377.103">
31+
<Dependency Name="runtime.win-x64.Microsoft.NETCore.ILAsm" Version="10.0.0-rc.1.25401.103">
3232
<Uri>https://github.com/dotnet/dotnet</Uri>
33-
<Sha>6a953e76162f3f079405f80e28664fa51b136740</Sha>
33+
<Sha>8b29a1682219da555ee27e4fdda55dc3884b316f</Sha>
3434
</Dependency>
35-
<Dependency Name="runtime.win-x86.Microsoft.NETCore.ILAsm" Version="10.0.0-preview.7.25377.103">
35+
<Dependency Name="runtime.win-x86.Microsoft.NETCore.ILAsm" Version="10.0.0-rc.1.25401.103">
3636
<Uri>https://github.com/dotnet/dotnet</Uri>
37-
<Sha>6a953e76162f3f079405f80e28664fa51b136740</Sha>
37+
<Sha>8b29a1682219da555ee27e4fdda55dc3884b316f</Sha>
3838
</Dependency>
39-
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.0-preview.7.25377.103">
39+
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.0-rc.1.25401.103">
4040
<Uri>https://github.com/dotnet/dotnet</Uri>
41-
<Sha>6a953e76162f3f079405f80e28664fa51b136740</Sha>
41+
<Sha>8b29a1682219da555ee27e4fdda55dc3884b316f</Sha>
4242
</Dependency>
43-
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="10.0.0-preview.7.25377.103">
43+
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="10.0.0-rc.1.25401.103">
4444
<Uri>https://github.com/dotnet/dotnet</Uri>
45-
<Sha>6a953e76162f3f079405f80e28664fa51b136740</Sha>
45+
<Sha>8b29a1682219da555ee27e4fdda55dc3884b316f</Sha>
4646
</Dependency>
47-
<Dependency Name="System.Text.Encodings.Web" Version="10.0.0-preview.7.25377.103">
47+
<Dependency Name="System.Text.Encodings.Web" Version="10.0.0-rc.1.25401.103">
4848
<Uri>https://github.com/dotnet/dotnet</Uri>
49-
<Sha>6a953e76162f3f079405f80e28664fa51b136740</Sha>
49+
<Sha>8b29a1682219da555ee27e4fdda55dc3884b316f</Sha>
5050
</Dependency>
51-
<Dependency Name="System.Text.Json" Version="10.0.0-preview.7.25377.103">
51+
<Dependency Name="System.Text.Json" Version="10.0.0-rc.1.25401.103">
5252
<Uri>https://github.com/dotnet/dotnet</Uri>
53-
<Sha>6a953e76162f3f079405f80e28664fa51b136740</Sha>
53+
<Sha>8b29a1682219da555ee27e4fdda55dc3884b316f</Sha>
5454
</Dependency>
55-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-preview.7.25377.103">
55+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-rc.1.25401.103">
5656
<Uri>https://github.com/dotnet/dotnet</Uri>
57-
<Sha>6a953e76162f3f079405f80e28664fa51b136740</Sha>
57+
<Sha>8b29a1682219da555ee27e4fdda55dc3884b316f</Sha>
5858
</Dependency>
59-
<Dependency Name="System.Runtime.Serialization.Formatters" Version="10.0.0-preview.7.25377.103">
59+
<Dependency Name="System.Runtime.Serialization.Formatters" Version="10.0.0-rc.1.25401.103">
6060
<Uri>https://github.com/dotnet/dotnet</Uri>
61-
<Sha>6a953e76162f3f079405f80e28664fa51b136740</Sha>
61+
<Sha>8b29a1682219da555ee27e4fdda55dc3884b316f</Sha>
6262
</Dependency>
63-
<Dependency Name="Microsoft.Win32.SystemEvents" Version="10.0.0-preview.7.25377.103">
63+
<Dependency Name="Microsoft.Win32.SystemEvents" Version="10.0.0-rc.1.25401.103">
6464
<Uri>https://github.com/dotnet/dotnet</Uri>
65-
<Sha>6a953e76162f3f079405f80e28664fa51b136740</Sha>
65+
<Sha>8b29a1682219da555ee27e4fdda55dc3884b316f</Sha>
6666
</Dependency>
67-
<Dependency Name="System.CodeDom" Version="10.0.0-preview.7.25377.103">
67+
<Dependency Name="System.CodeDom" Version="10.0.0-rc.1.25401.103">
6868
<Uri>https://github.com/dotnet/dotnet</Uri>
69-
<Sha>6a953e76162f3f079405f80e28664fa51b136740</Sha>
69+
<Sha>8b29a1682219da555ee27e4fdda55dc3884b316f</Sha>
7070
</Dependency>
71-
<Dependency Name="System.Configuration.ConfigurationManager" Version="10.0.0-preview.7.25377.103">
71+
<Dependency Name="System.Configuration.ConfigurationManager" Version="10.0.0-rc.1.25401.103">
7272
<Uri>https://github.com/dotnet/dotnet</Uri>
73-
<Sha>6a953e76162f3f079405f80e28664fa51b136740</Sha>
73+
<Sha>8b29a1682219da555ee27e4fdda55dc3884b316f</Sha>
7474
</Dependency>
75-
<Dependency Name="System.Formats.Nrbf" Version="10.0.0-preview.7.25377.103">
75+
<Dependency Name="System.Formats.Nrbf" Version="10.0.0-rc.1.25401.103">
7676
<Uri>https://github.com/dotnet/dotnet</Uri>
77-
<Sha>6a953e76162f3f079405f80e28664fa51b136740</Sha>
77+
<Sha>8b29a1682219da555ee27e4fdda55dc3884b316f</Sha>
7878
</Dependency>
79-
<Dependency Name="System.IO.Hashing" Version="10.0.0-preview.7.25377.103">
79+
<Dependency Name="System.IO.Hashing" Version="10.0.0-rc.1.25401.103">
8080
<Uri>https://github.com/dotnet/dotnet</Uri>
81-
<Sha>6a953e76162f3f079405f80e28664fa51b136740</Sha>
81+
<Sha>8b29a1682219da555ee27e4fdda55dc3884b316f</Sha>
8282
</Dependency>
8383
</ProductDependencies>
8484
<ToolsetDependencies>
8585
<!-- Arcade -->
86-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25377.103">
86+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25401.103">
8787
<Uri>https://github.com/dotnet/dotnet</Uri>
88-
<Sha>6a953e76162f3f079405f80e28664fa51b136740</Sha>
88+
<Sha>8b29a1682219da555ee27e4fdda55dc3884b316f</Sha>
8989
</Dependency>
90-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25377.103">
90+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25401.103">
9191
<Uri>https://github.com/dotnet/dotnet</Uri>
92-
<Sha>6a953e76162f3f079405f80e28664fa51b136740</Sha>
92+
<Sha>8b29a1682219da555ee27e4fdda55dc3884b316f</Sha>
9393
</Dependency>
94-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="10.0.0-beta.25377.103">
94+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="10.0.0-beta.25401.103">
9595
<Uri>https://github.com/dotnet/dotnet</Uri>
96-
<Sha>6a953e76162f3f079405f80e28664fa51b136740</Sha>
96+
<Sha>8b29a1682219da555ee27e4fdda55dc3884b316f</Sha>
9797
</Dependency>
98-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25377.103">
98+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25401.103">
9999
<Uri>https://github.com/dotnet/dotnet</Uri>
100-
<Sha>6a953e76162f3f079405f80e28664fa51b136740</Sha>
100+
<Sha>8b29a1682219da555ee27e4fdda55dc3884b316f</Sha>
101101
</Dependency>
102-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25377.103">
102+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25401.103">
103103
<Uri>https://github.com/dotnet/dotnet</Uri>
104-
<Sha>6a953e76162f3f079405f80e28664fa51b136740</Sha>
104+
<Sha>8b29a1682219da555ee27e4fdda55dc3884b316f</Sha>
105105
</Dependency>
106-
<Dependency Name="Microsoft.DotNet.XUnitV3Extensions" Version="10.0.0-beta.25377.103">
106+
<Dependency Name="Microsoft.DotNet.XUnitV3Extensions" Version="10.0.0-beta.25401.103">
107107
<Uri>https://github.com/dotnet/dotnet</Uri>
108-
<Sha>6a953e76162f3f079405f80e28664fa51b136740</Sha>
108+
<Sha>8b29a1682219da555ee27e4fdda55dc3884b316f</Sha>
109109
</Dependency>
110110
</ToolsetDependencies>
111111
</Dependencies>

eng/Versions.props

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="Version.Details.props" Condition="Exists('Version.Details.props')" />
34
<PropertyGroup>
45
<MajorVersion>10</MajorVersion>
56
<MinorVersion>0</MinorVersion>
@@ -10,48 +11,16 @@
1011
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
1112
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
1213
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
13-
<SystemReflectionMetadataLoadContextVersion>10.0.0-preview.7.25377.103</SystemReflectionMetadataLoadContextVersion>
14-
<SystemTextEncodingsWebVersion>10.0.0-preview.7.25377.103</SystemTextEncodingsWebVersion>
1514
</PropertyGroup>
16-
<!-- Below have corresponding entries in Versions.Details.XML because they are updated via Maestro -->
15+
<!-- Below have no corresponding entries in Versions.Details.XML because they are not updated via Maestro -->
1716
<PropertyGroup>
18-
<SystemFormatsNrbfPackageVersion>10.0.0-preview.7.25377.103</SystemFormatsNrbfPackageVersion>
19-
<SystemIOHashingPackageVersion>10.0.0-preview.7.25377.103</SystemIOHashingPackageVersion>
20-
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>5.0.0-preview.7.20320.5</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
21-
<MicrosoftNETCoreILDAsmPackageVersion>10.0.0-preview.7.25377.103</MicrosoftNETCoreILDAsmPackageVersion>
2217
<SystemRuntimeCompilerServicesUnsafePackageVersion>6.1.0-preview.1.24511.1</SystemRuntimeCompilerServicesUnsafePackageVersion>
23-
<SystemRuntimeSerializationFormattersPackageVersion>10.0.0-preview.7.25377.103</SystemRuntimeSerializationFormattersPackageVersion>
24-
<SystemTextJsonPackageVersion>10.0.0-preview.7.25377.103</SystemTextJsonPackageVersion>
25-
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-preview.7.25377.103</MicrosoftNETCoreAppRefPackageVersion>
26-
<MicrosoftNETCorePlatformsPackageVersion>10.0.0-preview.7.25377.103</MicrosoftNETCorePlatformsPackageVersion>
27-
<MicrosoftWin32SystemEventsPackageVersion>10.0.0-preview.7.25377.103</MicrosoftWin32SystemEventsPackageVersion>
28-
<SystemCodeDomPackageVersion>10.0.0-preview.7.25377.103</SystemCodeDomPackageVersion>
29-
<SystemConfigurationConfigurationManagerPackageVersion>10.0.0-preview.7.25377.103</SystemConfigurationConfigurationManagerPackageVersion>
30-
<SystemResourcesExtensionsPackageVersion>10.0.0-preview.7.25377.103</SystemResourcesExtensionsPackageVersion>
31-
<SystemSecurityPermissionsPackageVersion>10.0.0-preview.5.25227.101</SystemSecurityPermissionsPackageVersion>
32-
<SystemWindowsExtensionsPackageVersion>10.0.0-preview.7.25377.103</SystemWindowsExtensionsPackageVersion>
33-
<MicrosoftNETCoreILAsmPackageVersion>10.0.0-preview.7.25377.103</MicrosoftNETCoreILAsmPackageVersion>
34-
<runtimewinx64MicrosoftNETCoreILAsmPackageVersion>10.0.0-preview.7.25377.103</runtimewinx64MicrosoftNETCoreILAsmPackageVersion>
35-
<runtimewinx86MicrosoftNETCoreILAsmPackageVersion>10.0.0-preview.7.25377.103</runtimewinx86MicrosoftNETCoreILAsmPackageVersion>
36-
<MicrosoftNETSdkILVersion>10.0.0-preview.7.25377.103</MicrosoftNETSdkILVersion>
37-
<!--
38-
Microsoft.NET.Sdk.IL.targets requires definition of MicrosoftNETCoreILAsmVersion
39-
-->
40-
<MicrosoftNETCoreILAsmVersion>$(MicrosoftNETCoreILAsmPackageVersion)</MicrosoftNETCoreILAsmVersion>
4118
<MicrosoftWindowsCsWin32PackageVersion>0.3.151</MicrosoftWindowsCsWin32PackageVersion>
4219
</PropertyGroup>
4320
<!-- Docs / Intellisense -->
4421
<PropertyGroup>
4522
<MicrosoftPrivateIntellisenseVersion>9.0.0-preview-20241010.1</MicrosoftPrivateIntellisenseVersion>
4623
</PropertyGroup>
47-
<!-- Arcade -->
48-
<PropertyGroup>
49-
<MicrosoftDotNetGenFacadesPackageVersion>10.0.0-beta.25377.103</MicrosoftDotNetGenFacadesPackageVersion>
50-
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25377.103</MicrosoftDotNetRemoteExecutorVersion>
51-
<MicrosoftDotNetXUnitV3ExtensionsPackageVersion>10.0.0-beta.25377.103</MicrosoftDotNetXUnitV3ExtensionsPackageVersion>
52-
<MicrosoftNETTestSdkVersion>17.4.0-preview-20220707-01</MicrosoftNETTestSdkVersion>
53-
</PropertyGroup>
54-
<!-- Below have no corresponding entries in Versions.Details.XML because they are not updated via Maestro -->
5524
<!-- XUnit-related (not extensions) -->
5625
<PropertyGroup>
5726
<XUnitStaFactPackageVersion>3.0.13</XUnitStaFactPackageVersion>

0 commit comments

Comments
 (0)