Skip to content

Commit 4e53468

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838

3939
- name: Setup .NET Core
4040
uses: actions/setup-dotnet@v1
41+
with:
42+
dotnet-version: '5.0.x'
4143

4244
- name: Build
4345
run: |
@@ -46,7 +48,7 @@ jobs:
4648
env:
4749
# Work around https://github.com/actions/setup-dotnet/issues/29
4850
DOTNET_ROOT: ${{ runner.tool_cache }}/dncs/${{ matrix.dotnet }}/x64
49-
CI: true
51+
CI: true
5052

5153
linux-test-self-hosted:
5254
name: Linux Self-Hosted Test

0 commit comments

Comments
 (0)