Update dotnet.yml

This commit is contained in:
Dmitri Shimanski
2025-03-29 02:59:58 +03:00
committed by GitHub
parent 2af82e6fc5
commit 84ab36db55

View File

@@ -14,7 +14,11 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: [6.0.x, 7.0.x, 8.0.x, 9.0.x]
dotnet-version: |
6.0.x
7.0.x
8.0.x
9.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build