2016-09-09 17:24:24 -07:00
|
|
|
{
|
2016-09-06 17:09:19 -07:00
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"version": "1.0.0",
|
|
|
|
"type": "platform"
|
|
|
|
},
|
|
|
|
"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.Json": "1.0.0",
|
|
|
|
"Microsoft.Extensions.Logging": "1.0.0",
|
|
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0",
|
|
|
|
"Microsoft.Extensions.Logging.Debug": "1.0.0",
|
2016-09-09 17:24:24 -07:00
|
|
|
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
|
|
|
|
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0",
|
|
|
|
"Microsoft.EntityFrameworkCore": "1.0.0",
|
|
|
|
"Microsoft.EntityFrameworkCore.SqlServer.Design": "1.0.0",
|
|
|
|
"Ordering.Domain": "1.0.0-*",
|
|
|
|
"Microsoft.EntityFrameworkCore.Tools": "1.0.0-preview2-final"
|
2016-09-06 17:09:19 -07:00
|
|
|
},
|
|
|
|
|
|
|
|
"tools": {
|
2016-09-09 17:24:24 -07:00
|
|
|
"Microsoft.EntityFrameworkCore.Tools": "1.0.0-preview2-final",
|
2016-09-06 17:09:19 -07:00
|
|
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
|
|
|
|
},
|
|
|
|
|
|
|
|
"frameworks": {
|
|
|
|
"netcoreapp1.0": {
|
|
|
|
"imports": [
|
|
|
|
"dotnet5.6",
|
|
|
|
"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": {
|
|
|
|
"postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
|
|
|
|
}
|
|
|
|
}
|