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 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..386a035 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,15 +3,16 @@ true - + - - - - + + + + - - - + + + + \ 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",