I can't override _IncludeWindowsSDKRefFrameworkReferences and set it to false without explicit MSBuild SDK import elements (<Import Sdk="Microsoft.NET.Sdk" />) or setting DisableImplicitFrameworkReferences to true, which disables too much. It makes it very hard to build CsWinRT repo with 5.0 RC1 SDK.
Ref: #12232
I can't override
_IncludeWindowsSDKRefFrameworkReferencesand set it tofalsewithout explicit MSBuild SDK import elements (<Import Sdk="Microsoft.NET.Sdk" />) or settingDisableImplicitFrameworkReferencestotrue, which disables too much. It makes it very hard to build CsWinRT repo with 5.0 RC1 SDK.Ref: #12232