From f2fcf820c3472c4e4d76af6dad450930b527f1d5 Mon Sep 17 00:00:00 2001 From: Doug Waldron Date: Thu, 13 Nov 2025 15:12:30 -0500 Subject: [PATCH 1/3] Upgrade to .NET 10 --- Directory.Build.props | 2 +- Directory.Packages.props | 9 +++++---- global.json | 2 +- src/ServerCheckupLibrary/ServerCheckupLibrary.csproj | 1 + src/WebApp/libman.json | 4 ++-- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 2f528f3..60875f4 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - net9.0 + net10.0 enable enable diff --git a/Directory.Packages.props b/Directory.Packages.props index bdf882d..15e5701 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -6,12 +6,13 @@ - - - + + + - + + \ No newline at end of file diff --git a/global.json b/global.json index 17b914d..12894f3 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.0", + "version": "10.0.0", "rollForward": "latestFeature", "allowPrerelease": false } diff --git a/src/ServerCheckupLibrary/ServerCheckupLibrary.csproj b/src/ServerCheckupLibrary/ServerCheckupLibrary.csproj index 5419d6c..1fe8868 100644 --- a/src/ServerCheckupLibrary/ServerCheckupLibrary.csproj +++ b/src/ServerCheckupLibrary/ServerCheckupLibrary.csproj @@ -4,6 +4,7 @@ + diff --git a/src/WebApp/libman.json b/src/WebApp/libman.json index 86c4672..a4f5b5b 100644 --- a/src/WebApp/libman.json +++ b/src/WebApp/libman.json @@ -1,5 +1,5 @@ { - "version": "1.0", + "version": "3.0", "defaultProvider": "jsdelivr", "libraries": [ { @@ -10,7 +10,7 @@ ] }, { - "library": "@microsoft/signalr@latest", + "library": "@microsoft/signalr@9.0.6", "destination": "wwwroot/lib/signalr", "files": [ "dist/browser/signalr.js", From 32b1b06352278a771a6f986cdf0e84adbd22d68b Mon Sep 17 00:00:00 2001 From: Doug Waldron Date: Fri, 14 Nov 2025 11:50:55 -0500 Subject: [PATCH 2/3] Remove unused config files --- .run/Watch WebApp.run.xml | 11 ----------- .run/WebApp.run.xml | 17 ----------------- .vscode/settings.json | 6 ------ 3 files changed, 34 deletions(-) delete mode 100644 .run/Watch WebApp.run.xml delete mode 100644 .run/WebApp.run.xml delete mode 100644 .vscode/settings.json diff --git a/.run/Watch WebApp.run.xml b/.run/Watch WebApp.run.xml deleted file mode 100644 index 788028e..0000000 --- a/.run/Watch WebApp.run.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/.run/WebApp.run.xml b/.run/WebApp.run.xml deleted file mode 100644 index 450ebe3..0000000 --- a/.run/WebApp.run.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index ed0c57d..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "sonarlint.connectedMode.project": { - "connectionId": "gaepdit", - "projectKey": "gaepdit_server-checkup" - } -} \ No newline at end of file From 7caa0ae8b87a6f82d20bb2a57483f574e89334cb Mon Sep 17 00:00:00 2001 From: Doug Waldron Date: Wed, 14 Jan 2026 17:56:45 -0500 Subject: [PATCH 3/3] Update NuGet packages --- Directory.Packages.props | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 15e5701..386a035 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,16 +3,16 @@ true - + - + - - + + - + - + \ No newline at end of file