Skip to content

Instantly share code, notes, and snippets.

@KentaroAOKI
Created December 23, 2014 07:19
Show Gist options
  • Save KentaroAOKI/b33b4d9f7a4f87698d80 to your computer and use it in GitHub Desktop.
Save KentaroAOKI/b33b4d9f7a4f87698d80 to your computer and use it in GitHub Desktop.
/Home/samples/HelloMvc/project.json for Nowin
{
"dependencies": {
"Kestrel": "1.0.0-*",
"Microsoft.AspNet.Diagnostics": "1.0.0-*",
"Microsoft.AspNet.Hosting": "1.0.0-*",
"Microsoft.AspNet.Mvc": "6.0.0-*",
"Nowin.vNext": "1.0.0-*"
},
"commands": {
"web": "Microsoft.AspNet.Hosting --server Nowin.vNext",
"web-kestrel": "Microsoft.AspNet.Hosting --server Kestrel"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment