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

[build] remove .NET 6 support #7900

Merged
merged 1 commit into from
Mar 22, 2023
Merged

Commits on Mar 21, 2023

  1. [build] remove .NET 6 support

    Context: https://dotnet.microsoft.com/platform/support/policy/maui
    
    > A major version of .NET MAUI receives support for a minimum of 6
    > months after a successor (the next major release) ships. For
    > example, .NET MAUI 6.0 will be supported for 6 months after .NET
    > MAUI 7.0 ships. Similarly, .NET MAUI 7.0 will receive support for 6
    > months after .NET MAUI 8.0 ships.
    
    By the time .NET 8 GA ships, .NET 6 MAUI projects will not be supported.
    
    Remove .NET 6 support from the `android` workload.
    
    I removed `net6.0-android` parameters from various tests, making sure
    we still have .NET 7 and .NET 8 tests.
    jonathanpeppers committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    e653f79 View commit details
    Browse the repository at this point in the history