Skip to content

Commit 62adad5

Browse files
committed
Updated to .NET 7.0 No more need to fix .NET to 5.x
1 parent 175add7 commit 62adad5

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

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

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

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

4442
- name: Build
4543
run: |
@@ -48,7 +46,7 @@ jobs:
4846
env:
4947
# Work around https://github.com/actions/setup-dotnet/issues/29
5048
DOTNET_ROOT: ${{ runner.tool_cache }}/dncs/${{ matrix.dotnet }}/x64
51-
CI: true
49+
CI: true
5250

5351
linux-test-self-hosted:
5452
name: Linux Self-Hosted Test

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ jobs:
7878

7979
- name: Setup .NET
8080
uses: actions/setup-dotnet@v1
81-
with:
82-
dotnet-version: '5.0.x'
8381

8482
- name: Build
8583
run: |

0 commit comments

Comments
 (0)