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

fix: IsOsPlatform() fails on older .NET Framework Versions #1552

Merged
merged 5 commits into from Apr 18, 2023

Commits on Apr 14, 2023

  1. Moved all calls to RuntimeInformation.IsOsPlatform() inside of `#if…

    … NETSTANDARD2_0` blocks
    tippmar-nr committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    7797beb View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    50e8e5c View commit details
    Browse the repository at this point in the history
  2. Minor cleanup

    tippmar-nr committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    818786c View commit details
    Browse the repository at this point in the history
  3. Added #if NETSTANDARD2_0 protection around more System.Runtime.Intero…

    …pServices.RuntimeInformation method calls
    tippmar-nr committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    6f28d01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    928c64c View commit details
    Browse the repository at this point in the history