Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[net9.0] update to .NET 9 Preview 2 builds #20389

Merged
merged 2 commits into from Feb 6, 2024

Commits on Feb 6, 2024

  1. [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
    jonathanpeppers authored and rmarinho committed Feb 6, 2024
    Copy the full SHA
    6beb53d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    28a9c67 View commit details
    Browse the repository at this point in the history