Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pranavkm/5f0218763d3df201062d3a750c5d23b6 to your computer and use it in GitHub Desktop.
Save pranavkm/5f0218763d3df201062d3a750c5d23b6 to your computer and use it in GitHub Desktop.
{
"userSecretsId": "aspnet-WebApplication2-94a68b6d-cb48-408f-a5cf-173b792b2f99",
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-rc2-*",
"type": "platform"
},
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-*",
"Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-*",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-rc2-*",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-rc2-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-*",
"Microsoft.EntityFrameworkCore.Tools": {
"version": "1.0.0-rc2-*"
},
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-rc2-*",
"Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-*",
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-rc2-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-*",
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-*",
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0-rc2-*"
},
"tools": {
"Microsoft.EntityFrameworkCore.Tools": {
"version": "1.0.0-rc2-*",
"imports": [
"portable-dnxcore50+net45+win8+wp8+wpa81",
"portable-net45+win8"
]
}
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"portable-dnxcore50+net45+win8+wp8+wpa81",
"portable-net45+win8"
]
}
},
"compilationOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
"runtimeOptions": {
"configProperties": {
"System.GC.Server": true
}
},
"content": [
"wwwroot",
"Views",
"appsettings.json",
"web.config"
],
"exclude": [
"node_modules"
],
"scripts": {
"prepublish": [ "npm install", "bower install", "gulp clean", "gulp min" ],
"postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment