From 6c50c5ff4c191ffed315071a427e9caf3f535103 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Tue, 6 Feb 2024 17:23:37 -0600 Subject: [PATCH] [net9.0] update to .NET 9 Preview 2 builds (#20389) * [net9.0] update to .NET 9 Preview 2 builds I ran the following commands. Update xamarin-android: > darc update-dependencies --id 211420 Looking up build with BAR id 211420 Updating 'Microsoft.Android.Sdk.Windows': '34.99.0-preview.1.148' => '34.99.0-preview.2.154' (from build 'main-0c495deebd14604ebb874af3580c34986f72f201-1' of 'https://github.com/xamarin/xamarin-android') Find the latest xamarin-macios builds: > darc get-build --repo xamarin/xamarin-macios --commit 8abd4fcf33e51deb357e6f3ac12cd085dc81c2bf Update xamarin-macios: > darc update-dependencies --id 211270 Looking up build with BAR id 211270 Updating 'Microsoft.MacCatalyst.Sdk': '17.2.9085-net9-p1' => '17.2.9088-net9-p2' (from build '20240205.8' of 'https://github.com/xamarin/xamarin-macios') > darc update-dependencies --id 211269 Looking up build with BAR id 211269 Updating 'Microsoft.macOS.Sdk': '14.2.9085-net9-p1' => '14.2.9088-net9-p2' (from build '20240205.8' of 'https://github.com/xamarin/xamarin-macios') > darc update-dependencies --id 211268 Looking up build with BAR id 211268 Updating 'Microsoft.tvOS.Sdk': '17.2.9085-net9-p1' => '17.2.9088-net9-p2' (from build '20240205.8' of 'https://github.com/xamarin/xamarin-macios') > darc update-dependencies --id 211267 Looking up build with BAR id 211267 Updating 'Microsoft.iOS.Sdk': '17.2.9085-net9-p1' => '17.2.9088-net9-p2' (from build '20240205.8' of 'https://github.com/xamarin/xamarin-macios') Next, I noticed that the .NET SDK and runtime weren't updated. I added `CoherentParentDependency` and ran: > darc update-dependencies --id 211463 Looking up build with BAR id 211463 Updating 'Microsoft.Dotnet.Sdk.Internal': '9.0.100-preview.2.24078.1' => '9.0.100-preview.2.24106.6' (from build '20240206.6' of 'https://github.com/dotnet/installer') Checking for coherency updates... Using 'Strict' coherency mode. If this fails, a second attempt utilizing 'Legacy' Coherency mode will be made. Updating 'Microsoft.NETCore.App.Ref': '9.0.0-preview.2.24076.4' => '9.0.0-preview.2.24080.1' to ensure coherency with Microsoft.Dotnet.Sdk.Internal@9.0.100-preview.2.24106.6 Updating 'Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport': '9.0.0-alpha.1.24072.1' => '9.0.0-preview.2.24076.1' to ensure coherency with Microsoft.NETCore.App.Ref@9.0.0-preview.2.24076.4 * Update `$(SamsungTizenSdkPackageVersion) Context: https://www.nuget.org/packages/Samsung.NET.Sdk.Tizen.Manifest-9.0.100-preview.2/8.0.137 --- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 18 +++++++++--------- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ba89d7e6efdf..e6f8579ddf9c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/installer - 6bbd460f4db0a37cafeb04a1ed2d798ae56b0283 + fb7b9a4b9e578fa8c9f5fb67e22daf4b0d22668e - + https://github.com/dotnet/runtime - 1d1bf92fcf43aa6981804dc53c5174445069c9e4 + d40c654c274fe4f4afe66328f0599130f3eb2ea6 - + https://github.com/xamarin/xamarin-android - d18cbfe1e988220163513d705e37266f7c61e3ce + 0c495deebd14604ebb874af3580c34986f72f201 - + https://github.com/xamarin/xamarin-macios - 1ffdfbca2f1995ba6c65d0452fd6a27abaecc622 + 8abd4fcf33e51deb357e6f3ac12cd085dc81c2bf - + https://github.com/xamarin/xamarin-macios - 1ffdfbca2f1995ba6c65d0452fd6a27abaecc622 + 8abd4fcf33e51deb357e6f3ac12cd085dc81c2bf - + https://github.com/xamarin/xamarin-macios - 1ffdfbca2f1995ba6c65d0452fd6a27abaecc622 + 8abd4fcf33e51deb357e6f3ac12cd085dc81c2bf - + https://github.com/xamarin/xamarin-macios - 1ffdfbca2f1995ba6c65d0452fd6a27abaecc622 + 8abd4fcf33e51deb357e6f3ac12cd085dc81c2bf https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionInternal - + https://github.com/dotnet/emsdk - e8ab136db368ccb85c572d2c1541e3056883df3c + 687be2a32a302aaade82380c0eaafa5af85fb4da https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 18f2c8f1f796..9ee470a185f1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -3,9 +3,9 @@ 8.0.3 - 9.0.100-preview.1.24101.2 + 9.0.100-preview.2.24106.6 - 9.0.0-preview.1.24080.9 + 9.0.0-preview.2.24080.1 $(MicrosoftNETCoreAppRefPackageVersion) $(MicrosoftNETCoreAppRefPackageVersion) $(MicrosoftNETCoreAppRefPackageVersion) @@ -23,16 +23,16 @@ 9.0.0-preview.1.24080.9 9.0.0-preview.1.24080.9 - 34.99.0-preview.1.148 + 34.99.0-preview.2.154 - 17.2.9085-net9-p1 - 14.2.9085-net9-p1 - 17.2.9085-net9-p1 - 17.2.9085-net9-p1 + 17.2.9088-net9-p2 + 14.2.9088-net9-p2 + 17.2.9088-net9-p2 + 17.2.9088-net9-p2 - 8.0.135 + 8.0.137 - 9.0.0-preview.1.24072.2 + 9.0.0-preview.2.24076.1 $(MicrosoftNETWorkloadEmscriptenCurrentManifest90100TransportVersion) 1.3.230724000