We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de9559 commit 932c106Copy full SHA for 932c106
README.md
@@ -29,7 +29,23 @@ JsonApiDotnetCore provides a framework for building [json:api](http://jsonapi.or
29
30
## Installation
31
32
-`Install-Package JsonApiDotnetCore`
+- Visual Studio
33
+```
34
+Install-Package JsonApiDotnetCore
35
36
+
37
+- project.json
38
+```json
39
+"JsonApiDotNetCore": "1.0.0"
40
41
42
+- *.csproj
43
+```xml
44
+<ItemGroup>
45
+ <!-- ... -->
46
+ <PackageReference Include="JsonApiDotNetCore" Version="1.0.0" />
47
+</ItemGroup>
48
49
50
Click [here](https://www.nuget.org/packages/JsonApiDotnetCore/) for the latest NuGet version.
51
0 commit comments