Skip to content

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.

2 participants