mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"dependencies": {
|
|
"Belgrade.Sql.Client": "0.1.0",
|
|
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final",
|
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final",
|
|
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc2-final",
|
|
"Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final",
|
|
"Microsoft.Extensions.Logging": "1.0.0-rc2-final",
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final",
|
|
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final",
|
|
"System.Data.SqlClient": "4.1.0-rc2-24027"
|
|
},
|
|
|
|
"tools": {
|
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
|
|
"version": "1.0.0-preview1-final",
|
|
"imports": "portable-net45+win8+dnxcore50"
|
|
}
|
|
},
|
|
|
|
"frameworks": {
|
|
"net46": { }
|
|
},
|
|
|
|
"buildOptions": {
|
|
"emitEntryPoint": true,
|
|
"preserveCompilationContext": true
|
|
},
|
|
|
|
"publishOptions": {
|
|
"include": [
|
|
"wwwroot",
|
|
"Views",
|
|
"appsettings.json",
|
|
"web.config"
|
|
]
|
|
},
|
|
|
|
"scripts": {
|
|
"postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
|
|
}
|
|
}
|