{ "authors": [ "Microsoft" ], "description": "Music store application on ASP.NET 5", "version": "1.1.0-*", "buildOptions": { "copyToOutput": { "include": [ "Areas", "Views", "wwwroot", "config.json", "web.config", "ForTesting/**/*.json" ] }, "define": [ "DEMO" ], "emitEntryPoint": true, "preserveCompilationContext": true, "warningsAsErrors": true }, "publishOptions": { "include": [ "Areas", "Views", "wwwroot", "config.json", "web.config", "ForTesting/**/*.json" ] }, "dependencies": { "Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*", "Microsoft.AspNetCore.Authentication.Facebook": "1.1.0-*", "Microsoft.AspNetCore.Authentication.Google": "1.1.0-*", "Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.1.0-*", "Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.1.0-*", "Microsoft.AspNetCore.Authentication.Twitter": "1.1.0-*", "Microsoft.AspNetCore.Diagnostics": "1.1.0-*", "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.0-*", "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc.TagHelpers": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.WebListener": "1.1.0-*", "Microsoft.AspNetCore.Session": "1.1.0-*", "Microsoft.AspNetCore.StaticFiles": "1.1.0-*", "Microsoft.EntityFrameworkCore.InMemory": "1.1.0-*", "Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*", "Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*", "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*", "Microsoft.Extensions.Configuration.Json": "1.1.0-*", "Microsoft.Extensions.Logging.Console": "1.1.0-*", "Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0-*" }, "frameworks": { "net451": {}, "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { "version": "1.0.0-*", "type": "platform" } } } }, "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final" }, "scripts": { "postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" } }