summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authorKoundinya Veluri <kouvel@microsoft.com>2016-11-06 19:25:29 -0800
committerKoundinya Veluri <kouvel@microsoft.com>2016-11-10 19:51:33 -0800
commit9c1550e443a73cd072608ea18f846f16441b4db3 (patch)
tree1760f8aa1851d1fcaedbb7ebc7c02971c83854ad /clr.coreclr.props
parent1b0dad67bc88bd4a45f59e63c6bf9fd5e7eb8596 (diff)
downloadcoreclr-9c1550e443a73cd072608ea18f846f16441b4db3.tar.gz
coreclr-9c1550e443a73cd072608ea18f846f16441b4db3.tar.bz2
coreclr-9c1550e443a73cd072608ea18f846f16441b4db3.zip
Expose some things for ns2.0
Mostly: - Exposed flow-related methods on `ExecutionContext` - Enabled and exposed `SynchronizationContext` wait overriding Realted issues: - dotnet/corefx#11638 - dotnet/corefx#11633 - dotnet/corefx#11635 - dotnet/corefx#11636 - dotnet/corefx#13484
Diffstat (limited to 'clr.coreclr.props')
-rw-r--r--clr.coreclr.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/clr.coreclr.props b/clr.coreclr.props
index 26e21187aa..8ff0f0b263 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -51,6 +51,7 @@
<FeatureUseAsmGCWriteBarriers>true</FeatureUseAsmGCWriteBarriers>
<!-- Setting this to "false" works only for workstation GC, not server. -->
<FeatureSymDiff>true</FeatureSymDiff>
+ <FeatureSynchronizationContextWait>true</FeatureSynchronizationContextWait>
<FeatureReadyToRun Condition="'$(TargetArch)'!='arm64'">true</FeatureReadyToRun>
<FeatureCoreSystem>true</FeatureCoreSystem>