|
1 |
| -json-ld.net |
2 |
| -========== |
| 1 | +# json-ld.net |
3 | 2 |
|
4 |
| -A JSON-LD processor for .NET. |
| 3 | +A JSON-LD processor for .NET. |
5 | 4 |
|
6 |
| -v1.0.5 is available on NuGet.org at https://www.nuget.org/packages/json-ld.net/ |
| 5 | +[v1.0.5 is available on NuGet.org][nuget]. |
7 | 6 |
|
8 |
| -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. |
| 7 | +This project has adopted the [Microsoft Open Source Code of Conduct][coc]. |
| 8 | +For more information see the [Code of Conduct FAQ][coc-faq] or contact |
| 9 | +[opencode@microsoft.com][ms-mail] with any additional questions or comments. |
9 | 10 |
|
10 |
| -#### Supported frameworks |
| 11 | +## Supported frameworks |
11 | 12 |
|
12 |
| -* NET 4.0 |
13 |
| -* NETStandard 1.3 |
14 |
| -* Portable NET 4.5, Windows 8 |
| 13 | +* .NET 4.0 |
| 14 | +* .NET Standard 1.3 and 2.0 |
| 15 | +* Portable .NET 4.5, Windows 8 |
15 | 16 |
|
16 |
| -Contributing |
17 |
| -===== |
| 17 | +## Contributing |
18 | 18 |
|
19 |
| -Pull requests for json-ld.net are welcome, to get started install the latest tools for .NET Core |
| 19 | +Pull requests for json-ld.net are welcome, to get started install the latest |
| 20 | +tools for .NET Core: |
20 | 21 |
|
21 |
| -* https://dot.net |
22 |
| -* https://www.microsoft.com/net/core |
| 22 | +* [.NET Core][dnc] |
| 23 | +* [.NET Core tutorial][dnc-tutorial] |
23 | 24 |
|
24 |
| -build.ps1 will create a nupkg and run tests for both .NET desktop and .NET Core. |
| 25 | +`build.ps1` will create a nupkg and run tests for both .NET desktop and .NET |
| 26 | +Core. |
25 | 27 |
|
| 28 | +## Origin |
26 | 29 |
|
27 |
| -Origin |
28 |
| -===== |
29 |
| -This project began life as a [Sharpen][sharpen]-based auto-port from [jsonld-java][jsonld-java]. |
| 30 | +This project began life as a [Sharpen][sharpen]-based auto-port from |
| 31 | +[jsonld-java][jsonld-java]. |
30 | 32 |
|
31 |
| - [sharpen]: http://community.versant.com/Projects/html/projectspaces/db4o_product_design/sharpen.html |
32 |
| - [jsonld-java]: https://github.com/jsonld-java/jsonld-java |
| 33 | + [sharpen]: http://community.versant.com/Projects/html/projectspaces/db4o_product_design/sharpen.html |
| 34 | + [jsonld-java]: https://github.com/jsonld-java/jsonld-java |
| 35 | + [nuget]: https://www.nuget.org/packages/json-ld.net/ |
| 36 | + [coc]: https://opensource.microsoft.com/codeofconduct/ |
| 37 | + [coc-faq]: https://opensource.microsoft.com/codeofconduct/faq/ |
| 38 | + [ms-mail]: mailto:opencode@microsoft.com |
| 39 | + [dnc]: https://dot.net |
| 40 | + [dnc-tutorial]: https://www.microsoft.com/net/core |
0 commit comments