setup multiple dotnet versions
All checks were successful
.NET Test / .NET tests (push) Successful in 2m44s
.NET Publish / publish (push) Successful in 51s

This commit is contained in:
2025-11-11 21:53:10 +04:00
parent 85721b9769
commit d11c74e5d6

View File

@@ -25,7 +25,10 @@ jobs:
- name: Setup .NET - name: Setup .NET
uses: https://github.com/actions/setup-dotnet@v4 uses: https://github.com/actions/setup-dotnet@v4
with: with:
dotnet-version: 10.0.x dotnet-version: |
8.0.x
9.0.x
10.0.x
- name: Restore dependencies - name: Restore dependencies
run: dotnet restore run: dotnet restore