Skip to content

Commit 4d2e96a

Browse files
committed
setup dotnet6 env
1 parent 97a1887 commit 4d2e96a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/nuget.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
fetch-depth: 0
2121
submodules: recursive
2222

23+
- name: Setup .NET
24+
uses: actions/setup-dotnet@v4
25+
with:
26+
dotnet-version: '6.0.x'
27+
2328
- name: Restore .NET tools
2429
working-directory: ${{github.workspace}}
2530
run: dotnet tool restore

.github/workflows/windows.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323
submodules: recursive
24+
25+
- name: Setup .NET
26+
uses: actions/setup-dotnet@v4
27+
with:
28+
dotnet-version: '6.0.x'
29+
2430
- name: Restore .NET tools
2531
working-directory: ${{github.workspace}}
2632
run: dotnet tool restore

0 commit comments

Comments
 (0)