From 0c409f08d2a8275c94e064df2b08e79ab54a0056 Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Fri, 21 Mar 2025 07:04:30 +1000 Subject: [PATCH] Dotnet 9.x Update - updated all nugets to latest 9.x versions - linting fixes --- .github/workflows/webapi.yml | 2 +- src/QueryMaster/QueryMaster.csproj | 2 +- .../ServerManager.WebApplication.csproj | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/webapi.yml b/.github/workflows/webapi.yml index 565934bb..75a17567 100644 --- a/.github/workflows/webapi.yml +++ b/.github/workflows/webapi.yml @@ -20,7 +20,7 @@ jobs: - name: Set up .NET Core uses: actions/setup-dotnet@v4.3.1 with: - dotnet-version: '8.0.x' + dotnet-version: '9.0.x' - name: Build with dotnet run: dotnet build ./src/ServerManager.WebApplication/ServerManager.WebApplication.csproj --configuration Release diff --git a/src/QueryMaster/QueryMaster.csproj b/src/QueryMaster/QueryMaster.csproj index 7f67be1a..4cdf23ff 100644 --- a/src/QueryMaster/QueryMaster.csproj +++ b/src/QueryMaster/QueryMaster.csproj @@ -11,6 +11,6 @@ false - + \ No newline at end of file diff --git a/src/ServerManager.WebApplication/ServerManager.WebApplication.csproj b/src/ServerManager.WebApplication/ServerManager.WebApplication.csproj index 50d58538..f50d71f5 100644 --- a/src/ServerManager.WebApplication/ServerManager.WebApplication.csproj +++ b/src/ServerManager.WebApplication/ServerManager.WebApplication.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 Debug;Release Art\favicon.ico @@ -19,8 +19,8 @@ - - + +