Skip to content

Commit

Permalink
Merge pull request #972 from jbogard/fix-build
Browse files Browse the repository at this point in the history
Installing .NET 8
  • Loading branch information
jbogard committed Nov 17, 2023
2 parents 86495e3 + 8a37574 commit 6baaeef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup dotnet 8.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.100-rc.2.23502.2'
dotnet-version: '8.0.100'
- name: Build and Test
run: ./Build.ps1
shell: pwsh
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Setup dotnet 8.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.100'
- name: Build and Test
run: ./Build.ps1
shell: pwsh
Expand Down

0 comments on commit 6baaeef

Please sign in to comment.