added net10.0 support
Some checks failed
.NET Test / .NET tests (push) Failing after 1m0s

This commit is contained in:
2025-11-11 21:48:35 +04:00
parent f7484b35e2
commit 85721b9769
4 changed files with 29 additions and 17 deletions

View File

@@ -10,13 +10,16 @@ jobs:
publish:
runs-on: ubuntu-latest
env:
DOTNET_CLI_TELEMETRY_OPTOUT: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5
- name: Setup .NET
uses: https://github.com/actions/setup-dotnet@v3
uses: https://github.com/actions/setup-dotnet@v4
with:
dotnet-version: 9.x
dotnet-version: 10.x
- name: Restore dependencies
run: dotnet restore Core/Core.csproj