aspnetcore/src/Microsoft.AspNetCore.JsonPatch/project.json

43 lines
1.1 KiB
JSON

{
"version": "1.1.0-*",
"description": "ASP.NET Core support for JSON PATCH.",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/aspnet/jsonpatch"
},
"tags": [
"aspnetcore",
"json",
"jsonpatch"
]
},
"dependencies": {
"Newtonsoft.Json": "9.0.1"
},
"frameworks": {
"netstandard1.1": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-*",
"System.Collections.Concurrent": "4.0.12-*",
"System.ComponentModel.TypeConverter": "4.1.0-*",
"System.Diagnostics.Debug": "4.0.11-*",
"System.Globalization": "4.0.11-*",
"System.Linq": "4.1.0-*",
"System.Reflection.Extensions": "4.0.1-*",
"System.Resources.ResourceManager": "4.0.1-*",
"System.Runtime.Extensions": "4.1.0-*",
"System.Runtime.Serialization.Primitives": "4.1.1-*",
"System.Text.Encoding.Extensions": "4.0.11-*"
}
}
}
}