2016-09-09 17:24:24 -07:00
|
|
|
{
|
2016-09-07 13:52:26 -07:00
|
|
|
"userSecretsId": "aspnet-Microsoft.eShopOnContainers.WebMVC-946ae052-8305-4a99-965b-ec8636ddbae3",
|
2016-09-06 17:09:19 -07:00
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"version": "1.0.0",
|
|
|
|
"type": "platform"
|
|
|
|
},
|
|
|
|
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0",
|
|
|
|
"Microsoft.AspNetCore.Diagnostics": "1.0.0",
|
|
|
|
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0",
|
|
|
|
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0",
|
|
|
|
"Microsoft.AspNetCore.Mvc": "1.0.0",
|
2016-10-31 17:56:24 +01:00
|
|
|
"Microsoft.AspNetCore.Session": "1.0.0",
|
2016-09-06 17:09:19 -07:00
|
|
|
"Microsoft.AspNetCore.Razor.Tools": {
|
|
|
|
"version": "1.0.0-preview2-final",
|
|
|
|
"type": "build"
|
|
|
|
},
|
|
|
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
|
|
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
|
|
|
|
"Microsoft.AspNetCore.StaticFiles": "1.0.0",
|
|
|
|
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0",
|
2016-11-07 18:37:11 +01:00
|
|
|
"Microsoft.EntityFrameworkCore.SqlServer.Design": {
|
|
|
|
"version": "1.0.0",
|
|
|
|
"type": "build"
|
|
|
|
},
|
2016-10-21 05:46:30 +02:00
|
|
|
"Microsoft.EntityFrameworkCore.Tools": {
|
|
|
|
"version": "1.0.0-preview2-final",
|
2016-09-06 17:09:19 -07:00
|
|
|
"type": "build"
|
|
|
|
},
|
|
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
|
|
|
|
"Microsoft.Extensions.Configuration.Json": "1.0.0",
|
|
|
|
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0",
|
|
|
|
"Microsoft.Extensions.Logging": "1.0.0",
|
|
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0",
|
|
|
|
"Microsoft.Extensions.Logging.Debug": "1.0.0",
|
|
|
|
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
|
|
|
|
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0",
|
|
|
|
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": {
|
|
|
|
"version": "1.0.0-preview2-final",
|
|
|
|
"type": "build"
|
|
|
|
},
|
|
|
|
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": {
|
|
|
|
"version": "1.0.0-preview2-final",
|
|
|
|
"type": "build"
|
2016-11-05 11:09:14 +01:00
|
|
|
},
|
|
|
|
"Newtonsoft.Json": "9.0.1"
|
2016-09-06 17:09:19 -07:00
|
|
|
},
|
|
|
|
"tools": {
|
|
|
|
"BundlerMinifier.Core": "2.0.238",
|
|
|
|
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final",
|
|
|
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final",
|
|
|
|
"Microsoft.EntityFrameworkCore.Tools": "1.0.0-preview2-final",
|
|
|
|
"Microsoft.Extensions.SecretManager.Tools": "1.0.0-preview2-final",
|
|
|
|
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": {
|
|
|
|
"version": "1.0.0-preview2-final",
|
|
|
|
"imports": [
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netcoreapp1.0": {
|
|
|
|
"imports": [
|
|
|
|
"dotnet5.6",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"buildOptions": {
|
|
|
|
"emitEntryPoint": true,
|
2016-09-14 08:35:34 -07:00
|
|
|
"preserveCompilationContext": true,
|
|
|
|
"debugType": "portable"
|
2016-09-06 17:09:19 -07:00
|
|
|
},
|
|
|
|
"runtimeOptions": {
|
|
|
|
"configProperties": {
|
|
|
|
"System.GC.Server": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"publishOptions": {
|
|
|
|
"include": [
|
|
|
|
"wwwroot",
|
|
|
|
"Views",
|
|
|
|
"Areas/**/Views",
|
|
|
|
"appsettings.json",
|
2016-09-14 08:35:34 -07:00
|
|
|
"web.config",
|
2016-10-07 17:13:05 -07:00
|
|
|
"Dockerfile",
|
|
|
|
"docker-compose.yml",
|
|
|
|
".dockerignore"
|
2016-09-06 17:09:19 -07:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"scripts": {
|
2016-09-14 08:35:34 -07:00
|
|
|
"prepublish": [
|
|
|
|
"bower install",
|
|
|
|
"dotnet bundle"
|
|
|
|
],
|
|
|
|
"postpublish": [
|
2016-10-21 05:46:30 +02:00
|
|
|
"dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
|
|
|
|
]
|
2016-09-06 17:09:19 -07:00
|
|
|
}
|
2016-09-14 08:35:34 -07:00
|
|
|
}
|