Skip to content

Commit

Permalink
Install .NET 6.0 and 8.0 SDKs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejball committed May 15, 2024
1 parent 73796db commit 319f104
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
steps:
- name: Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
8.0.x
- name: Check out code
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 319f104

Please sign in to comment.