Skip to content

Commit d893038

Browse files
don't disable built-in implicit defines
1 parent 7a0ca0c commit d893038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/MSBuild.Sdk.Extras/Build/Platforms.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
</PropertyGroup>
4242

4343
<!-- 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>
44+
<PropertyGroup Condition="'$(DisableImplicitFrameworkDefines)' != 'true'">
45+
<!--<DisableImplicitFrameworkDefines>true</DisableImplicitFrameworkDefines> -->
4646
<VersionlessImplicitFrameworkDefine>$(ImplicitFrameworkIdentifierDefine)</VersionlessImplicitFrameworkDefine>
4747
</PropertyGroup>
4848

0 commit comments

Comments
 (0)