22 lines
579 B
JSON
22 lines
579 B
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.Net.Http.Server": "1.0.0-*"
|
|
},
|
|
"commands": {
|
|
"sample": "HelloWorld"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Collections": "4.0.10-beta-*",
|
|
"System.Console": "4.0.0-beta-*",
|
|
"System.Globalization": "4.0.10-beta-*",
|
|
"System.IO": "4.0.10-beta-*",
|
|
"System.Runtime": "4.0.20-beta-*",
|
|
"System.Threading.Tasks": "4.0.10-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|