Skip to content

Commit

Permalink
setup net 5 for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnguyenct committed Sep 21, 2023
1 parent e532658 commit 6c91f7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '5.0'
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 6c91f7a

Please sign in to comment.