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

30 lines
765 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"repository": {
"type": "git",
"url": "git://github.com/aspnet/mvc"
},
"dependencies": {
"Newtonsoft.Json": "8.0.1"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-*",
"System.Collections.Concurrent": "4.0.11-*",
"System.ComponentModel.TypeConverter": "4.0.1-*",
"System.Globalization": "4.0.11-*",
"System.Reflection.Extensions": "4.0.1-*",
"System.Resources.ResourceManager": "4.0.1-*",
"System.Runtime.Extensions": "4.0.11-*",
"System.Text.Encoding.Extensions": "4.0.11-*"
}
}
}
}