Update dotnet.yml

This commit is contained in:
Dima yawaflua
2023-12-19 12:05:23 +03:00
committed by GitHub
parent 0f6c637e3e
commit 5759241313

View File

@@ -19,7 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build