diff --git a/.github/workflows/auto-update-swagger-dotnet.yml b/.github/workflows/auto-update-swagger-dotnet.yml index e7b846c969..ac46db4d5c 100644 --- a/.github/workflows/auto-update-swagger-dotnet.yml +++ b/.github/workflows/auto-update-swagger-dotnet.yml @@ -29,7 +29,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.410 + dotnet-version: 6.0.412 - name: Cache nuget packages (*nix) uses: actions/cache@v3 diff --git a/.github/workflows/release-on-tag-netcore-desktop-electron.yml b/.github/workflows/release-on-tag-netcore-desktop-electron.yml index 606914ec3f..38fdc99d7d 100644 --- a/.github/workflows/release-on-tag-netcore-desktop-electron.yml +++ b/.github/workflows/release-on-tag-netcore-desktop-electron.yml @@ -22,7 +22,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.410 + dotnet-version: 6.0.412 - name: Build --no-unit-test linux-arm,linux-arm64,win-x64,osx-x64,linux-x64 shell: bash diff --git a/.github/workflows/starsky-codecov-clientapp-netcore.yml b/.github/workflows/starsky-codecov-clientapp-netcore.yml index 5cc65d64c5..11d51712b0 100644 --- a/.github/workflows/starsky-codecov-clientapp-netcore.yml +++ b/.github/workflows/starsky-codecov-clientapp-netcore.yml @@ -33,7 +33,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.410 + dotnet-version: 6.0.412 - name: Cache node modules clientapp (*nix) uses: actions/cache@v3 diff --git a/.github/workflows/starsky-dotnetcore-ubuntu.yml b/.github/workflows/starsky-dotnetcore-ubuntu.yml index fa7854173a..36b8287639 100644 --- a/.github/workflows/starsky-dotnetcore-ubuntu.yml +++ b/.github/workflows/starsky-dotnetcore-ubuntu.yml @@ -38,7 +38,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.410 + dotnet-version: 6.0.412 - name: Cache nuget packages (*nix) uses: actions/cache@v3 diff --git a/.github/workflows/starsky-dotnetcore-windows.yml b/.github/workflows/starsky-dotnetcore-windows.yml index b94b241ea1..4a50f6d1b4 100644 --- a/.github/workflows/starsky-dotnetcore-windows.yml +++ b/.github/workflows/starsky-dotnetcore-windows.yml @@ -35,7 +35,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.410 + dotnet-version: 6.0.412 - name: Build (Windows) shell: pwsh diff --git a/.github/workflows/starsky-sonarqube-clientapp-netcore.yml b/.github/workflows/starsky-sonarqube-clientapp-netcore.yml index cdd9c79447..80e8880e1e 100644 --- a/.github/workflows/starsky-sonarqube-clientapp-netcore.yml +++ b/.github/workflows/starsky-sonarqube-clientapp-netcore.yml @@ -38,7 +38,7 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.410 + dotnet-version: 6.0.412 - name: Use Java 11 uses: actions/setup-java@v3 diff --git a/pipelines/azure/steps/use_dotnet_version.yml b/pipelines/azure/steps/use_dotnet_version.yml index 5d8c1ae3a5..1f1c47fbe3 100644 --- a/pipelines/azure/steps/use_dotnet_version.yml +++ b/pipelines/azure/steps/use_dotnet_version.yml @@ -1,8 +1,8 @@ steps: - task: UseDotNet@2 - displayName: 'Use .NET Core sdk 6.0.410' + displayName: 'Use .NET Core sdk 6.0.412' enabled: true inputs: packageType: sdk - version: 6.0.410 + version: 6.0.412 installationPath: $(Agent.ToolsDirectory)/dotnet diff --git a/starsky/global.json b/starsky/global.json index 6e5eb71d6e..4f0bc31808 100644 --- a/starsky/global.json +++ b/starsky/global.json @@ -1,7 +1,7 @@ { "strictVersion": true, "sdk": { - "version": "6.0.410", + "version": "6.0.412", "rollForward": "disable", "allowPrerelease": false } diff --git a/starsky/nuget-packages-list.json b/starsky/nuget-packages-list.json index 341a06ed8a..bdee474d66 100644 --- a/starsky/nuget-packages-list.json +++ b/starsky/nuget-packages-list.json @@ -1,5 +1,5 @@ [ - "Microsoft.AspNetCore.Mvc.NewtonsoftJson 6.0.18", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson 6.0.20", "Microsoft.Extensions.Hosting.WindowsServices 6.0.2", "SQLitePCLRaw.lib.e_sqlite3.linux 1.1.14", "Swashbuckle.AspNetCore 6.5.0", @@ -7,25 +7,25 @@ "Microsoft.Extensions.Caching.Memory 6.0.1", "Microsoft.Extensions.Hosting.Abstractions 6.0.0", "NGeoNames 1.5.1", - "Microsoft.Extensions.Diagnostics.HealthChecks 6.0.18", - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions 6.0.18", + "Microsoft.Extensions.Diagnostics.HealthChecks 6.0.20", + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions 6.0.20", "AspNetCore.HealthChecks.MySql 6.0.2", "AspNetCore.HealthChecks.Sqlite 6.0.2", - "Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore 6.0.18", + "Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore 6.0.20", "MedallionShell 1.6.2", "RazorLight 2.3.1", "SixLabors.ImageSharp 3.0.1", "SixLabors.ImageSharp.Drawing 1.0.0-beta15", - "Microsoft.AspNetCore.Authorization 6.0.18", + "Microsoft.AspNetCore.Authorization 6.0.20", "Microsoft.ApplicationInsights.WorkerService 2.21.0", "Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0", - "Microsoft.EntityFrameworkCore.Analyzers 6.0.18", - "Microsoft.EntityFrameworkCore.Design 6.0.18", - "Microsoft.EntityFrameworkCore.InMemory 6.0.18", - "Microsoft.EntityFrameworkCore.Sqlite 6.0.18", - "Microsoft.EntityFrameworkCore 6.0.18", - "Microsoft.EntityFrameworkCore.Relational 6.0.18", - "Microsoft.Extensions.Identity.Stores 6.0.18", + "Microsoft.EntityFrameworkCore.Analyzers 6.0.20", + "Microsoft.EntityFrameworkCore.Design 6.0.20", + "Microsoft.EntityFrameworkCore.InMemory 6.0.20", + "Microsoft.EntityFrameworkCore.Sqlite 6.0.20", + "Microsoft.EntityFrameworkCore 6.0.20", + "Microsoft.EntityFrameworkCore.Relational 6.0.20", + "Microsoft.Extensions.Identity.Stores 6.0.20", "Pomelo.EntityFrameworkCore.MySql 6.0.2", "System.ComponentModel.Annotations 5.0.0", "Microsoft.ApplicationInsights 2.21.0", @@ -48,7 +48,7 @@ "Microsoft.ApplicationInsights.AspNetCore 2.21.0", "Microsoft.Extensions.Logging.Console 6.0.0", "System.Text.Json 6.0.7", - "Microsoft.AspNetCore.Identity.EntityFrameworkCore 6.0.18", + "Microsoft.AspNetCore.Identity.EntityFrameworkCore 6.0.20", "Microsoft.Extensions.Hosting 6.0.1", "Microsoft.NET.Test.Sdk 17.4.1", "MSTest.TestAdapter 3.0.2", diff --git a/starsky/starsky.feature.health/starsky.feature.health.csproj b/starsky/starsky.feature.health/starsky.feature.health.csproj index bb2fe95e42..e0364ae501 100644 --- a/starsky/starsky.feature.health/starsky.feature.health.csproj +++ b/starsky/starsky.feature.health/starsky.feature.health.csproj @@ -13,11 +13,11 @@ - - + + - + diff --git a/starsky/starsky.foundation.accountmanagement/starsky.foundation.accountmanagement.csproj b/starsky/starsky.foundation.accountmanagement/starsky.foundation.accountmanagement.csproj index 0f38148dbf..4f95f3528f 100644 --- a/starsky/starsky.foundation.accountmanagement/starsky.foundation.accountmanagement.csproj +++ b/starsky/starsky.foundation.accountmanagement/starsky.foundation.accountmanagement.csproj @@ -14,7 +14,7 @@ - + diff --git a/starsky/starsky.foundation.database/starsky.foundation.database.csproj b/starsky/starsky.foundation.database/starsky.foundation.database.csproj index 7c235ee26f..11314bfc86 100644 --- a/starsky/starsky.foundation.database/starsky.foundation.database.csproj +++ b/starsky/starsky.foundation.database/starsky.foundation.database.csproj @@ -11,13 +11,13 @@ - - - - - - - + + + + + + + diff --git a/starsky/starsky.foundation.databasetelemetry/starsky.foundation.databasetelemetry.csproj b/starsky/starsky.foundation.databasetelemetry/starsky.foundation.databasetelemetry.csproj index 35c890068c..cac7935c1a 100644 --- a/starsky/starsky.foundation.databasetelemetry/starsky.foundation.databasetelemetry.csproj +++ b/starsky/starsky.foundation.databasetelemetry/starsky.foundation.databasetelemetry.csproj @@ -12,7 +12,7 @@ - + diff --git a/starsky/starsky/starsky.csproj b/starsky/starsky/starsky.csproj index 8e6a98ff85..2620553b28 100644 --- a/starsky/starsky/starsky.csproj +++ b/starsky/starsky/starsky.csproj @@ -1,7 +1,7 @@  net6.0 - 6.0.18 + 6.0.20 An attempt to create a database driven photo library 0.5.10 @@ -54,7 +54,7 @@ 0 - + diff --git a/starsky/starskyadmincli/starskyadmincli.csproj b/starsky/starskyadmincli/starskyadmincli.csproj index c825543010..bea4c4c969 100644 --- a/starsky/starskyadmincli/starskyadmincli.csproj +++ b/starsky/starskyadmincli/starskyadmincli.csproj @@ -5,7 +5,7 @@ net6.0 {dcf1f6cb-1c65-4394-bef7-cccc2967b56c} - 6.0.18 + 6.0.20 Full 0.5.10 diff --git a/starsky/starskydemoseedcli/starskydemoseedcli.csproj b/starsky/starskydemoseedcli/starskydemoseedcli.csproj index 8f65e52a85..4bc8f74eb9 100644 --- a/starsky/starskydemoseedcli/starskydemoseedcli.csproj +++ b/starsky/starskydemoseedcli/starskydemoseedcli.csproj @@ -5,7 +5,7 @@ enable {215a3302-a418-4148-8d20-1127e27c3dae} - 6.0.18 + 6.0.20 Full 0.5.10 diff --git a/starsky/starskygeocli/starskygeocli.csproj b/starsky/starskygeocli/starskygeocli.csproj index 448b3894b8..019818b9e0 100644 --- a/starsky/starskygeocli/starskygeocli.csproj +++ b/starsky/starskygeocli/starskygeocli.csproj @@ -5,7 +5,7 @@ enable {a030c158-2f79-4317-a9f9-bdd46d66d1d8} - 6.0.18 + 6.0.20 Full 0.5.10 diff --git a/starsky/starskyimportercli/starskyimportercli.csproj b/starsky/starskyimportercli/starskyimportercli.csproj index 6060c4b100..ffb79b30ad 100644 --- a/starsky/starskyimportercli/starskyimportercli.csproj +++ b/starsky/starskyimportercli/starskyimportercli.csproj @@ -4,7 +4,7 @@ net6.0 {23e4ea86-970a-4de1-badc-8d7e9d3d4dd6} - 6.0.18 + 6.0.20 Full 0.5.10 diff --git a/starsky/starskysynchronizecli/starskysynchronizecli.csproj b/starsky/starskysynchronizecli/starskysynchronizecli.csproj index c6229653cf..fb3093d329 100644 --- a/starsky/starskysynchronizecli/starskysynchronizecli.csproj +++ b/starsky/starskysynchronizecli/starskysynchronizecli.csproj @@ -5,7 +5,7 @@ net6.0 {7e1136a7-cc43-49d2-91d3-48e557f0fb66} - 6.0.18 + 6.0.20 starskysynchronizecli 0.5.10 diff --git a/starsky/starskytest/starskytest.csproj b/starsky/starskytest/starskytest.csproj index 63ea0f4736..558ba0717c 100644 --- a/starsky/starskytest/starskytest.csproj +++ b/starsky/starskytest/starskytest.csproj @@ -2,7 +2,7 @@ net6.0 - 6.0.18 + 6.0.20 Full {b3342a3e-64e1-442f-b4f7-f7a718508aac} @@ -21,8 +21,8 @@ - - + + diff --git a/starsky/starskythumbnailcli/starskythumbnailcli.csproj b/starsky/starskythumbnailcli/starskythumbnailcli.csproj index c4e0a12ce3..e5d9c2fb3e 100644 --- a/starsky/starskythumbnailcli/starskythumbnailcli.csproj +++ b/starsky/starskythumbnailcli/starskythumbnailcli.csproj @@ -5,7 +5,7 @@ net6.0 {67e3fb34-1ca8-4a28-a0e0-00ff61821002} - 6.0.18 + 6.0.20 starskythumbnailcli 0.5.10 diff --git a/starsky/starskythumbnailmetacli/starskythumbnailmetacli.csproj b/starsky/starskythumbnailmetacli/starskythumbnailmetacli.csproj index 88ec98aee5..ace1610cd8 100644 --- a/starsky/starskythumbnailmetacli/starskythumbnailmetacli.csproj +++ b/starsky/starskythumbnailmetacli/starskythumbnailmetacli.csproj @@ -5,7 +5,7 @@ net6.0 {a0cce905-ae43-4d1b-a97a-2bcd2c010ed1} - 6.0.18 + 6.0.20 starskythumbnailmetacli 0.5.10 diff --git a/starsky/starskywebftpcli/starskywebftpcli.csproj b/starsky/starskywebftpcli/starskywebftpcli.csproj index 6d9725605c..2df7011615 100644 --- a/starsky/starskywebftpcli/starskywebftpcli.csproj +++ b/starsky/starskywebftpcli/starskywebftpcli.csproj @@ -4,7 +4,7 @@ Exe net6.0 {eb1d57d1-29d8-4bfb-950e-447ef8522a10} - 6.0.18 + 6.0.20 Full 0.5.10 diff --git a/starsky/starskywebhtmlcli/starskywebhtmlcli.csproj b/starsky/starskywebhtmlcli/starskywebhtmlcli.csproj index c632efc0e2..cc6e3d07e0 100644 --- a/starsky/starskywebhtmlcli/starskywebhtmlcli.csproj +++ b/starsky/starskywebhtmlcli/starskywebhtmlcli.csproj @@ -3,7 +3,7 @@ Exe net6.0 {76d7bf62-9f1d-48f1-9035-dceb01de55c3} - 6.0.18 + 6.0.20 8.0 true Full