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

Conversation

j3parker
Copy link
Member

@j3parker j3parker commented Aug 7, 2024

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant