Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created February 9, 2016 02:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcomartin/38684a08e9c622b2bab0 to your computer and use it in GitHub Desktop.
Save dcomartin/38684a08e9c622b2bab0 to your computer and use it in GitHub Desktop.
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"resource": [
"fakedata.json"
],
"dependencies": {
"Microsoft.AspNet.IISPlatformHandler": "1.0.0-rc1-final",
"Microsoft.AspNet.Owin": "1.0.0-rc1-final",
"Microsoft.AspNet.Server.Kestrel": "1.0.0-rc1-final",
"Nancy.Linker": "0.3.0"
},
"commands": {
"web": "Microsoft.AspNet.Server.Kestrel"
},
"frameworks": {
"dnx451": {
"dependencies": {
"Nancy": "1.4.3",
"Nancy.Owin": "1.4.1"
}
}
},
"exclude": [
"wwwroot",
"node_modules"
],
"publishExclude": [
"**.user",
"**.vspscc"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment