Skip to content

Commit

Permalink
Merge pull request #281 from novotnyllc/defines
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Dec 17, 2021
2 parents 7a0ca0c + d893038 commit b58e1d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/MSBuild.Sdk.Extras/Build/Platforms.targets
Expand Up @@ -41,8 +41,8 @@
</PropertyGroup>

<!-- The conditional compilation symbols defined in the above import and the property-group flows to the Main SDK -->
<PropertyGroup Condition="'$(DisableImplicitFrameworkDefines)' != 'true'">
<DisableImplicitFrameworkDefines>true</DisableImplicitFrameworkDefines>
<PropertyGroup Condition="'$(DisableImplicitFrameworkDefines)' != 'true'">
<!--<DisableImplicitFrameworkDefines>true</DisableImplicitFrameworkDefines> -->
<VersionlessImplicitFrameworkDefine>$(ImplicitFrameworkIdentifierDefine)</VersionlessImplicitFrameworkDefine>
</PropertyGroup>

Expand Down

0 comments on commit b58e1d2

Please sign in to comment.