Skip to content

Commit

Permalink
Add dotnet 7.x SDK for building
Browse files Browse the repository at this point in the history
  • Loading branch information
eNeRGy164 committed Sep 5, 2023
1 parent 3b6f6d7 commit 7b6b4c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.x
dotnet-version: |
6.x
7.x
- name: Install dependencies
run: dotnet restore
Expand Down

0 comments on commit 7b6b4c2

Please sign in to comment.