Skip to content

Commit 6baaeef

Browse files
authored
Merge pull request #972 from jbogard/fix-build
Installing .NET 8
2 parents 86495e3 + 8a37574 commit 6baaeef

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup dotnet 8.0
2323
uses: actions/setup-dotnet@v1
2424
with:
25-
dotnet-version: '8.0.100-rc.2.23502.2'
25+
dotnet-version: '8.0.100'
2626
- name: Build and Test
2727
run: ./Build.ps1
2828
shell: pwsh

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
uses: actions/setup-dotnet@v1
2121
with:
2222
dotnet-version: '6.0.x'
23+
- name: Setup dotnet 8.0
24+
uses: actions/setup-dotnet@v1
25+
with:
26+
dotnet-version: '8.0.100'
2327
- name: Build and Test
2428
run: ./Build.ps1
2529
shell: pwsh

0 commit comments

Comments
 (0)