Fix build warnings

This commit is contained in:
Pranav K 2016-05-02 11:27:18 -07:00
parent 088d8b291a
commit 2cd905dd44
2 changed files with 13 additions and 11 deletions

View File

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

View File

@ -1,8 +1,9 @@
{
"compilationOptions": {
"buildOptions": {
"warningsAsErrors": true
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.JsonPatch": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
@ -17,7 +18,6 @@
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
},