31 lines
627 B
JSON
31 lines
627 B
JSON
{
|
|
"description": "ASP.NET Core MVC cross-origin resource sharing (CORS) features.",
|
|
"version": "1.0.1",
|
|
"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.0.0",
|
|
"Microsoft.AspNetCore.Mvc.Core": "1.0.1"
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"netstandard1.6": {}
|
|
}
|
|
} |