Skip to content

Commit

Permalink
dotnet 8
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenis-stx committed May 2, 2024
1 parent 3de36a0 commit 51e033e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
- name: Restore
run: dotnet restore
- name: Build
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
- name: Set VERSION environment variable
run: |
echo GitHub_ref: $GITHUB_REF
Expand Down

0 comments on commit 51e033e

Please sign in to comment.