2016-09-09 17:24:24 -07:00
|
|
|
{
|
2016-09-06 17:09:19 -07:00
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
2017-01-25 17:10:08 +01:00
|
|
|
"version": "1.1.0",
|
2016-09-06 17:09:19 -07:00
|
|
|
"type": "platform"
|
|
|
|
},
|
2017-01-25 17:10:08 +01:00
|
|
|
"MediatR.Extensions.Microsoft.DependencyInjection": "1.1.0",
|
2016-11-24 14:58:37 +01:00
|
|
|
"Autofac.Extensions.DependencyInjection": "4.0.0",
|
2017-01-25 17:10:08 +01:00
|
|
|
"Microsoft.AspNetCore.Mvc": "1.1.0",
|
|
|
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
|
|
|
|
"Microsoft.AspNetCore.Server.Kestrel":"1.0.1",
|
|
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0",
|
|
|
|
"Microsoft.Extensions.Configuration.FileExtensions": "1.1.0",
|
|
|
|
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0",
|
|
|
|
"Microsoft.Extensions.Configuration.Json": "1.1.0",
|
|
|
|
"Microsoft.Extensions.Logging.Abstractions": "1.1.0",
|
|
|
|
"Microsoft.Extensions.Logging.Console": "1.1.0",
|
|
|
|
"Microsoft.Extensions.Logging.Debug": "1.1.0",
|
|
|
|
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0",
|
|
|
|
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0",
|
|
|
|
"Microsoft.EntityFrameworkCore": "1.1.0",
|
|
|
|
"Microsoft.EntityFrameworkCore.Design":"1.1.0",
|
|
|
|
"Microsoft.EntityFrameworkCore.SqlServer.Design": "1.1.0",
|
|
|
|
"Microsoft.AspNetCore.Diagnostics": "1.1.0",
|
2016-11-21 12:41:36 +01:00
|
|
|
"Swashbuckle": "6.0.0-beta902",
|
2016-11-22 18:40:47 +01:00
|
|
|
"MediatR": "2.1.0",
|
2016-12-12 10:15:24 +01:00
|
|
|
"System.Reflection": "4.3.0",
|
2016-12-19 10:20:02 +01:00
|
|
|
"IdentityServer4.AccessTokenValidation": "1.0.1-rc3",
|
2017-01-25 17:10:08 +01:00
|
|
|
"Dapper": "1.50.2",
|
|
|
|
"Ordering.Domain": "1.0.0-*",
|
|
|
|
"Ordering.Infrastructure": "1.0.0-*"
|
2016-09-06 17:09:19 -07:00
|
|
|
},
|
|
|
|
"tools": {
|
2017-01-25 17:10:08 +01:00
|
|
|
"Microsoft.EntityFrameworkCore.Tools.DotNet": "1.1.0-preview4-final",
|
2016-09-06 17:09:19 -07:00
|
|
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
|
|
|
|
},
|
|
|
|
"frameworks": {
|
2017-01-25 17:10:08 +01:00
|
|
|
"netcoreapp1.1": {
|
2016-09-06 17:09:19 -07:00
|
|
|
"imports": [
|
2017-01-25 17:10:08 +01:00
|
|
|
"netstandard1.6.1",
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net451+win8"
|
2016-09-06 17:09:19 -07:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"buildOptions": {
|
|
|
|
"emitEntryPoint": true,
|
2016-09-14 00:44:13 -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",
|
2016-11-24 16:26:59 +01:00
|
|
|
"settings.json",
|
2016-09-14 00:44:13 -07:00
|
|
|
"web.config",
|
|
|
|
"docker-compose.yml",
|
|
|
|
"docker-compose.debug.yml",
|
|
|
|
"Dockerfile.debug",
|
|
|
|
"Dockerfile",
|
|
|
|
".dockerignore"
|
2016-09-06 17:09:19 -07:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"scripts": {
|
2016-09-14 00:44:13 -07:00
|
|
|
"postpublish": [
|
|
|
|
"dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
|
|
|
|
]
|
2016-11-22 18:40:47 +01:00
|
|
|
},
|
|
|
|
"userSecretsId": "aspnet-Ordering.API-20161122013547"
|
2016-09-14 00:44:13 -07:00
|
|
|
}
|