Skip to content

Commit 1ad7560

Browse files
authored
[automated] Merge branch 'release/10.0.1xx' => 'release/10.0.2xx' (#51387)
2 parents 76e9b87 + 4de98dd commit 1ad7560

28 files changed

+367
-356
lines changed

.vsts-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ extends:
9898
name: $(DncEngInternalBuildPool)
9999
image: windows.vs2022.amd64
100100
os: windows
101-
helixTargetQueue: windows.amd64.vs2022.pre
101+
helixTargetQueue: windows.amd64.vs2026.pre.scout
102102
oneESCompat:
103103
templateFolderName: templates-official
104104
publishTaskPrefix: 1ES.

.vsts-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ stages:
4242
name: $(DncEngPublicBuildPool)
4343
demands: ImageOverride -equals windows.vs2022.amd64.open
4444
os: windows
45-
helixTargetQueue: windows.amd64.vs2022.pre.open
45+
helixTargetQueue: windows.amd64.vs2026.pre.scout.open
4646

4747
############### LINUX ###############
4848
- template: /eng/pipelines/templates/jobs/sdk-job-matrix.yml

NuGet.config

Lines changed: 1 addition & 1 deletion
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-03ebd38" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-03ebd38e/nuget/v3/index.json" />
7+
<add key="darc-pub-dotnet-dotnet-79c85d9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-79c85d96/nuget/v3/index.json" />
88
<!-- End: Package sources from dotnet-dotnet -->
99
<!-- Begin: Package sources from microsoft-testfx -->
1010
<!-- End: Package sources from microsoft-testfx -->

eng/Version.Details.props

Lines changed: 71 additions & 71 deletions
Large diffs are not rendered by default.

eng/Version.Details.xml

Lines changed: 204 additions & 204 deletions
Large diffs are not rendered by default.

eng/Versions.props

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@
142142
<BenchmarkDotNetPackageVersion>0.14.0</BenchmarkDotNetPackageVersion>
143143
</PropertyGroup>
144144
<PropertyGroup Label="Workload manifest package versions">
145-
<MauiFeatureBand>10.0.100-preview.6</MauiFeatureBand>
146-
<MauiWorkloadManifestVersion>10.0.0-preview.6.25359.8</MauiWorkloadManifestVersion>
147-
<XamarinAndroidWorkloadManifestVersion>36.0.0-preview.6.169</XamarinAndroidWorkloadManifestVersion>
148-
<XamarinIOSWorkloadManifestVersion>18.5.10415-net10-p6</XamarinIOSWorkloadManifestVersion>
149-
<XamarinMacCatalystWorkloadManifestVersion>18.5.10415-net10-p6</XamarinMacCatalystWorkloadManifestVersion>
150-
<XamarinMacOSWorkloadManifestVersion>15.5.10415-net10-p6</XamarinMacOSWorkloadManifestVersion>
151-
<XamarinTvOSWorkloadManifestVersion>18.5.10415-net10-p6</XamarinTvOSWorkloadManifestVersion>
145+
<MauiFeatureBand>10.0.100-rc.2</MauiFeatureBand>
146+
<MauiWorkloadManifestVersion>10.0.0-rc.2.25504.7</MauiWorkloadManifestVersion>
147+
<XamarinAndroidWorkloadManifestVersion>36.0.0-rc.2.332</XamarinAndroidWorkloadManifestVersion>
148+
<XamarinIOSWorkloadManifestVersion>26.0.10970-net10-rc.2</XamarinIOSWorkloadManifestVersion>
149+
<XamarinMacCatalystWorkloadManifestVersion>26.0.10970-net10-rc.2</XamarinMacCatalystWorkloadManifestVersion>
150+
<XamarinMacOSWorkloadManifestVersion>26.0.10970-net10-rc.2</XamarinMacOSWorkloadManifestVersion>
151+
<XamarinTvOSWorkloadManifestVersion>26.0.10970-net10-rc.2</XamarinTvOSWorkloadManifestVersion>
152152
</PropertyGroup>
153153
<PropertyGroup Label="Pinned dependency">
154154
<!-- This package is not being produced outside of the 2.0 branch of corefx and should not change. -->

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
}
2222
},
2323
"msbuild-sdks": {
24-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25515.107",
25-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25515.107",
24+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25515.111",
25+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25515.111",
2626
"Microsoft.Build.NoTargets": "3.7.0",
2727
"Microsoft.Build.Traversal": "3.4.0",
28-
"Microsoft.WixToolset.Sdk": "5.0.2-dotnet.2737382"
28+
"Microsoft.WixToolset.Sdk": "5.0.2-dotnet.2811440"
2929
}
3030
}

