We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a0ca0c + d893038 commit b58e1d2Copy full SHA for b58e1d2
Source/MSBuild.Sdk.Extras/Build/Platforms.targets
@@ -41,8 +41,8 @@
41
</PropertyGroup>
42
43
<!-- The conditional compilation symbols defined in the above import and the property-group flows to the Main SDK -->
44
- <PropertyGroup Condition="'$(DisableImplicitFrameworkDefines)' != 'true'">
45
- <DisableImplicitFrameworkDefines>true</DisableImplicitFrameworkDefines>
+ <PropertyGroup Condition="'$(DisableImplicitFrameworkDefines)' != 'true'">
+ <!--<DisableImplicitFrameworkDefines>true</DisableImplicitFrameworkDefines> -->
46
<VersionlessImplicitFrameworkDefine>$(ImplicitFrameworkIdentifierDefine)</VersionlessImplicitFrameworkDefine>
47
48
0 commit comments