提交 3861be98 编写于 作者: A Andy Gocke

Merge pull request #6695 from agocke/FixPortableShimContractName

Fix the coreclr contract name for PortableShim.XPath.Extensions
......@@ -481,7 +481,7 @@ internal static class Extensions
internal const string TypeName = "System.Xml.XPath.Extensions";
internal static readonly Type Type = ReflectionUtilities.GetTypeFromEither(
contractName: $"{TypeName}, {CoreNames.System_Runtime}",
contractName: $"{TypeName}, {CoreNames.System_Xml_XPath_XDocument}",
desktopName: $"{TypeName}, {DesktopNames.System_Xml_Linq}");
internal static readonly Func<XNode, string, IEnumerable<XElement>> XPathSelectElements = Type
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册