Skip to content

Commit

Permalink
enable only for full framework
Browse files Browse the repository at this point in the history
  • Loading branch information
William Li committed Jul 31, 2018
1 parent eaba4e5 commit 5863af1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Copyright (c) .NET Foundation. All rights reserved.
Outputs="$(_GenerateAppConfigIntermediateAppConfig)"
DependsOnTargets="PrepareForBuild"
BeforeTargets="GenerateBindingRedirects"
Condition="'$(GenerateAppConfig)' != 'false'" >
Condition="'$(GenerateAppConfig)' != 'false' and '$(TargetFrameworkIdentifier)' == '.NETFramework'" >

<GenerateAppConfig
AppConfigFile="@(AppConfigWithTargetPath)"
Expand Down

0 comments on commit 5863af1

Please sign in to comment.