Skip to content

Commit 932c106

Browse files
authored
update install instructions
1 parent 1de9559 commit 932c106

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,23 @@ JsonApiDotnetCore provides a framework for building [json:api](http://jsonapi.or
2929

3030
## Installation
3131

32-
`Install-Package JsonApiDotnetCore`
32+
- 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+
```
3349

3450
Click [here](https://www.nuget.org/packages/JsonApiDotnetCore/) for the latest NuGet version.
3551

0 commit comments

Comments
 (0)