Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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
- Loading branch information