wpf
wpf copied to clipboard
Consider to upgrade Windows SDK version to 22621
Currently the repo is still using Windows SDK 19041. It's somehow old now and requires additional installation in Visual Studio.
Consider to upgrade to 22621 SDK, which is the default and required version in Visual Studio.
I wonder whether we could just use whatever is installed...
Btw you can change it yourself in eng\WpfArcadeSdk\tools\Wpf.Cpp.props line 10. Builds with 22621 without issues.
I actually prefer to separate Native builds and .NET builds. Such as reorganize the projects structure. And I still build fail... see https://github.com/dotnet/wpf/issues/8343