Skip to content

Commit a1797bc

Browse files
authored
Pin .NET version to 5.0.x
1 parent 4e53468 commit a1797bc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-on-push.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,10 @@ jobs:
7676

7777
- uses: actions/checkout@v1
7878

79-
- name: Setup .NET Core
79+
- name: Setup .NET
8080
uses: actions/setup-dotnet@v1
81+
with:
82+
dotnet-version: '5.0.x'
8183

8284
- name: Build
8385
run: |

0 commit comments

Comments
 (0)