diff --git a/.github/workflows/desktop-release-on-tag-net-electron.yml b/.github/workflows/desktop-release-on-tag-net-electron.yml
index b2f7a299c..1eef954a8 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.404
+ dotnet-version: 8.0.405
- 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 81529f2f7..5f55f3478 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.404
+ dotnet-version: 8.0.405
- name: "BuildNetCore (MacOS)"
shell: bash
diff --git a/.github/workflows/webapp-build-net-ubuntu.yml b/.github/workflows/webapp-build-net-ubuntu.yml
index f6b334dfb..8e6fe01b7 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.404
+ dotnet-version: 8.0.405
- 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 ce9bbf763..7cd6e63d7 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.404
+ dotnet-version: 8.0.405
- name: Build (Windows)
shell: pwsh
diff --git a/.github/workflows/webapp-codecov-clientapp-netcore.yml b/.github/workflows/webapp-codecov-clientapp-netcore.yml
index 3ae74f4de..d337a9311 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.404
+ dotnet-version: 8.0.405
- 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 5880eb71f..db4bfb22c 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.404
+ dotnet-version: 8.0.405
- 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 89d38ec44..983c678d8 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.404
+ dotnet-version: 8.0.405
- 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 acd7b574d..7d3fb907c 100644
--- a/pipelines/azure/steps/use_dotnet_version.yml
+++ b/pipelines/azure/steps/use_dotnet_version.yml
@@ -1,9 +1,9 @@
steps:
- task: UseDotNet@2
- displayName: 'Use .NET SDK 8.0.404'
+ displayName: 'Use .NET SDK 8.0.405'
enabled: true
inputs:
packageType: sdk
- version: 8.0.404
+ version: 8.0.405
installationPath: $(Agent.ToolsDirectory)/dotnet
performMultiLevelLookup: true
\ No newline at end of file
diff --git a/starsky/global.json b/starsky/global.json
index cb0d40ffb..dd96808ba 100644
--- a/starsky/global.json
+++ b/starsky/global.json
@@ -1,7 +1,7 @@
{
"strictVersion": true,
"sdk": {
- "version": "8.0.404",
+ "version": "8.0.405",
"rollForward": "disable",
"allowPrerelease": false
}
diff --git a/starsky/nuget-packages-list.json b/starsky/nuget-packages-list.json
index 4a744a6f1..2cea5a48b 100644
--- a/starsky/nuget-packages-list.json
+++ b/starsky/nuget-packages-list.json
@@ -1,29 +1,29 @@
[
- "Microsoft.AspNetCore.Mvc.NewtonsoftJson 8.0.11",
+ "Microsoft.AspNetCore.Mvc.NewtonsoftJson 8.0.12",
"Microsoft.Extensions.Hosting.WindowsServices 8.0.1",
"Swashbuckle.AspNetCore 7.1.0",
"Microsoft.Extensions.Caching.Abstractions 8.0.0",
"Microsoft.Extensions.Caching.Memory 8.0.1",
"Microsoft.Extensions.Hosting.Abstractions 8.0.1",
"NGeoNames 1.5.1",
- "Microsoft.Extensions.Diagnostics.HealthChecks 8.0.11",
- "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions 8.0.11",
+ "Microsoft.Extensions.Diagnostics.HealthChecks 8.0.12",
+ "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions 8.0.12",
"AspNetCore.HealthChecks.MySql 8.0.1",
"AspNetCore.HealthChecks.Sqlite 8.1.0",
- "Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore 8.0.11",
+ "Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore 8.0.12",
"MedallionShell 1.6.2",
"RazorLight 2.3.1",
"SixLabors.ImageSharp 3.1.6",
"SixLabors.ImageSharp.Drawing 2.1.4",
- "Microsoft.AspNetCore.Authorization 8.0.11",
- "Microsoft.EntityFrameworkCore.Analyzers 8.0.11",
- "Microsoft.EntityFrameworkCore.Design 8.0.11",
- "Microsoft.EntityFrameworkCore.InMemory 8.0.11",
- "Microsoft.EntityFrameworkCore.Sqlite 8.0.11",
- "Microsoft.EntityFrameworkCore 8.0.11",
- "Microsoft.EntityFrameworkCore.Relational 8.0.11",
+ "Microsoft.AspNetCore.Authorization 8.0.12",
+ "Microsoft.EntityFrameworkCore.Analyzers 8.0.12",
+ "Microsoft.EntityFrameworkCore.Design 8.0.12",
+ "Microsoft.EntityFrameworkCore.InMemory 8.0.12",
+ "Microsoft.EntityFrameworkCore.Sqlite 8.0.12",
+ "Microsoft.EntityFrameworkCore 8.0.12",
+ "Microsoft.EntityFrameworkCore.Relational 8.0.12",
"Microsoft.Extensions.DependencyInjection 8.0.1",
- "Microsoft.Extensions.Identity.Stores 8.0.11",
+ "Microsoft.Extensions.Identity.Stores 8.0.12",
"Pomelo.EntityFrameworkCore.MySql 8.0.2",
"System.ComponentModel.Annotations 5.0.0",
"Microsoft.Extensions.DependencyInjection.Abstractions 8.0.2",
@@ -50,7 +50,7 @@
"OpenTelemetry.Instrumentation.Runtime 1.9.0",
"System.Diagnostics.DiagnosticSource 9.0.0",
"System.Text.Json 9.0.0",
- "Microsoft.AspNetCore.Identity.EntityFrameworkCore 8.0.11",
+ "Microsoft.AspNetCore.Identity.EntityFrameworkCore 8.0.12",
"Microsoft.Extensions.Hosting 8.0.1",
"Microsoft.NET.Test.Sdk 17.12.0",
"MSTest.TestAdapter 3.6.3",
diff --git a/starsky/starsky.feature.health/starsky.feature.health.csproj b/starsky/starsky.feature.health/starsky.feature.health.csproj
index 9c82c08b7..b5abb5e78 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 aa1310d25..548aecbc7 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 993baab9c..59fdcc2f9 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 62d659598..5091020d4 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 9f2a00359..35fdb74ed 100644
--- a/starsky/starsky/starsky.csproj
+++ b/starsky/starsky/starsky.csproj
@@ -1,7 +1,7 @@
net8.0
- 8.0.11
+ 8.0.12
An attempt to create a database driven photo library
0.6.4
@@ -59,7 +59,7 @@
0
-
+
diff --git a/starsky/starskyadmincli/starskyadmincli.csproj b/starsky/starskyadmincli/starskyadmincli.csproj
index 70f4bfd7e..6e90c9d9c 100644
--- a/starsky/starskyadmincli/starskyadmincli.csproj
+++ b/starsky/starskyadmincli/starskyadmincli.csproj
@@ -5,7 +5,7 @@
net8.0
{dcf1f6cb-1c65-4394-bef7-cccc2967b56c}
- 8.0.11
+ 8.0.12
Full
0.6.4
enable
diff --git a/starsky/starskydemoseedcli/starskydemoseedcli.csproj b/starsky/starskydemoseedcli/starskydemoseedcli.csproj
index 639ed0d60..d7eea3598 100644
--- a/starsky/starskydemoseedcli/starskydemoseedcli.csproj
+++ b/starsky/starskydemoseedcli/starskydemoseedcli.csproj
@@ -5,7 +5,7 @@
enable
{215a3302-a418-4148-8d20-1127e27c3dae}
- 8.0.11
+ 8.0.12
Full
0.6.4
enable
diff --git a/starsky/starskygeocli/starskygeocli.csproj b/starsky/starskygeocli/starskygeocli.csproj
index 19682e33c..aceb60688 100644
--- a/starsky/starskygeocli/starskygeocli.csproj
+++ b/starsky/starskygeocli/starskygeocli.csproj
@@ -5,7 +5,7 @@
enable
{a030c158-2f79-4317-a9f9-bdd46d66d1d8}
- 8.0.11
+ 8.0.12
Full
0.6.4
enable
diff --git a/starsky/starskyimportercli/starskyimportercli.csproj b/starsky/starskyimportercli/starskyimportercli.csproj
index d1044f33f..31b88396b 100644
--- a/starsky/starskyimportercli/starskyimportercli.csproj
+++ b/starsky/starskyimportercli/starskyimportercli.csproj
@@ -4,7 +4,7 @@
net8.0
{23e4ea86-970a-4de1-badc-8d7e9d3d4dd6}
- 8.0.11
+ 8.0.12
Full
0.6.4
enable
diff --git a/starsky/starskysynchronizecli/starskysynchronizecli.csproj b/starsky/starskysynchronizecli/starskysynchronizecli.csproj
index 12148c11f..f6219590c 100644
--- a/starsky/starskysynchronizecli/starskysynchronizecli.csproj
+++ b/starsky/starskysynchronizecli/starskysynchronizecli.csproj
@@ -5,7 +5,7 @@
net8.0
{7e1136a7-cc43-49d2-91d3-48e557f0fb66}
- 8.0.11
+ 8.0.12
starskysynchronizecli
0.6.4
enable
diff --git a/starsky/starskytest/starskytest.csproj b/starsky/starskytest/starskytest.csproj
index f2a5d0413..2a4b6bd90 100644
--- a/starsky/starskytest/starskytest.csproj
+++ b/starsky/starskytest/starskytest.csproj
@@ -1,7 +1,7 @@
net8.0
- 8.0.11
+ 8.0.12
Full
{b3342a3e-64e1-442f-b4f7-f7a718508aac}
@@ -21,8 +21,8 @@
-
-
+
+
diff --git a/starsky/starskythumbnailcli/starskythumbnailcli.csproj b/starsky/starskythumbnailcli/starskythumbnailcli.csproj
index 90588fc82..54dc93a2b 100644
--- a/starsky/starskythumbnailcli/starskythumbnailcli.csproj
+++ b/starsky/starskythumbnailcli/starskythumbnailcli.csproj
@@ -5,7 +5,7 @@
net8.0
{67e3fb34-1ca8-4a28-a0e0-00ff61821002}
- 8.0.11
+ 8.0.12
starskythumbnailcli
0.6.4
enable
diff --git a/starsky/starskythumbnailmetacli/starskythumbnailmetacli.csproj b/starsky/starskythumbnailmetacli/starskythumbnailmetacli.csproj
index 3c849d304..dd307468c 100644
--- a/starsky/starskythumbnailmetacli/starskythumbnailmetacli.csproj
+++ b/starsky/starskythumbnailmetacli/starskythumbnailmetacli.csproj
@@ -5,7 +5,7 @@
net8.0
{a0cce905-ae43-4d1b-a97a-2bcd2c010ed1}
- 8.0.11
+ 8.0.12
starskythumbnailmetacli
0.6.4
enable
diff --git a/starsky/starskywebftpcli/starskywebftpcli.csproj b/starsky/starskywebftpcli/starskywebftpcli.csproj
index 9de4a7f13..5bc26d939 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.11
+ 8.0.12
Full
0.6.4
enable
diff --git a/starsky/starskywebhtmlcli/starskywebhtmlcli.csproj b/starsky/starskywebhtmlcli/starskywebhtmlcli.csproj
index 928ad5d9a..b965f4f7b 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.11
+ 8.0.12
8.0
true
Full