src/Layout/pkg/windows/Directory.Build.targets

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,22 @@
4444
Text="Bundles must target x86. InstallerPlatform=$(InstallerPlatform)" />
4545
</Target>
4646

47+
<!-- This target can be used to set additional Wix options. -->
48+
<Target Name="SetAdditionalWixOptions" BeforeTargets="CoreCompile">
49+
<PropertyGroup>
50+
<!-- Use backwards compatible GUID generation. -->
51+
<CompilerAdditionalOptions>$(CompilerAdditionalOptions) -bcgg</CompilerAdditionalOptions>
52+
</PropertyGroup>
53+
</Target>
54+
4755
<Target Name="GenerateWixpackPackage" AfterTargets="CoreCompile">
4856
<PropertyGroup>
4957
<WixpackWorkingDir>$(IntermediateOutputPath)wixpack</WixpackWorkingDir>
5058
<WixpackOutputDir>$(ArtifactsNonShippingPackagesDir)</WixpackOutputDir>
5159
</PropertyGroup>
5260

5361
<CreateWixBuildWixpack
62+
AdditionalOptions="$(CompilerAdditionalOptions) $(LinkerAdditionalOptions)"
5463
BindTrackingFile="$(IntermediateOutputPath)$(BindTrackingFilePrefix)%(CultureGroup.OutputSuffix)$(BindTrackingFileExtension)"
5564
Cultures="%(CultureGroup.Identity)"
5665
DefineConstants="$(DefineConstants);$(SolutionDefineConstants);$(ProjectDefineConstants);$(ProjectReferenceDefineConstants)"

src/Tasks/Common/Resources/Strings.resx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -970,10 +970,6 @@ You may need to build the project on another operating system or architecture, o
970970
<value>NETSDK1222: PreferNativeArm64 applies only to .NET Framework targets. It is not supported and has no effect for when targeting .NET Core.</value>
971971
<comment>{StrBegins="NETSDK1222: "}</comment>
972972
</data>
973-
<data name="Net9NotCompatibleWithDev1711" xml:space="preserve">
974-
<value>NETSDK1223: Targeting .NET 9.0 or higher in Visual Studio 2022 17.11 is not supported.</value>
975-
<comment>{StrBegins="NETSDK1223: "}</comment>
976-
</data>
977973
<data name="AspNetCorePackUnsupportedTargetFramework" xml:space="preserve">
978974
<value>NETSDK1224: ASP.NET Core framework assets are not supported for the target framework.</value>
979975
<comment>{StrBegins="NETSDK1224: "}</comment>
@@ -1010,5 +1006,9 @@ You may need to build the project on another operating system or architecture, o
10101006
<value>NETSDK1232: Unable to find a matching RID for '{0}' from among [{1}] in graph '{2}'.</value>
10111007
<comment>{StrBegins="NETSDK1232: "}{Locked="{0}"}{Locked="{1}"}{Locked="{2}"}</comment>
10121008
</data>
1013-
<!-- The latest message added is UnableToFindMatchingRid. Please update this value with each PR to catch parallel PRs both adding a new message -->
1009+
<data name="Net10NotCompatibleWithVS17" xml:space="preserve">
1010+
<value>NETSDK1233: Targeting .NET 10.0 or higher in Visual Studio 2022 17.14 is not supported.</value>
1011+
<comment>{StrBegins="NETSDK1233: "}</comment>
1012+
</data>
1013+
<!-- The latest message added is Net10NotCompatibleWithVS17. Please update this value with each PR to catch parallel PRs both adding a new message -->
10141014
</root>

src/Tasks/Common/Resources/xlf/Strings.cs.xlf

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)