Fix package metadata

This commit is contained in:
Eilon Lipton 2016-04-12 19:06:55 -07:00
parent aeb3939ac8
commit 78d3428eb7
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
{
"version": "1.0.0-*",
"description": "ASP.NET Core support for JSON PATCH.",
"tags": [
"aspnetcore",
"json",
"jsonpatch"
],
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
@ -10,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/aspnet/mvc"
"url": "git://github.com/aspnet/jsonpatch"
},
"dependencies": {
"Newtonsoft.Json": "8.0.3"