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

Bump versions and fix assertion #1073

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Sep 6, 2023

  1. Review all #if directives

    Removes references to targets we no longer support, such as `net35`.
    
    Uses range-based symbols (such as `NETSTANDARD` and `NETSTANDARD2_0_OR_GREATER` rather than `NETSTANDARD2_0 || NETSTANDARD2_1`.)
    
    Also changes some tabs to spaces.
    drewnoakes committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a47bd2f View commit details
    Browse the repository at this point in the history
  2. Bump package versions

    drewnoakes committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    1f8812a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77bad9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b782d03 View commit details
    Browse the repository at this point in the history
  5. Bump target frameworks used in unit tests

    `netcoreapp3.1` is no longer supported or receiving security updates, so has been removed.
    drewnoakes committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    5ba3a9a View commit details
    Browse the repository at this point in the history
  6. Update CI test frameworks

    drewnoakes committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f3825cf View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    ff606d3 View commit details
    Browse the repository at this point in the history