aspnetcore/src/Microsoft.AspNetCore.Mvc.Cors/project.json

34 lines
693 B
JSON

{
"description": "ASP.NET Core MVC cross-origin resource sharing (CORS) features.",
"version": "1.2.0-*",
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/aspnet/mvc"
},
"tags": [
"aspnetcore",
"aspnetcoremvc",
"cors"
]
},
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Cors": "1.2.0-*",
"Microsoft.AspNetCore.Mvc.Core": {
"target": "project"
},
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"net451": {},
"netstandard1.6": {}
}
}