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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Wicher <mordotymoja@gmail.com>2017-06-08 04:13:40 +0300
committerDan Moseley <danmose@microsoft.com>2017-06-08 04:13:40 +0300
commit271ea583e8419c86ba5e14680f6dd83383919918 (patch)
tree2a578fc16c8d267e0a57e5f1f928df7d8af16d83 /src/System.Private.Xml/tests/Xslt
parent3762665ac271a2a8b83488aad49cdc51effb62d0 (diff)
Disable XSLT on UAP (Ref.Emit not available) (#20783)
* disable XSLT on UAP * replace uapaot with uap to match Ctrl-F5 with aot
Diffstat (limited to 'src/System.Private.Xml/tests/Xslt')
-rw-r--r--src/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/Configurations.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/Configurations.props b/src/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/Configurations.props
index 77a4b65bc9..b40e1de422 100644
--- a/src/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/Configurations.props
+++ b/src/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/Configurations.props
@@ -2,7 +2,7 @@
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<BuildConfigurations>
- netstandard;
+ netfx;
netcoreapp;
</BuildConfigurations>
</PropertyGroup>