Skip to content

Instantly share code, notes, and snippets.

@DamianEdwards
Created February 26, 2016 18:39
Show Gist options
  • Select an option

  • Save DamianEdwards/e6b66bb4c32aefdb837c to your computer and use it in GitHub Desktop.

Select an option

Save DamianEdwards/e6b66bb4c32aefdb837c to your computer and use it in GitHub Desktop.
Package names
{
"compilationOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
"runtimeOptions": {
"gcServer": true
},
"publishOptions": {
"include": ["wwwroot", "Views"]
},
"dependencies": {
"NetCore.App": "1.0.0",
"NetCore.Extensions.Logging.Console": "1.0.0",
"AspNetCore.Mvc": "1.0.0",
"AspNetCore.Server.Kestrel": "1.0.0",
"AspNetCore.Diagnostics": "1.0.0",
"AspNetCore.StaticFiles": "1.0.0",
"AspNetCore.IISPlatformHandler": "1.0.0",
"EntityFrameworkCore.SqlServer": "1.0.0"
},
"tools": {
"EntityFrameworkCore.Tools": "1.0.0",
"AspNetCore.Razor.Tools": "1.0.0",
"AspNetCore.IISPlatformHandler.Tools": "1.0.0"
},
"frameworks": {
"netcoreapp1.0": {}
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath%"
}
}
{
"compilationOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
"runtimeOptions": {
"gcServer": true
},
"publishOptions": {
"include": ["wwwroot", "Views"]
},
"dependencies": {
"NetCore.App": "1.0.0",
"NetCore.Extensions.Logging.Console": "1.0.0",
"NetCore.AspNet.Mvc": "1.0.0",
"NetCore.AspNet.Server.Kestrel": "1.0.0",
"NetCore.AspNet.Diagnostics": "1.0.0",
"NetCore.AspNet.StaticFiles": "1.0.0",
"NetCore.AspNet.IISPlatformHandler": "1.0.0",
"NetCore.EntityFramework.SqlServer": "1.0.0"
},
"tools": {
"NetCore.EntityFramework.Tools": "1.0.0",
"NetCore.AspNet.Razor.Tools": "1.0.0",
"NetCore.AspNet.IISPlatformHandler.Tools": "1.0.0"
},
"frameworks": {
"netcoreapp1.0": {}
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath%"
}
}
{
"compilationOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
"runtimeOptions": {
"gcServer": true
},
"publishOptions": {
"include": ["wwwroot", "Views"]
},
"dependencies": {
"NetCore.App": "1.0.0",
"NetCore.Extensions.Logging.Console": "1.0.0",
"NetCore.AspNetCore.Mvc": "1.0.0",
"NetCore.AspNetCore.Server.Kestrel": "1.0.0",
"NetCore.AspNetCore.Diagnostics": "1.0.0",
"NetCore.AspNetCore.StaticFiles": "1.0.0",
"NetCore.AspNetCore.IISPlatformHandler": "1.0.0",
"NetCore.EntityFrameworkCore.SqlServer": "1.0.0"
},
"tools": {
"NetCore.EntityFrameworkCore.Tools": "1.0.0",
"NetCore.AspNetCore.Razor.Tools": "1.0.0",
"NetCore.AspNetCore.IISPlatformHandler.Tools": "1.0.0"
},
"frameworks": {
"netcoreapp1.0": {}
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath%"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment