Update dotnet.yml

This commit is contained in:
Meysam Hadeli 2022-11-16 00:43:59 +03:30 committed by GitHub
parent 27a0b74a9f
commit 2dfcf1a857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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