Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed Nov 5, 2017
1 parent 0a25245 commit 1e011b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -15,9 +15,9 @@ The library uses [Json.NET](http://james.newtonking.com/json) to read and write

**NuGet packages:**
- [NJsonSchema](https://www.nuget.org/packages/NJsonSchema) (.NET Standard 1.0/.NET 4.5/.NET 4.0): JSON Schema 4 parsing, validation and generation classes
- [NJsonSchema.CodeGeneration](https://www.nuget.org/packages/NJsonSchema.CodeGeneration) (.NET Standard 1.3): Base classes to generate code from a JSON Schema 4
- [NJsonSchema.CodeGeneration.CSharp](https://www.nuget.org/packages/NJsonSchema.CodeGeneration.CSharp) (.NET Standard 1.3): Generates CSharp classes
- [NJsonSchema.CodeGeneration.TypeScript](https://www.nuget.org/packages/NJsonSchema.CodeGeneration.TypeScript) (.NET Standard 1.3): Generates TypeScript interfaces or classes
- [NJsonSchema.CodeGeneration](https://www.nuget.org/packages/NJsonSchema.CodeGeneration) (.NET Standard 1.3/.NET 4.5.1): Base classes to generate code from a JSON Schema 4
- [NJsonSchema.CodeGeneration.CSharp](https://www.nuget.org/packages/NJsonSchema.CodeGeneration.CSharp) (.NET Standard 1.3/.NET 4.5.1): Generates CSharp classes
- [NJsonSchema.CodeGeneration.TypeScript](https://www.nuget.org/packages/NJsonSchema.CodeGeneration.TypeScript) (.NET Standard 1.3/.NET 4.5.1): Generates TypeScript interfaces or classes

The NuGet packages may require the **Microsoft.NETCore.Portable.Compatibility** package on .NET Core/UWP targets (if mscorlib is missing).

Expand Down

0 comments on commit 1e011b1

Please sign in to comment.