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

Update the TargetFrameworks #459

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update the TargetFrameworks #459

wants to merge 1 commit into from

Commits on Sep 29, 2023

  1. Update the TargetFrameworks

    Targeting netstandard2.0 and net6.0 should be enough for the library as
    that should support all currently supported verions of .Net Framework
    (4.6.2+) and .NET (6.0+) while allowing it to compile on linux.
    
    (Technically .NET Framework 3.5 Service Pack 1 is still supported but we
     currently don't support that anyway)
    
    For the test projects I just went with the latest .NET version as .NET
    5.0 isn't supported anymore.
    Bond-009 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    191d3c7 View commit details
    Browse the repository at this point in the history