Dotnet 9.x Update

- updated all nugets to latest 9.x versions
- linting fixes
This commit is contained in:
Brett Hewitson 2025-03-21 07:04:30 +10:00
parent 9bf5975fe6
commit 0c409f08d2
3 changed files with 5 additions and 5 deletions

View file

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