Created
July 20, 2016 17:56
-
-
Save itsdevcoffee/28d74305866251460880b7344dcf5a94 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
| { | |
| "userSecretsId": "SECRET_ID", | |
| "dependencies": { | |
| "Microsoft.NETCore.App": { | |
| "version": "1.0.0-rc2-3002702", | |
| "type": "platform" | |
| }, | |
| "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-final", | |
| "Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final", | |
| "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-rc2-final", | |
| "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-rc2-final", | |
| "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final", | |
| "Microsoft.AspNetCore.Razor.Tools": { | |
| "version": "1.0.0-preview1-final", | |
| "type": "build" | |
| }, | |
| "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final", | |
| "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final", | |
| "Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-final", | |
| "Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-rc2-final", | |
| "Microsoft.EntityFrameworkCore.Tools": { | |
| "version": "1.0.0-preview1-final", | |
| "type": "build" | |
| }, | |
| "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final", | |
| "Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final", | |
| "Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-rc2-final", | |
| "Microsoft.Extensions.Logging": "1.0.0-rc2-final", | |
| "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final", | |
| "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final", | |
| "Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0-rc2-final", | |
| "Microsoft.VisualStudio.Web.CodeGeneration.Tools": { | |
| "version": "1.0.0-preview1-final", | |
| "type": "build" | |
| }, | |
| "Microsoft.VisualStudio.Web.CodeGenerators.Mvc": { | |
| "version": "1.0.0-preview1-final", | |
| "type": "build" | |
| }, | |
| "Swashbuckle": "6.0.0-beta9", | |
| "Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0-rc2-final", | |
| "Stormpath.AspNetCore": "0.4.0" | |
| }, | |
| "tools": { | |
| "Microsoft.AspNetCore.Razor.Tools": { | |
| "version": "1.0.0-preview1-final", | |
| "imports": "portable-net45+win8+dnxcore50" | |
| }, | |
| "Microsoft.AspNetCore.Server.IISIntegration.Tools": { | |
| "version": "1.0.0-preview1-final", | |
| "imports": "portable-net45+win8+dnxcore50" | |
| }, | |
| "Microsoft.EntityFrameworkCore.Tools": { | |
| "version": "1.0.0-preview1-final", | |
| "imports": [ | |
| "portable-net45+win8+dnxcore50", | |
| "portable-net45+win8" | |
| ] | |
| }, | |
| "Microsoft.Extensions.SecretManager.Tools": { | |
| "version": "1.0.0-preview1-final", | |
| "imports": "portable-net45+win8+dnxcore50" | |
| }, | |
| "Microsoft.VisualStudio.Web.CodeGeneration.Tools": { | |
| "version": "1.0.0-preview1-final", | |
| "imports": [ | |
| "portable-net45+win8+dnxcore50", | |
| "portable-net45+win8" | |
| ] | |
| } | |
| }, | |
| "frameworks": { | |
| "netcoreapp1.0": { | |
| "imports": [ | |
| "dotnet5.6", | |
| "dnxcore50", | |
| "portable-net45+win8" | |
| ] | |
| } | |
| }, | |
| "buildOptions": { | |
| "emitEntryPoint": true, | |
| "preserveCompilationContext": true | |
| }, | |
| "runtimeOptions": { | |
| "gcServer": true | |
| }, | |
| "publishOptions": { | |
| "include": [ | |
| "wwwroot", | |
| "Views", | |
| "appsettings.json", | |
| "web.config" | |
| ] | |
| }, | |
| "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