74 lines
2.3 KiB
JSON
74 lines
2.3 KiB
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.0.1",
|
|
"type": "platform"
|
|
},
|
|
"MediatR.Extensions.Microsoft.DependencyInjection": "1.0.1",
|
|
"Autofac.Extensions.DependencyInjection": "4.0.0",
|
|
"Microsoft.AspNetCore.Mvc": "1.0.0",
|
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
|
|
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0",
|
|
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0",
|
|
"Microsoft.Extensions.Configuration.Json": "1.0.0",
|
|
"Microsoft.Extensions.Logging.Abstractions": "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.EntityFrameworkCore.SqlServer": "1.0.1",
|
|
"Microsoft.EntityFrameworkCore": "1.0.1",
|
|
"Microsoft.EntityFrameworkCore.Design" : "1.0.0-preview2-final",
|
|
"Microsoft.EntityFrameworkCore.SqlServer.Design": "1.0.1",
|
|
"Microsoft.AspNetCore.Diagnostics": "1.0.0",
|
|
"Swashbuckle": "6.0.0-beta902",
|
|
"MediatR": "2.1.0",
|
|
"Ordering.Domain": "1.0.0-*",
|
|
"Ordering.Application": "1.0.0-*",
|
|
"Ordering.Infrastructure": "1.0.0-*",
|
|
"System.Reflection": "4.3.0"
|
|
},
|
|
"tools": {
|
|
"Microsoft.EntityFrameworkCore.Tools": "1.0.0-preview2-final",
|
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": [
|
|
"dotnet5.6",
|
|
"portable-net45+win8"
|
|
]
|
|
}
|
|
},
|
|
"buildOptions": {
|
|
"emitEntryPoint": true,
|
|
"preserveCompilationContext": true,
|
|
"debugType": "portable"
|
|
},
|
|
"runtimeOptions": {
|
|
"configProperties": {
|
|
"System.GC.Server": true
|
|
}
|
|
},
|
|
"publishOptions": {
|
|
"include": [
|
|
"wwwroot",
|
|
"Views",
|
|
"Areas/**/Views",
|
|
"settings.json",
|
|
"web.config",
|
|
"docker-compose.yml",
|
|
"docker-compose.debug.yml",
|
|
"Dockerfile.debug",
|
|
"Dockerfile",
|
|
".dockerignore"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"postpublish": [
|
|
"dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
|
|
]
|
|
},
|
|
"userSecretsId": "aspnet-Ordering.API-20161122013547"
|
|
} |