Skip to content

Commit

Permalink
#49 use newer version of setup-dotnet but with fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Sep 22, 2020
1 parent 0c9d3e0 commit fc797cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup dotnet 3.1
uses: actions/setup-dotnet@v1.6.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x'
dotnet-version: '3.1.402'
- name: Setup dotnet 5.0
uses: actions/setup-dotnet@v1.6.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.100-rc.1.20452.10'
- name: Restore
Expand Down

0 comments on commit fc797cd

Please sign in to comment.