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 @@ - - + +