Skip to content

Commit

Permalink
Fixing actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
daveaglick committed Oct 31, 2022
1 parent eba45af commit 585b2be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
with:
submodules: recursive
- name: Install .NET Core SDK
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
include-prerelease: true
dotnet-version: |
3.1.x
7.0.x
Expand Down

0 comments on commit 585b2be

Please sign in to comment.