34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"description": "Provides compatibility in ASP.NET MVC with ASP.NET Web API 2 to simplify migration of existing Web API implementations.",
|
|
"version": "6.0.0-*",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/mvc"
|
|
},
|
|
"compilationOptions": {
|
|
"warningsAsErrors": false
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Mvc.Extensions": "6.0.0-*",
|
|
"Microsoft.AspNet.WebApi.Client": "5.2.2",
|
|
"Microsoft.Framework.PropertyHelper.Sources": { "version": "1.0.0-*", "type": "build" },
|
|
"Microsoft.Framework.NotNullAttribute.Sources": { "version": "1.0.0-*", "type": "build" }
|
|
},
|
|
"frameworks": {
|
|
"dnx451": {
|
|
"frameworkAssemblies": {
|
|
"System.Net.Http": "",
|
|
"System.Xml": "",
|
|
"System.Runtime.Serialization": ""
|
|
}
|
|
},
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Net.Http": "4.0.0-beta-*",
|
|
"System.Xml.XmlSerializer": "4.0.10-beta-*",
|
|
"System.Runtime.Serialization.Xml": "4.0.10-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|