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

Drop .NET Framework and target .NET 8 on all platforms #1418

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    a0babfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09f6421 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26735d1 View commit details
    Browse the repository at this point in the history
  4. build: annotate platform-specific code

    Annotate any OS or platform specific code with the new
    (Un)SupportedOSPlatform(Guard) attributes and update various platform
    util methods to use the OperatingSystem.Is<platform> methods.
    
    This will help ensure we're not missing any OS checks in the future.
    
    For test projects we ignore these warnings since we're using skipping
    Xunit tests that are not applicable for the current platform already,
    making these warnings just noise.
    mjcheetham committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    3c1406e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47072be View commit details
    Browse the repository at this point in the history