Skip to content

Commit b58e1d2

Browse files
Merge pull request #281 from novotnyllc/defines
2 parents 7a0ca0c + d893038 commit b58e1d2

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)