20 lines
435 B
JSON
20 lines
435 B
JSON
{
|
|
"description": "CORS features for the core MVC runtime",
|
|
"version": "6.0.0-*",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/mvc"
|
|
},
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Cors": "6.0.0-*",
|
|
"Microsoft.AspNet.Mvc.Core": "6.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"dotnet5.4": {}
|
|
}
|
|
} |