21 lines
460 B
JSON
21 lines
460 B
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Diagnostics": "",
|
|
"Microsoft.AspNet.Razor": "0.1.0-alpha-*",
|
|
"Microsoft.Framework.Runtime.Interfaces": "0.1.0-alpha-*"
|
|
},
|
|
|
|
"configurations" : {
|
|
"net45" : {
|
|
"dependencies": {
|
|
"System.Runtime": ""
|
|
}
|
|
},
|
|
"k10" : {
|
|
"dependencies": {
|
|
"System.Console": "4.0.0.0"
|
|
}
|
|
}
|
|
}
|
|
}
|