Change dotnet version
All checks were successful
First CI / build (linux-x64) (push) Successful in 1m13s
First CI / build (win-x64) (push) Successful in 1m19s

This commit is contained in:
Uladzislau Kamisarau
2025-11-21 13:48:19 +01:00
parent f6c70ff3cb
commit ab56e302d3

View File

@@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-dotnet@v3 - uses: actions/setup-dotnet@v3
with: with:
dotnet-version: '8.0.x' dotnet-version: '9.0.x'
- run: dotnet restore - run: dotnet restore