mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Dotnet 9.x Update
- updated all nugets to latest 9.x versions - linting fixes
This commit is contained in:
parent
9bf5975fe6
commit
0c409f08d2
3 changed files with 5 additions and 5 deletions
2
.github/workflows/webapi.yml
vendored
2
.github/workflows/webapi.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue