aspnetcore/samples/HelloWorld/project.json

25 lines
568 B
JSON

{
"dependencies": {
"Microsoft.Net.Http.Server": "0.1.0-*",
"Microsoft.Net.WebSockets.Server": "0.1.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"commands": {
"sample": "HelloWorld"
},
"frameworks": {
"dnx451": {},
"netstandardapp1.5": {
"dependencies": {
"System.Collections": "4.0.11-*",
"System.Console": "4.0.0-*",
"System.Globalization": "4.0.11-*",
"System.IO": "4.1.0-*",
"System.Threading.Tasks": "4.0.11-*"
},
"imports": [
"dnxcore50"
]
}
}
}