Update dotnet.yml

This commit is contained in:
Dima yawaflua Andreev
2024-04-18 19:06:41 +03:00
committed by GitHub
parent 50053a1366
commit 6907c9faf1

View File

@@ -19,7 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore -f spworlds-csharp-library.sln
- name: Build