24 lines
538 B
JSON
24 lines
538 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/aspnet/cors"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Cors.Core": "1.0.0-*",
|
|
"Microsoft.Framework.NotNullAttribute.Sources": { "version": "1.0.0-*", "type": "build" }
|
|
},
|
|
|
|
"frameworks" : {
|
|
"dnx451" : {
|
|
"dependencies": {
|
|
}
|
|
},
|
|
"dnxcore50" : {
|
|
"dependencies": {
|
|
"System.Runtime": "4.0.21-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|