Skip to content

Commit 68eb786

Browse files
committed
Specify 9.x SDK in CI
1 parent 191c5bb commit 68eb786

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-and-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- name: Install Dotnet
1212
uses: actions/setup-dotnet@v1
13+
with:
14+
dotnet-version: 9.x
1315
- name: Check-out
1416
uses: actions/checkout@master
1517
- name: Building (Release)

.github/workflows/test-and-report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: actions/checkout@master
1919
- name: Install Dotnet
2020
uses: actions/setup-dotnet@v1
21+
with:
22+
dotnet-version: 9.x
2123
- name: Install ReportGenerator
2224
run: dotnet tool install dotnet-reportgenerator-globaltool --tool-path tools
2325
- name: Test

0 commit comments

Comments
 (0)