Question
Probable bug in 2021 SDK
Not sure how important it is but the file WinCommonSettings.props has the lines of code
<PropertyGroup Label="UserMacros">
<PLATFORM_TOOL_SET>v142</PLATFORM_TOOL_SET>
<TAREGT_FRAMEWORK_VERSION>v4.8</TAREGT_FRAMEWORK_VERSION>TAREGT should be TARGET
I asked over about WinCommonSettings.props over at Microsoft and the MVP'er AnnaXIu indicated that "props" were only used in C++ so the problem, if it is one, does not affect my C# or JS program.
