Skip to content

Commit 035325d

Browse files
authored
Document --nc option
1 parent faf2d6f commit 035325d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ For command line use, choose your preferred installation:
4949
```
5050
Usage: dotnet xscgen [OPTIONS]+ xsdFile...
5151
Generate C# classes from XML Schema files.
52-
Version 2.0.252.0
52+
Version 2.0.522.0
5353
xsdFiles may contain globs, e.g. "content\{schema,xsd}\**\*.xsd", and URLs.
5454
Append - to option to disable it, e.g. --interface-.
5555
@@ -146,6 +146,8 @@ Options:
146146
--gc, --generatedCodeAttribute
147147
add version information to GeneratedCodeAttribute
148148
(default is true)
149+
--nc, --netCore generate .NET Core specific code that might not
150+
work with .NET Framework (default is false)
149151
```
150152

151153
For use from code use the [library NuGet package](https://www.nuget.org/packages/XmlSchemaClassGenerator-beta/):

0 commit comments

Comments
 (0)