Skip to content

Instantly share code, notes, and snippets.

@bbehrens
Created April 6, 2016 15:15
Show Gist options
  • Save bbehrens/4e775a12ccf1251b359e502b9ee68ec2 to your computer and use it in GitHub Desktop.
Save bbehrens/4e775a12ccf1251b359e502b9ee68ec2 to your computer and use it in GitHub Desktop.
{
"commands": {
"web": "SelfService"
},
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
"dependencies": {
"Microsoft.AspNetCore.Authentication": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Dnx": "1.0.0-rc2-20466",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-*"
},
"tools": {
"dotnet-razor-tooling": "1.0.0-*"
},
"frameworks": {
"dnx451": {
"dependencies": {
}
}
},
"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