Created
March 2, 2016 03:45
-
-
Save IEvangelist/fbd3b77b49158c13425a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"version": "1.0.0-*", | |
"compilationOptions": { | |
"emitEntryPoint": true | |
}, | |
"dependencies": { | |
"Microsoft.AspNet.Mvc": "6.0.0-rc1-final", | |
"Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-rc1-final", | |
"Microsoft.AspNet.Server.Kestrel": "1.0.0-rc1-final", | |
"Microsoft.AspNet.Tooling.Razor": "1.0.0-rc1-final", | |
"Microsoft.Extensions.CodeGenerators.Mvc": "1.0.0-rc1-final", | |
"Microsoft.Extensions.Logging": "1.0.0-rc1-final", | |
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final", | |
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final" | |
}, | |
"resources": [ "/Views/**/*.cshtml" ], | |
"commands": { | |
"web": "Microsoft.AspNet.Server.Kestrel" | |
}, | |
"frameworks": { | |
"dnx46": { } | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment