{ "userSecretsId": "aspnet-ChatSample-f11cf018-e0a8-49fa-b749-4c0eb5c9150b", "dependencies": { "Microsoft.NETCore.App": { "version": "1.1.0-*", "type": "platform" }, "Microsoft.AspNetCore.Authentication.Cookies": "1.2.0-*", "Microsoft.AspNetCore.Diagnostics": "1.2.0-*", "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.2.0-*", "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.2.0-*", "Microsoft.AspNetCore.Mvc": "1.2.0-*", "Microsoft.AspNetCore.Razor.Tools": { "version": "1.2.0-*", "type": "build" }, "Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*", "Microsoft.AspNetCore.StaticFiles": "1.2.0-*", "Microsoft.EntityFrameworkCore.Design": { "version": "1.2.0-*", "type": "build" }, "Microsoft.EntityFrameworkCore.SqlServer": "1.2.0-*", "Microsoft.EntityFrameworkCore.SqlServer.Design": { "version": "1.2.0-*", "type": "build" }, "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.2.0-*", "Microsoft.Extensions.Configuration.Json": "1.2.0-*", "Microsoft.Extensions.Configuration.UserSecrets": "1.2.0-*", "Microsoft.EntityFrameworkCore.Tools": { "version": "1.2.0-*", "type": "build" }, "Microsoft.Extensions.Logging": "1.2.0-*", "Microsoft.Extensions.Logging.Console": "1.2.0-*", "Microsoft.Extensions.Logging.Debug": "1.2.0-*", "Microsoft.Extensions.Options.ConfigurationExtensions": "1.2.0-*", "Microsoft.VisualStudio.Web.CodeGeneration.Tools": { "version": "1.2.0-*", "type": "build" }, "Microsoft.VisualStudio.Web.CodeGenerators.Mvc": { "version": "1.2.0-*", "type": "build" }, "Microsoft.AspNetCore.SignalR": "1.0.0-*" }, "tools": { "BundlerMinifier.Core": "2.0.238", "Microsoft.AspNetCore.Razor.Tools": "1.2.0-*", "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*", "Microsoft.EntityFrameworkCore.Tools.DotNet": "1.2.0-*", "Microsoft.Extensions.SecretManager.Tools": "1.2.0-*", "Microsoft.VisualStudio.Web.CodeGeneration.Tools": { "version": "1.2.0-*", "imports": [ "portable-net45+win8" ] } }, "frameworks": { "netcoreapp1.1": { "imports": "portable-net45+win8" } }, "buildOptions": { "emitEntryPoint": true, "preserveCompilationContext": true }, "runtimeOptions": { "configProperties": { "System.GC.Server": true } }, "publishOptions": { "include": [ "wwwroot", "Views", "Areas/**/Views", "appsettings.json", "web.config" ] }, "scripts": { "precompile": [ "dotnet bundle", "tsc --project ../../src/Microsoft.AspNetCore.SignalR.Client.TS/ --out wwwroot/js/signalr-client.js" ], "prepublish": [ "bower install" ], "postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ] } }