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

[release/8.0.2xx] [build] keep $(DotNetAndroidManifestVersionBand) on 8.0.100 #8841

Commits on Mar 27, 2024

  1. [build] keep $(DotNetAndroidManifestVersionBand) on 8.0.100

    Context: https://github.com/xamarin/xamarin-android/blob/2ff1a5f67d6da4ebac507a1b248809388f23e7c7/eng/Versions.props#L15
    
    As we moved to the .NET 8.0.200 SDK, we inadvertently changed the
    version band of the Android workload:
    
        Microsoft.NET.Sdk.Android.Manifest-8.0.200
    
    This would prevent 8.0.100 .NET SDKs from using the latest Android
    workload.
    
    Pin `$(DotNetAndroidManifestVersionBand)` to 8.0.100 to fix this.
    jonathanpeppers committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2b53f16 View commit details
    Browse the repository at this point in the history
  2. Update Versions.props

    jonathanpeppers committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c4cdaa4 View commit details
    Browse the repository at this point in the history