summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authorTarek Mahmoud Sayed <tarekms@microsoft.com>2016-08-30 15:46:50 -0700
committerTarek Mahmoud Sayed <tarekms@microsoft.com>2016-08-30 15:46:50 -0700
commita4c2d83f439caa7d9a79f4cbc692dc8c8a89f41e (patch)
tree75501a85cedc14f665f255ef1f09ce61263448ae /clr.coreclr.props
parent62f28d6d7801ce4c691194950798130502a4b13b (diff)
downloadcoreclr-a4c2d83f439caa7d9a79f4cbc692dc8c8a89f41e.tar.gz
coreclr-a4c2d83f439caa7d9a79f4cbc692dc8c8a89f41e.tar.bz2
coreclr-a4c2d83f439caa7d9a79f4cbc692dc8c8a89f41e.zip
Expose missing Global/Encoding APIs in coreclr and remove empty stubs
This change is to expose all missing globalization and Encoding APIs in corelib to have the complete exposed list for such namespaces. Also we are removing the empty methods stubs for Windows implementation And have the actual implementation in-place
Diffstat (limited to 'clr.coreclr.props')
-rw-r--r--clr.coreclr.props1
1 files changed, 0 insertions, 1 deletions
diff --git a/clr.coreclr.props b/clr.coreclr.props
index d7f642190f..f6ac42f25f 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -32,7 +32,6 @@
<FeatureMergeCultureSupportAndEngine>true</FeatureMergeCultureSupportAndEngine>
<FeatureMergeJitAndEngine>true</FeatureMergeJitAndEngine>
<FeatureMulticoreJIT>true</FeatureMulticoreJIT>
- <FeatureNormIdnaOnly>true</FeatureNormIdnaOnly>
<FeaturePrejit>true</FeaturePrejit>
<FeatureStandaloneSn>true</FeatureStandaloneSn>
<FeatureStrongnameDelaySigningAllowed>true</FeatureStrongnameDelaySigningAllowed>