Skip to content

Commit

Permalink
[Minor Change] Update dotnet version (#423)
Browse files Browse the repository at this point in the history
* Update dotnet version

* Update dotnet.yml
  • Loading branch information
zaafar committed Jan 3, 2022
1 parent 89b8275 commit 0adacfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: v5.0.400
dotnet-version: 5.0.x
- name: Restore dependencies
run: dotnet restore src
- name: Build
Expand Down

0 comments on commit 0adacfa

Please sign in to comment.