Fix package metadata
This commit is contained in:
parent
aeb3939ac8
commit
78d3428eb7
|
|
@ -1,5 +1,11 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
"description": "ASP.NET Core support for JSON PATCH.",
|
||||||
|
"tags": [
|
||||||
|
"aspnetcore",
|
||||||
|
"json",
|
||||||
|
"jsonpatch"
|
||||||
|
],
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"warningsAsErrors": true,
|
"warningsAsErrors": true,
|
||||||
"keyFile": "../../tools/Key.snk",
|
"keyFile": "../../tools/Key.snk",
|
||||||
|
|
@ -10,7 +16,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/aspnet/mvc"
|
"url": "git://github.com/aspnet/jsonpatch"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Newtonsoft.Json": "8.0.3"
|
"Newtonsoft.Json": "8.0.3"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue