This PR has regressed building WPF projects that use the SDK-style: https://github.com/dotnet/wpf/pull/2976 By default ImportFrameworkWinFXTargets was `true`, but now changes to `false`, resulting in MarkupCompile not running. FYI @Nirmal4G
This PR has regressed building WPF projects that use the SDK-style:
#2976
By default ImportFrameworkWinFXTargets was
true, but now changes tofalse, resulting in MarkupCompile not running.FYI @Nirmal4G