Skip to content

Commit 7c84329

Browse files
[main] Source code updates from dotnet/dotnet (#11138)
* Backflow from https://github.com/dotnet/dotnet / 9f9f90c build 284210 [[ commit created by automation ]] * Update dependencies from https://github.com/dotnet/dotnet build 284210 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.CodeAnalysis, Microsoft.DotNet.GenAPI, Microsoft.DotNet.Helix.Sdk (Version 11.0.0-beta.25466.104 -> 11.0.0-beta.25472.101) Microsoft.Dotnet.WinForms.ProjectTemplates, Microsoft.NETCore.App.Ref, Microsoft.NETCore.Platforms, Microsoft.Private.Winforms, System.CodeDom, System.Configuration.ConfigurationManager, System.Diagnostics.EventLog, System.DirectoryServices, System.Drawing.Common, System.Formats.Nrbf, System.IO.Packaging, System.Private.Windows.Core.TestUtilities, System.Reflection.MetadataLoadContext, System.Resources.Extensions, System.Runtime.Serialization.Formatters, System.Security.Cryptography.Xml, System.Security.Permissions, System.Windows.Extensions (Version 10.0.0-rc.1.25466.104 -> 10.0.0-rc.1.25472.101) * Update dependencies from https://github.com/dotnet/dotnet build 284343 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.CodeAnalysis, Microsoft.DotNet.GenAPI, Microsoft.DotNet.Helix.Sdk (Version 11.0.0-beta.25472.101 -> 11.0.0-beta.25473.107) Microsoft.Dotnet.WinForms.ProjectTemplates, Microsoft.NETCore.App.Ref, Microsoft.NETCore.Platforms, Microsoft.Private.Winforms, System.CodeDom, System.Configuration.ConfigurationManager, System.Diagnostics.EventLog, System.DirectoryServices, System.Drawing.Common, System.Formats.Nrbf, System.IO.Packaging, System.Private.Windows.Core.TestUtilities, System.Reflection.MetadataLoadContext, System.Resources.Extensions, System.Runtime.Serialization.Formatters, System.Security.Cryptography.Xml, System.Security.Permissions, System.Windows.Extensions (Version 10.0.0-rc.1.25472.101 -> 10.0.0-rc.1.25473.107) --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent f7ebd69 commit 7c84329

File tree

7 files changed

+73
-72
lines changed

7 files changed

+73
-72
lines changed

NuGet.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<packageSources>
55
<clear />
66
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/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="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
910
<add key="dotnet7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json" />

eng/Version.Details.props

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,30 @@ This file should be imported by eng/Versions.props
88
<!-- dotnet/dotnet dependencies -->
99
<MicrosoftBuildFrameworkPackageVersion>15.9.20</MicrosoftBuildFrameworkPackageVersion>
1010
<MicrosoftBuildUtilitiesCorePackageVersion>15.9.20</MicrosoftBuildUtilitiesCorePackageVersion>
11-
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.25466.104</MicrosoftDotNetArcadeSdkPackageVersion>
12-
<MicrosoftDotNetCodeAnalysisPackageVersion>11.0.0-beta.25466.104</MicrosoftDotNetCodeAnalysisPackageVersion>
13-
<MicrosoftDotNetGenAPIPackageVersion>11.0.0-beta.25466.104</MicrosoftDotNetGenAPIPackageVersion>
14-
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.25466.104</MicrosoftDotNetHelixSdkPackageVersion>
15-
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>10.0.0-rc.1.25466.104</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
16-
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-rc.1.25466.104</MicrosoftNETCoreAppRefPackageVersion>
17-
<MicrosoftNETCorePlatformsPackageVersion>10.0.0-rc.1.25466.104</MicrosoftNETCorePlatformsPackageVersion>
18-
<MicrosoftPrivateWinformsPackageVersion>10.0.0-rc.1.25466.104</MicrosoftPrivateWinformsPackageVersion>
11+
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.25473.107</MicrosoftDotNetArcadeSdkPackageVersion>
12+
<MicrosoftDotNetCodeAnalysisPackageVersion>11.0.0-beta.25473.107</MicrosoftDotNetCodeAnalysisPackageVersion>
13+
<MicrosoftDotNetGenAPIPackageVersion>11.0.0-beta.25473.107</MicrosoftDotNetGenAPIPackageVersion>
14+
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.25473.107</MicrosoftDotNetHelixSdkPackageVersion>
15+
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>10.0.0-rc.1.25473.107</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
16+
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-rc.1.25473.107</MicrosoftNETCoreAppRefPackageVersion>
17+
<MicrosoftNETCorePlatformsPackageVersion>10.0.0-rc.1.25473.107</MicrosoftNETCorePlatformsPackageVersion>
18+
<MicrosoftPrivateWinformsPackageVersion>10.0.0-rc.1.25473.107</MicrosoftPrivateWinformsPackageVersion>
1919
<MicrosoftSourceLinkAzureReposGitPackageVersion>8.0.0-beta.23409.2</MicrosoftSourceLinkAzureReposGitPackageVersion>
2020
<MicrosoftSourceLinkGitHubPackageVersion>8.0.0-beta.23409.2</MicrosoftSourceLinkGitHubPackageVersion>
21-
<SystemCodeDomPackageVersion>10.0.0-rc.1.25466.104</SystemCodeDomPackageVersion>
22-
<SystemConfigurationConfigurationManagerPackageVersion>10.0.0-rc.1.25466.104</SystemConfigurationConfigurationManagerPackageVersion>
23-
<SystemDiagnosticsEventLogPackageVersion>10.0.0-rc.1.25466.104</SystemDiagnosticsEventLogPackageVersion>
24-
<SystemDirectoryServicesPackageVersion>10.0.0-rc.1.25466.104</SystemDirectoryServicesPackageVersion>
25-
<SystemDrawingCommonPackageVersion>10.0.0-rc.1.25466.104</SystemDrawingCommonPackageVersion>
26-
<SystemFormatsNrbfPackageVersion>10.0.0-rc.1.25466.104</SystemFormatsNrbfPackageVersion>
27-
<SystemIOPackagingPackageVersion>10.0.0-rc.1.25466.104</SystemIOPackagingPackageVersion>
28-
<SystemPrivateWindowsCoreTestUtilitiesPackageVersion>10.0.0-rc.1.25466.104</SystemPrivateWindowsCoreTestUtilitiesPackageVersion>
29-
<SystemReflectionMetadataLoadContextPackageVersion>10.0.0-rc.1.25466.104</SystemReflectionMetadataLoadContextPackageVersion>
30-
<SystemResourcesExtensionsPackageVersion>10.0.0-rc.1.25466.104</SystemResourcesExtensionsPackageVersion>
31-
<SystemRuntimeSerializationFormattersPackageVersion>10.0.0-rc.1.25466.104</SystemRuntimeSerializationFormattersPackageVersion>
32-
<SystemSecurityCryptographyXmlPackageVersion>10.0.0-rc.1.25466.104</SystemSecurityCryptographyXmlPackageVersion>
33-
<SystemSecurityPermissionsPackageVersion>10.0.0-rc.1.25466.104</SystemSecurityPermissionsPackageVersion>
34-
<SystemWindowsExtensionsPackageVersion>10.0.0-rc.1.25466.104</SystemWindowsExtensionsPackageVersion>
21+
<SystemCodeDomPackageVersion>10.0.0-rc.1.25473.107</SystemCodeDomPackageVersion>
22+
<SystemConfigurationConfigurationManagerPackageVersion>10.0.0-rc.1.25473.107</SystemConfigurationConfigurationManagerPackageVersion>
23+
<SystemDiagnosticsEventLogPackageVersion>10.0.0-rc.1.25473.107</SystemDiagnosticsEventLogPackageVersion>
24+
<SystemDirectoryServicesPackageVersion>10.0.0-rc.1.25473.107</SystemDirectoryServicesPackageVersion>
25+
<SystemDrawingCommonPackageVersion>10.0.0-rc.1.25473.107</SystemDrawingCommonPackageVersion>
26+
<SystemFormatsNrbfPackageVersion>10.0.0-rc.1.25473.107</SystemFormatsNrbfPackageVersion>
27+
<SystemIOPackagingPackageVersion>10.0.0-rc.1.25473.107</SystemIOPackagingPackageVersion>
28+
<SystemPrivateWindowsCoreTestUtilitiesPackageVersion>10.0.0-rc.1.25473.107</SystemPrivateWindowsCoreTestUtilitiesPackageVersion>
29+
<SystemReflectionMetadataLoadContextPackageVersion>10.0.0-rc.1.25473.107</SystemReflectionMetadataLoadContextPackageVersion>
30+
<SystemResourcesExtensionsPackageVersion>10.0.0-rc.1.25473.107</SystemResourcesExtensionsPackageVersion>
31+
<SystemRuntimeSerializationFormattersPackageVersion>10.0.0-rc.1.25473.107</SystemRuntimeSerializationFormattersPackageVersion>
32+
<SystemSecurityCryptographyXmlPackageVersion>10.0.0-rc.1.25473.107</SystemSecurityCryptographyXmlPackageVersion>
33+
<SystemSecurityPermissionsPackageVersion>10.0.0-rc.1.25473.107</SystemSecurityPermissionsPackageVersion>
34+
<SystemWindowsExtensionsPackageVersion>10.0.0-rc.1.25473.107</SystemWindowsExtensionsPackageVersion>
3535
<!-- _git/dotnet-wpf-int dependencies -->
3636
<MicrosoftDotNetWpfDncEngPackageVersion>10.0.0-rc.1.25466.1</MicrosoftDotNetWpfDncEngPackageVersion>
3737
</PropertyGroup>

eng/Version.Details.xml

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,78 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="wpf" Sha="c0d13804f97528f7b3750ca31846f83c4617a451" BarId="283489" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="wpf" Sha="77d8896addbd65ffbe48dc39dcf912843fcf7727" BarId="284343" />
44
<ProductDependencies>
5-
<Dependency Name="Microsoft.Private.Winforms" Version="10.0.0-rc.1.25466.104">
5+
<Dependency Name="Microsoft.Private.Winforms" Version="10.0.0-rc.1.25473.107">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
7+
<Sha>77d8896addbd65ffbe48dc39dcf912843fcf7727</Sha>
88
</Dependency>
9-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="10.0.0-rc.1.25466.104">
9+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="10.0.0-rc.1.25473.107">
1010
<Uri>https://github.com/dotnet/dotnet</Uri>
11-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
11+
<Sha>77d8896addbd65ffbe48dc39dcf912843fcf7727</Sha>
1212
</Dependency>
13-
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.0-rc.1.25466.104">
13+
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.0-rc.1.25473.107">
1414
<Uri>https://github.com/dotnet/dotnet</Uri>
15-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
15+
<Sha>77d8896addbd65ffbe48dc39dcf912843fcf7727</Sha>
1616
</Dependency>
17-
<Dependency Name="System.Windows.Extensions" Version="10.0.0-rc.1.25466.104">
17+
<Dependency Name="System.Windows.Extensions" Version="10.0.0-rc.1.25473.107">
1818
<Uri>https://github.com/dotnet/dotnet</Uri>
19-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
19+
<Sha>77d8896addbd65ffbe48dc39dcf912843fcf7727</Sha>
2020
</Dependency>
21-
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.0-rc.1.25466.104">
21+
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.0-rc.1.25473.107">
2222
<Uri>https://github.com/dotnet/dotnet</Uri>
23-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
23+
<Sha>77d8896addbd65ffbe48dc39dcf912843fcf7727</Sha>
2424
</Dependency>
2525
<Dependency Name="Microsoft.DotNet.Wpf.DncEng" Version="10.0.0-rc.1.25466.1">
2626
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int</Uri>
2727
<Sha>3567f4b428acc1a49fda38d150415482cc916dd8</Sha>
2828
</Dependency>
29-
<Dependency Name="System.Resources.Extensions" Version="10.0.0-rc.1.25466.104">
29+
<Dependency Name="System.Resources.Extensions" Version="10.0.0-rc.1.25473.107">
3030
<Uri>https://github.com/dotnet/dotnet</Uri>
31-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
31+
<Sha>77d8896addbd65ffbe48dc39dcf912843fcf7727</Sha>
3232
</Dependency>
33-
<Dependency Name="System.Runtime.Serialization.Formatters" Version="10.0.0-rc.1.25466.104">
33+
<Dependency Name="System.Runtime.Serialization.Formatters" Version="10.0.0-rc.1.25473.107">
3434
<Uri>https://github.com/dotnet/dotnet</Uri>
35-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
35+
<Sha>77d8896addbd65ffbe48dc39dcf912843fcf7727</Sha>
3636
</Dependency>
37-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-rc.1.25466.104">
37+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-rc.1.25473.107">
3838
<Uri>https://github.com/dotnet/dotnet</Uri>
39-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
39+
<Sha>77d8896addbd65ffbe48dc39dcf912843fcf7727</Sha>
4040
</Dependency>
41-
<Dependency Name="System.CodeDom" Version="10.0.0-rc.1.25466.104">
41+
<Dependency Name="System.CodeDom" Version="10.0.0-rc.1.25473.107">
4242
<Uri>https://github.com/dotnet/dotnet</Uri>
43-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
43+
<Sha>77d8896addbd65ffbe48dc39dcf912843fcf7727</Sha>
4444
</Dependency>
45-
<Dependency Name="System.Configuration.ConfigurationManager" Version="10.0.0-rc.1.25466.104">
45+
<Dependency Name="System.Configuration.ConfigurationManager" Version="10.0.0-rc.1.25473.107">
4646
<Uri>https://github.com/dotnet/dotnet</Uri>
47-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
47+
<Sha>77d8896addbd65ffbe48dc39dcf912843fcf7727</Sha>
4848
</Dependency>
49-
<Dependency Name="System.Diagnostics.EventLog" Version="10.0.0-rc.1.25466.104">
49+
<Dependency Name="System.Diagnostics.EventLog" Version="10.0.0-rc.1.25473.107">
5050
<Uri>https://github.com/dotnet/dotnet</Uri>
51-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
51+
<Sha>77d8896addbd65ffbe48dc39dcf912843fcf7727</Sha>
5252
</Dependency>
53-
<Dependency Name="System.DirectoryServices" Version="10.0.0-rc.1.25466.104">
53+
<Dependency Name="System.DirectoryServices" Version="10.0.0-rc.1.25473.107">
5454
<Uri>https://github.com/dotnet/dotnet</Uri>
55-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
55+
<Sha>77d8896addbd65ffbe48dc39dcf912843fcf7727</Sha>
5656
</Dependency>
57-
<Dependency Name="System.Formats.Nrbf" Version="10.0.0-rc.1.25466.104">
57+
<Dependency Name="System.Formats.Nrbf" Version="10.0.0-rc.1.25473.107">
5858
<Uri>https://github.com/dotnet/dotnet</Uri>
59-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
59+
<Sha>77d8896addbd65ffbe48dc39dcf912843fcf7727</Sha>
6060
</Dependency>
61-
<Dependency Name="System.IO.Packaging" Version="10.0.0-rc.1.25466.104">
61+
<Dependency Name="System.IO.Packaging" Version="10.0.0-rc.1.25473.107">
6262
<Uri>https://github.com/dotnet/dotnet</Uri>
63-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
63+
<Sha>77d8896addbd65ffbe48dc39dcf912843fcf7727</Sha>
6464
</Dependency>
65-
<Dependency Name="System.Security.Cryptography.Xml" Version="10.0.0-rc.1.25466.104">
65+
<Dependency Name="System.Security.Cryptography.Xml" Version="10.0.0-rc.1.25473.107">
6666
<Uri>https://github.com/dotnet/dotnet</Uri>
67-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
67+
<Sha>77d8896addbd65ffbe48dc39dcf912843fcf7727</Sha>
6868
</Dependency>
69-
<Dependency Name="System.Security.Permissions" Version="10.0.0-rc.1.25466.104">
69+
<Dependency Name="System.Security.Permissions" Version="10.0.0-rc.1.25473.107">
7070
<Uri>https://github.com/dotnet/dotnet</Uri>
71-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
71+
<Sha>77d8896addbd65ffbe48dc39dcf912843fcf7727</Sha>
7272
</Dependency>
73-
<Dependency Name="System.Drawing.Common" Version="10.0.0-rc.1.25466.104">
73+
<Dependency Name="System.Drawing.Common" Version="10.0.0-rc.1.25473.107">
7474
<Uri>https://github.com/dotnet/dotnet</Uri>
75-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
75+
<Sha>77d8896addbd65ffbe48dc39dcf912843fcf7727</Sha>
7676
</Dependency>
7777
<Dependency Name="Microsoft.Build.Framework" Version="15.9.20">
7878
<Uri>https://github.com/dotnet/dotnet</Uri>
@@ -84,21 +84,21 @@
8484
</Dependency>
8585
</ProductDependencies>
8686
<ToolsetDependencies>
87-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25466.104">
87+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25473.107">
8888
<Uri>https://github.com/dotnet/dotnet</Uri>
89-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
89+
<Sha>77d8896addbd65ffbe48dc39dcf912843fcf7727</Sha>
9090
</Dependency>
91-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="11.0.0-beta.25466.104">
91+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="11.0.0-beta.25473.107">
9292
<Uri>https://github.com/dotnet/dotnet</Uri>
93-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
93+
<Sha>77d8896addbd65ffbe48dc39dcf912843fcf7727</Sha>
9494
</Dependency>
95-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.25466.104">
95+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.25473.107">
9696
<Uri>https://github.com/dotnet/dotnet</Uri>
97-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
97+
<Sha>77d8896addbd65ffbe48dc39dcf912843fcf7727</Sha>
9898
</Dependency>
99-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="11.0.0-beta.25466.104">
99+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="11.0.0-beta.25473.107">
100100
<Uri>https://github.com/dotnet/dotnet</Uri>
101-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
101+
<Sha>77d8896addbd65ffbe48dc39dcf912843fcf7727</Sha>
102102
</Dependency>
103103
<!-- TODO: Unpin sourcelink dependencies: https://github.com/dotnet/wpf/issues/11042 -->
104104
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="8.0.0-beta.23409.2" Pinned="true">
@@ -109,9 +109,9 @@
109109
<Uri>https://github.com/dotnet/dotnet</Uri>
110110
<Sha>e9f665e52848a3615736c099e5631af531b66a5c</Sha>
111111
</Dependency>
112-
<Dependency Name="System.Private.Windows.Core.TestUtilities" Version="10.0.0-rc.1.25466.104">
112+
<Dependency Name="System.Private.Windows.Core.TestUtilities" Version="10.0.0-rc.1.25473.107">
113113
<Uri>https://github.com/dotnet/dotnet</Uri>
114-
<Sha>c0d13804f97528f7b3750ca31846f83c4617a451</Sha>
114+
<Sha>77d8896addbd65ffbe48dc39dcf912843fcf7727</Sha>
115115
</Dependency>
116116
</ToolsetDependencies>
117117
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</PropertyGroup>
3232
<!-- Docs / Intellisense -->
3333
<PropertyGroup>
34-
<MicrosoftPrivateIntellisenseVersion>9.0.0-preview-20241010.1</MicrosoftPrivateIntellisenseVersion>
34+
<MicrosoftPrivateIntellisenseVersion>10.0.0-preview-20250912.1</MicrosoftPrivateIntellisenseVersion>
3535
</PropertyGroup>
3636
<!-- Packages that come from https://github.com/dotnet/arcade -->
3737
<PropertyGroup>

eng/common/SetupNugetSources.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ if ($dotnet31Source -ne $null) {
157157
AddPackageSource -Sources $sources -SourceName "dotnet3.1-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v2" -Creds $creds -Username $userName -pwd $Password
158158
}
159159

160-
$dotnetVersions = @('5','6','7','8','9')
160+
$dotnetVersions = @('5','6','7','8','9','10')
161161

162162
foreach ($dotnetVersion in $dotnetVersions) {
163163
$feedPrefix = "dotnet" + $dotnetVersion;

eng/common/SetupNugetSources.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ if [ "$?" == "0" ]; then
9999
PackageSources+=('dotnet3.1-internal-transport')
100100
fi
101101

102-
DotNetVersions=('5' '6' '7' '8' '9')
102+
DotNetVersions=('5' '6' '7' '8' '9' '10')
103103

104104
for DotNetVersion in ${DotNetVersions[@]} ; do
105105
FeedPrefix="dotnet${DotNetVersion}";

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
}
2525
},
2626
"msbuild-sdks": {
27-
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25466.104",
28-
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25466.104",
27+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25473.107",
28+
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25473.107",
2929
"Microsoft.Build.NoTargets": "3.7.56"
3030
},
3131
"native-tools": {

0 commit comments

Comments
 (0)