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

39 lines
1.0 KiB
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"repository": {
"type": "git",
"url": "git://github.com/aspnet/mvc"
},
"dependencies": {
"Newtonsoft.Json": "8.0.3"
},
"frameworks": {
"netstandard1.1": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-*",
"System.Collections.Concurrent": "4.0.12-*",
"System.ComponentModel.TypeConverter": "4.0.1-*",
"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.0-*",
"System.Text.Encoding.Extensions": "4.0.11-*"
},
"imports": [
"dotnet5.2",
"portable-net451+win8"
]
}
}
}