Skip to content

Downgrade TFMs to NetMinimum and NetFrameworkMinimum #15901

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

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

ViktorHofer
Copy link
Member

@ViktorHofer ViktorHofer commented Jun 12, 2025

In an effort to decouple Arcade from the latest .NET SDK,
downgrade project TFMs to the minimum in support versions.
This means that projects now consistently target net8.0 when
not building source-only.

Also set NetFrameworkMinimum to net472 as the Arcade tools
and packages don't need to support a lower version and that
simplifies conditions and package dependencies.

To double check:

In an effort to decouple Arcade from the latest .NET SDK,
downgrade project TFMs to the minimum in support versions.
This means that projects target net8.0.

Also set NetFrameworkMinimum to net472 as the Arcade tools
and packages don't need to support a lower version and simplifies
conditions and package dependencies.
@ViktorHofer ViktorHofer changed the title Normalize tf ms @ViktorHofer Downgrade TFMs to NetMinimum and NetFrameworkMinimum Jun 12, 2025
@ViktorHofer ViktorHofer changed the title @ViktorHofer Downgrade TFMs to NetMinimum and NetFrameworkMinimum Downgrade TFMs to NetMinimum and NetFrameworkMinimum Jun 12, 2025
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