diff --git a/.github/workflows/desktop-release-on-tag-net-electron.yml b/.github/workflows/desktop-release-on-tag-net-electron.yml index b06e0565e8..7a31bd9a26 100644 --- a/.github/workflows/desktop-release-on-tag-net-electron.yml +++ b/.github/workflows/desktop-release-on-tag-net-electron.yml @@ -22,7 +22,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.303 + dotnet-version: 8.0.400 - name: Build --no-unit-test linux-arm,linux-arm64,win-x64,osx-x64,linux-x64,osx-arm64 --ready-to-run shell: bash diff --git a/.github/workflows/webapp-build-net-macos.yml b/.github/workflows/webapp-build-net-macos.yml index b2d44ab7c5..3863b5a115 100644 --- a/.github/workflows/webapp-build-net-macos.yml +++ b/.github/workflows/webapp-build-net-macos.yml @@ -35,7 +35,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.303 + dotnet-version: 8.0.400 - name: "BuildNetCore (MacOS)" shell: bash diff --git a/.github/workflows/webapp-build-net-ubuntu.yml b/.github/workflows/webapp-build-net-ubuntu.yml index adf3485bcd..986ed3ebff 100644 --- a/.github/workflows/webapp-build-net-ubuntu.yml +++ b/.github/workflows/webapp-build-net-ubuntu.yml @@ -38,7 +38,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.303 + dotnet-version: 8.0.400 - name: Cache nuget packages (*nix) uses: actions/cache@v4 diff --git a/.github/workflows/webapp-build-net-windows.yml b/.github/workflows/webapp-build-net-windows.yml index 728c37ddad..e554a217d3 100644 --- a/.github/workflows/webapp-build-net-windows.yml +++ b/.github/workflows/webapp-build-net-windows.yml @@ -35,7 +35,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.303 + dotnet-version: 8.0.400 - name: Build (Windows) shell: pwsh diff --git a/.github/workflows/webapp-codecov-clientapp-netcore.yml b/.github/workflows/webapp-codecov-clientapp-netcore.yml index f4fab8307b..38ceaaa58d 100644 --- a/.github/workflows/webapp-codecov-clientapp-netcore.yml +++ b/.github/workflows/webapp-codecov-clientapp-netcore.yml @@ -26,7 +26,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.303 + dotnet-version: 8.0.400 - name: Cache node modules clientapp (*nix) uses: actions/cache@v4 diff --git a/.github/workflows/webapp-sonarqube-clientapp-netcore.yml b/.github/workflows/webapp-sonarqube-clientapp-netcore.yml index 89013f6e96..983fe85178 100644 --- a/.github/workflows/webapp-sonarqube-clientapp-netcore.yml +++ b/.github/workflows/webapp-sonarqube-clientapp-netcore.yml @@ -45,7 +45,7 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.303 + dotnet-version: 8.0.400 - name: Use Java 17 uses: actions/setup-java@v4 diff --git a/.github/workflows/webapp-update-swagger-dotnet.yml b/.github/workflows/webapp-update-swagger-dotnet.yml index 2fa21ea274..1a57a5297b 100644 --- a/.github/workflows/webapp-update-swagger-dotnet.yml +++ b/.github/workflows/webapp-update-swagger-dotnet.yml @@ -29,7 +29,7 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.303 + dotnet-version: 8.0.400 - name: Cache nuget packages (*nix) uses: actions/cache@v4 diff --git a/pipelines/azure/steps/use_dotnet_version.yml b/pipelines/azure/steps/use_dotnet_version.yml index 9fc66ec9ae..a98ce140ec 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 SDK 8.0.303' + displayName: 'Use .NET SDK 8.0.400' enabled: true inputs: packageType: sdk - version: 8.0.303 + version: 8.0.400 installationPath: $(Agent.ToolsDirectory)/dotnet diff --git a/starsky/global.json b/starsky/global.json index 7a6ac28187..aeb6362fd6 100644 --- a/starsky/global.json +++ b/starsky/global.json @@ -1,7 +1,7 @@ { "strictVersion": true, "sdk": { - "version": "8.0.303", + "version": "8.0.400", "rollForward": "disable", "allowPrerelease": false } diff --git a/starsky/nuget-packages-list.json b/starsky/nuget-packages-list.json index 5745ea6d73..d166d261ec 100644 --- a/starsky/nuget-packages-list.json +++ b/starsky/nuget-packages-list.json @@ -1,29 +1,29 @@ [ - "Microsoft.AspNetCore.Mvc.NewtonsoftJson 8.0.7", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson 8.0.8", "Microsoft.Extensions.Hosting.WindowsServices 8.0.0", "Swashbuckle.AspNetCore 6.5.0", "Microsoft.Extensions.Caching.Abstractions 8.0.0", "Microsoft.Extensions.Caching.Memory 8.0.0", "Microsoft.Extensions.Hosting.Abstractions 8.0.0", "NGeoNames 1.5.1", - "Microsoft.Extensions.Diagnostics.HealthChecks 8.0.7", - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions 8.0.7", + "Microsoft.Extensions.Diagnostics.HealthChecks 8.0.8", + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions 8.0.8", "AspNetCore.HealthChecks.MySql 8.0.1", "AspNetCore.HealthChecks.Sqlite 8.0.1", - "Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore 8.0.7", + "Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore 8.0.8", "MedallionShell 1.6.2", "RazorLight 2.3.1", "SixLabors.ImageSharp 3.1.4", "SixLabors.ImageSharp.Drawing 2.1.3", - "Microsoft.AspNetCore.Authorization 8.0.7", - "Microsoft.EntityFrameworkCore.Analyzers 8.0.7", - "Microsoft.EntityFrameworkCore.Design 8.0.7", - "Microsoft.EntityFrameworkCore.InMemory 8.0.7", - "Microsoft.EntityFrameworkCore.Sqlite 8.0.7", - "Microsoft.EntityFrameworkCore 8.0.7", - "Microsoft.EntityFrameworkCore.Relational 8.0.7", + "Microsoft.AspNetCore.Authorization 8.0.8", + "Microsoft.EntityFrameworkCore.Analyzers 8.0.8", + "Microsoft.EntityFrameworkCore.Design 8.0.8", + "Microsoft.EntityFrameworkCore.InMemory 8.0.8", + "Microsoft.EntityFrameworkCore.Sqlite 8.0.8", + "Microsoft.EntityFrameworkCore 8.0.8", + "Microsoft.EntityFrameworkCore.Relational 8.0.8", "Microsoft.Extensions.DependencyInjection 8.0.0", - "Microsoft.Extensions.Identity.Stores 8.0.7", + "Microsoft.Extensions.Identity.Stores 8.0.8", "Pomelo.EntityFrameworkCore.MySql 8.0.2", "System.ComponentModel.Annotations 5.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions 8.0.1", @@ -50,7 +50,7 @@ "OpenTelemetry.Instrumentation.Runtime 1.8.0", "System.Diagnostics.DiagnosticSource 8.0.1", "System.Text.Json 8.0.4", - "Microsoft.AspNetCore.Identity.EntityFrameworkCore 8.0.7", + "Microsoft.AspNetCore.Identity.EntityFrameworkCore 8.0.8", "Microsoft.Extensions.Hosting 8.0.0", "Microsoft.NET.Test.Sdk 17.9.0", "MSTest.TestAdapter 3.3.1", diff --git a/starsky/starsky.feature.health/starsky.feature.health.csproj b/starsky/starsky.feature.health/starsky.feature.health.csproj index 47ebea82aa..e54f919878 100644 --- a/starsky/starsky.feature.health/starsky.feature.health.csproj +++ b/starsky/starsky.feature.health/starsky.feature.health.csproj @@ -15,11 +15,11 @@ - - + + - + diff --git a/starsky/starsky.foundation.accountmanagement/starsky.foundation.accountmanagement.csproj b/starsky/starsky.foundation.accountmanagement/starsky.foundation.accountmanagement.csproj index 9466cc395f..fd51e5d44f 100644 --- a/starsky/starsky.foundation.accountmanagement/starsky.foundation.accountmanagement.csproj +++ b/starsky/starsky.foundation.accountmanagement/starsky.foundation.accountmanagement.csproj @@ -15,7 +15,7 @@ - + diff --git a/starsky/starsky.foundation.database/starsky.foundation.database.csproj b/starsky/starsky.foundation.database/starsky.foundation.database.csproj index 67dc418f0b..98c75f93ae 100644 --- a/starsky/starsky.foundation.database/starsky.foundation.database.csproj +++ b/starsky/starsky.foundation.database/starsky.foundation.database.csproj @@ -13,14 +13,14 @@ - - - - - - + + + + + + - + diff --git a/starsky/starsky.foundation.webtelemetry/starsky.foundation.webtelemetry.csproj b/starsky/starsky.foundation.webtelemetry/starsky.foundation.webtelemetry.csproj index 1f7fa8a0c4..82643709a8 100644 --- a/starsky/starsky.foundation.webtelemetry/starsky.foundation.webtelemetry.csproj +++ b/starsky/starsky.foundation.webtelemetry/starsky.foundation.webtelemetry.csproj @@ -20,7 +20,7 @@ - + diff --git a/starsky/starsky/starsky.csproj b/starsky/starsky/starsky.csproj index d8540c92af..1f1ae798fa 100644 --- a/starsky/starsky/starsky.csproj +++ b/starsky/starsky/starsky.csproj @@ -1,7 +1,7 @@  net8.0 - 8.0.7 + 8.0.8 An attempt to create a database driven photo library 0.6.1 @@ -59,7 +59,7 @@ 0 - + diff --git a/starsky/starskyadmincli/starskyadmincli.csproj b/starsky/starskyadmincli/starskyadmincli.csproj index eeee15de37..3dc8d15d5d 100644 --- a/starsky/starskyadmincli/starskyadmincli.csproj +++ b/starsky/starskyadmincli/starskyadmincli.csproj @@ -5,7 +5,7 @@ net8.0 {dcf1f6cb-1c65-4394-bef7-cccc2967b56c} - 8.0.7 + 8.0.8 Full 0.6.1 enable diff --git a/starsky/starskydemoseedcli/starskydemoseedcli.csproj b/starsky/starskydemoseedcli/starskydemoseedcli.csproj index 16a1194c93..b3f47ef8d1 100644 --- a/starsky/starskydemoseedcli/starskydemoseedcli.csproj +++ b/starsky/starskydemoseedcli/starskydemoseedcli.csproj @@ -5,7 +5,7 @@ enable {215a3302-a418-4148-8d20-1127e27c3dae} - 8.0.7 + 8.0.8 Full 0.6.1 enable diff --git a/starsky/starskygeocli/starskygeocli.csproj b/starsky/starskygeocli/starskygeocli.csproj index c1ac4f43b1..a9ce34d224 100644 --- a/starsky/starskygeocli/starskygeocli.csproj +++ b/starsky/starskygeocli/starskygeocli.csproj @@ -5,7 +5,7 @@ enable {a030c158-2f79-4317-a9f9-bdd46d66d1d8} - 8.0.7 + 8.0.8 Full 0.6.1 enable diff --git a/starsky/starskyimportercli/starskyimportercli.csproj b/starsky/starskyimportercli/starskyimportercli.csproj index 4f8b9ea7c6..7c9f6034d6 100644 --- a/starsky/starskyimportercli/starskyimportercli.csproj +++ b/starsky/starskyimportercli/starskyimportercli.csproj @@ -4,7 +4,7 @@ net8.0 {23e4ea86-970a-4de1-badc-8d7e9d3d4dd6} - 8.0.7 + 8.0.8 Full 0.6.1 enable diff --git a/starsky/starskysynchronizecli/starskysynchronizecli.csproj b/starsky/starskysynchronizecli/starskysynchronizecli.csproj index b7cd376e23..f76dcf0281 100644 --- a/starsky/starskysynchronizecli/starskysynchronizecli.csproj +++ b/starsky/starskysynchronizecli/starskysynchronizecli.csproj @@ -5,7 +5,7 @@ net8.0 {7e1136a7-cc43-49d2-91d3-48e557f0fb66} - 8.0.7 + 8.0.8 starskysynchronizecli 0.6.1 enable diff --git a/starsky/starskytest/starskytest.csproj b/starsky/starskytest/starskytest.csproj index 2c36a75a6c..20627a1bc6 100644 --- a/starsky/starskytest/starskytest.csproj +++ b/starsky/starskytest/starskytest.csproj @@ -1,7 +1,7 @@  net8.0 - 8.0.7 + 8.0.8 Full {b3342a3e-64e1-442f-b4f7-f7a718508aac} @@ -21,8 +21,8 @@ - - + + diff --git a/starsky/starskythumbnailcli/starskythumbnailcli.csproj b/starsky/starskythumbnailcli/starskythumbnailcli.csproj index dc017aa8e4..f061e61cc4 100644 --- a/starsky/starskythumbnailcli/starskythumbnailcli.csproj +++ b/starsky/starskythumbnailcli/starskythumbnailcli.csproj @@ -5,7 +5,7 @@ net8.0 {67e3fb34-1ca8-4a28-a0e0-00ff61821002} - 8.0.7 + 8.0.8 starskythumbnailcli 0.6.1 enable diff --git a/starsky/starskythumbnailmetacli/starskythumbnailmetacli.csproj b/starsky/starskythumbnailmetacli/starskythumbnailmetacli.csproj index c104aae1f7..af2888d69e 100644 --- a/starsky/starskythumbnailmetacli/starskythumbnailmetacli.csproj +++ b/starsky/starskythumbnailmetacli/starskythumbnailmetacli.csproj @@ -5,7 +5,7 @@ net8.0 {a0cce905-ae43-4d1b-a97a-2bcd2c010ed1} - 8.0.7 + 8.0.8 starskythumbnailmetacli 0.6.1 enable diff --git a/starsky/starskywebftpcli/starskywebftpcli.csproj b/starsky/starskywebftpcli/starskywebftpcli.csproj index 98df764b9c..4a08c5a22d 100644 --- a/starsky/starskywebftpcli/starskywebftpcli.csproj +++ b/starsky/starskywebftpcli/starskywebftpcli.csproj @@ -4,7 +4,7 @@ Exe net8.0 {eb1d57d1-29d8-4bfb-950e-447ef8522a10} - 8.0.7 + 8.0.8 Full 0.6.1 enable diff --git a/starsky/starskywebhtmlcli/starskywebhtmlcli.csproj b/starsky/starskywebhtmlcli/starskywebhtmlcli.csproj index ed4cb5d14b..c1bc6de436 100644 --- a/starsky/starskywebhtmlcli/starskywebhtmlcli.csproj +++ b/starsky/starskywebhtmlcli/starskywebhtmlcli.csproj @@ -3,7 +3,7 @@ Exe net8.0 {76d7bf62-9f1d-48f1-9035-dceb01de55c3} - 8.0.7 + 8.0.8 8.0 true Full