32 lines
693 B
JSON
32 lines
693 B
JSON
{
|
|
"description": "JSON input and output for the MVC runtime",
|
|
"version": "1.0.0-*",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/mvc"
|
|
},
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.JsonPatch": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Mvc.Core": "1.0.0-*",
|
|
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
|
|
"version": "1.0.0-*",
|
|
"type": "build"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"netstandard1.5": {
|
|
"imports": [
|
|
"portable-net451+win8"
|
|
]
|
|
}
|
|
}
|
|
} |