Change TFM version to net7.0#5901
Change TFM version to net7.0#5901singhashish-wpf merged 6 commits intodotnet:mainfrom singhashish-wpf:tfm7.0change
Conversation
global.json
Outdated
| "$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)" | ||
| ] | ||
| "tools": { | ||
| "dotnet": "7.0.100-alpha.1.21620.6", |
There was a problem hiding this comment.
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 |
dreddy-work
left a comment
There was a problem hiding this comment.
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