Skip to content

Commit

Permalink
Dump to latest .NET SDK [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Jun 22, 2021
1 parent fdd4e59 commit aaeb584
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v1.8.0
with:
dotnet-version: 3.1.x
dotnet-version: 5.0.x

- name: Restore
run: dotnet restore
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1.8.0
with:
dotnet-version: 3.1.x
dotnet-version: 5.0.x

- name: Get certificate
id: cert_file
Expand Down

0 comments on commit aaeb584

Please sign in to comment.