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:
authorJiayi Yu <14067510+yujayee@users.noreply.github.com>2018-03-14 03:00:48 +0300
committerGitHub <noreply@github.com>2018-03-14 03:00:48 +0300
commit65f736e1c4034ae833eda338cbe171858f4e04b0 (patch)
treecbda3ef180c5f70cbec687f0c4af0cc686c50900 /src/System.Private.Xml
parent8bca91b1e1c363a3edf9a370990fd1b3ef73b012 (diff)
Updated an error message (#28017)
Diffstat (limited to 'src/System.Private.Xml')
-rw-r--r--src/System.Private.Xml/src/Resources/Strings.resx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/System.Private.Xml/src/Resources/Strings.resx b/src/System.Private.Xml/src/Resources/Strings.resx
index b7c8d8724f..7339efc25b 100644
--- a/src/System.Private.Xml/src/Resources/Strings.resx
+++ b/src/System.Private.Xml/src/Resources/Strings.resx
@@ -3449,6 +3449,6 @@ Usage: dotnet {0} [[/assembly:&lt;assembly name&gt;] | [&lt;assembly file locati
<value>If you would like more help, please type "sgen {0}".</value>
</data>
<data name="GenerateSerializerNotFound" xml:space="preserve">
- <value>`System.Xml.Serialization.XmlSerializer` does not have a method named `GenerateSerializerNotFound`. SGen does not support the framework of the version you are using.</value>
+ <value>Method 'System.Xml.Serialization.XmlSerializer.GenerateSerializer' was not found. This is likely because you are using an older version of the framework. Please update to .NET Core v2.1 or later.</value>
</data>
-</root> \ No newline at end of file
+</root>