52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"description": "Provides compatibility in ASP.NET Core MVC with ASP.NET Web API 2 to simplify migration of existing Web API implementations.\r\nCommonly used types:\r\nSystem.Web.Http.ApiController",
|
|
"version": "1.0.2",
|
|
"packOptions": {
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/mvc"
|
|
},
|
|
"tags": [
|
|
"aspnetcore",
|
|
"aspnetcoremvc",
|
|
"aspnetwebapi"
|
|
]
|
|
},
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Mvc.Core": "1.0.2",
|
|
"Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.2",
|
|
"Microsoft.AspNet.WebApi.Client": "5.2.2",
|
|
"Microsoft.AspNetCore.WebUtilities": "1.0.0",
|
|
"Microsoft.Extensions.PropertyHelper.Sources": {
|
|
"type": "build",
|
|
"version": "1.0.0-rtm-21431"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Net.Http": "",
|
|
"System.Runtime.Serialization": "",
|
|
"System.Xml": ""
|
|
}
|
|
},
|
|
"netstandard1.6": {
|
|
"imports": [
|
|
"portable-net451+win8"
|
|
],
|
|
"dependencies": {
|
|
"System.Net.Http": "4.1.0",
|
|
"System.Runtime.Serialization.Xml": "4.1.1",
|
|
"System.Xml.XmlSerializer": "4.0.11"
|
|
}
|
|
}
|
|
}
|
|
} |