-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Change TFM version to net7.0 #5901
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
global.json
Outdated
"$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)" | ||
] | ||
"tools": { | ||
"dotnet": "7.0.100-alpha.1.21620.6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go with 7.0.100-alpha.1.22053.1
. an updated one available and winforms adapted this. So we can be in sync.
Updating https://github.com/singhashish-wpf/wpf/blob/tfm7.0change/eng/WpfArcadeSdk/tools/SdkReferences.targets#L9 should fix the build error. It's missing EDIT: |
I opened #5910 which would reduce the diff if it's merged before this PR (Removes the need to update some changes in SdkReferences.targets and a couple other files). |
@RussKie @dreddy-work |
@singhashish-wpf These changes are still necessary after #5910: 9fcd2a2#diff-81ead0bf7ccc56bf258c3cdbe1031c8a0b16b9894256e8a67d5999fa680e5869L205-R208 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. lets get this propagated and unblock winfomrs to verify further.
Fixes #5801
Main PR
Description
Change Target Framework Version to net7.0 and move TargetFramework to Directory.Build.Props.
Customer Impact
None
Regression
None
Testing
CI Build
Risk
None