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:
authorPaulo Janotti <pauloja@microsoft.com>2017-12-14 22:53:20 +0300
committerGitHub <noreply@github.com>2017-12-14 22:53:20 +0300
commit153a11049524f138a18d5034ce281c233c2364f3 (patch)
tree5f347025481122173c963a3fb015ff9f670da6f4 /src/System.Private.Xml
parenteeffcfe499dbd7ece97b0c652ed54139411732c1 (diff)
Remove obsolete attribute from XslTransform (#25897)
Fixes #25874
Diffstat (limited to 'src/System.Private.Xml')
-rw-r--r--src/System.Private.Xml/src/System/Xml/Xslt/XslTransform.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/System.Private.Xml/src/System/Xml/Xslt/XslTransform.cs b/src/System.Private.Xml/src/System/Xml/Xslt/XslTransform.cs
index e53671349b..93b8bb38c6 100644
--- a/src/System.Private.Xml/src/System/Xml/Xslt/XslTransform.cs
+++ b/src/System.Private.Xml/src/System/Xml/Xslt/XslTransform.cs
@@ -15,7 +15,6 @@ namespace System.Xml.Xsl
using System.Xml.Xsl.XsltOld.Debugger;
using System.Runtime.Versioning;
- [Obsolete("This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public sealed class XslTransform
{
private XmlResolver _documentResolver = null;