Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2020-05-31 16:49:00 +0300
committerGitHub <noreply@github.com>2020-05-31 16:49:00 +0300
commit21783bc9d8c3d05093a5bf2f579b45d48c423fb6 (patch)
tree2a60c4297fb6a0e3d32e8cf08859c24d7daa1d88 /eng/targetframeworksuffix.props
parent2f321f08e49dda6b329469ac19662b56f0243ad4 (diff)
Define TargetsUnix for wasm. (#37207)
Diffstat (limited to 'eng/targetframeworksuffix.props')
-rw-r--r--eng/targetframeworksuffix.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/targetframeworksuffix.props b/eng/targetframeworksuffix.props
index f89923d3ab8..fdeacda5f3b 100644
--- a/eng/targetframeworksuffix.props
+++ b/eng/targetframeworksuffix.props
@@ -71,7 +71,7 @@
</When>
<When Condition="'$(TargetFrameworkSuffix)' == 'Browser'">
<PropertyGroup>
- <TargetsLinux>true</TargetsLinux>
+ <TargetsUnix>true</TargetsUnix>
<TargetsBrowser>true</TargetsBrowser>
</PropertyGroup>
</When>