Skip to content

Commit c838d72

Browse files
committed
ci: dotnet version
1 parent 02bcba9 commit c838d72

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/publish-package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
with:
3232
dotnet-version: 2.1.x
3333

34+
- name: Setup .NET 6
35+
uses: actions/setup-dotnet@v1
36+
with:
37+
dotnet-version: 6.0.x
38+
3439
- name: Restore dependencies
3540
run: dotnet restore
3641

.github/workflows/pull-request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
with:
2121
dotnet-version: 5.0.x
2222

23+
- name: Setup .NET 6
24+
uses: actions/setup-dotnet@v1
25+
with:
26+
dotnet-version: 6.0.x
27+
2328
- name: Setup .NET Core 3.1
2429
uses: actions/setup-dotnet@v1
2530
with:

0 commit comments

Comments
 (0)