Skip to content

Commit 3c3e708

Browse files
committed
Update workflow
1 parent 21ac704 commit 3c3e708

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424

2525
- name: Setup .NET Core
2626
uses: actions/setup-dotnet@v4
27-
with:
28-
dotnet-version: 7.0.x
2927

3028
- name: Install dependencies
3129
run: dotnet restore

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525

2626
- name: Setup .NET Core
2727
uses: actions/setup-dotnet@v4
28-
with:
29-
dotnet-version: 7.0.x
3028

3129
- name: Install dependencies
3230
run: dotnet restore

0 commit comments

Comments
 (0)