Created
December 23, 2014 07:19
-
-
Save KentaroAOKI/b33b4d9f7a4f87698d80 to your computer and use it in GitHub Desktop.
/Home/samples/HelloMvc/project.json for Nowin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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