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

Default to .NET Standard 2.0 for all projects #955

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 7, 2024

  1. Default to .NET Standard 2.0 for all projects

    Moving this to the default because it makes sense: "annotations"-style
    DLLs we ship should probably target that for simplicity (the existing
    Annotations DLL also multi-targets net20 which we can probably drop?),
    and the analyzers have to target netstandard2.0.
    
    Our test projects will need to override this; currently we run our tests
    in net48 for some reason, but we should target net7/8/etc. I think.
    
    Overall I think this will keep the csproj's simpler, especially once I
    split the packages.
    j3parker committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ecf1593 View commit details
    Browse the repository at this point in the history