From f1366d4cc0b93eb75b5ce2a961cfae1f0d0239c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Thu, 22 Jun 2023 13:27:52 +0200 Subject: [PATCH] Update nuget packeges --- .vscode/settings.json | 19 ++++++++ WebAPI/DiunaBI-WebAPI.csproj | 17 ++++---- WebAPI/Properties/launchSettings.json | 62 +++++++++++++-------------- 3 files changed, 59 insertions(+), 39 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6c7c3a9 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,19 @@ +{ + "sqltools.connections": [ + { + "mssqlOptions": { + "appName": "SQLTools", + "useUTC": true, + "encrypt": true + }, + "previewLimit": 50, + "server": "localhost", + "port": 1433, + "driver": "MSSQL", + "name": "localhost", + "database": "diuna", + "username": "SA", + "password": "v](8Lc|RfG" + } + ] +} \ No newline at end of file diff --git a/WebAPI/DiunaBI-WebAPI.csproj b/WebAPI/DiunaBI-WebAPI.csproj index f49ab1f..d905931 100644 --- a/WebAPI/DiunaBI-WebAPI.csproj +++ b/WebAPI/DiunaBI-WebAPI.csproj @@ -6,19 +6,20 @@ enable + - - - - - - - + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/WebAPI/Properties/launchSettings.json b/WebAPI/Properties/launchSettings.json index 451da08..8f3b54d 100644 --- a/WebAPI/Properties/launchSettings.json +++ b/WebAPI/Properties/launchSettings.json @@ -1,31 +1,31 @@ -{ - "$schema": "https://json.schemastore.org/launchsettings.json", - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:12241", - "sslPort": 44358 - } - }, - "profiles": { - "WebAPI": { - "commandName": "Project", - "dotnetRunMessages": true, - "launchBrowser": true, - "launchUrl": "swagger", - "applicationUrl": "https://localhost:7009;http://localhost:5183", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "launchUrl": "swagger", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - } - } -} +{ + "$schema": "https://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:12241", + "sslPort": 44358 + } + }, + "profiles": { + "WebAPI": { + "commandName": "Project", + "launchBrowser": true, + "launchUrl": "swagger", + "applicationUrl": "https://localhost:7009;http://localhost:5183", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "dotnetRunMessages": true + }, + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "launchUrl": "swagger", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} \ No newline at end of file