Skip to content

Commit

Permalink
Update dotnet-core.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hueifeng authored Aug 30, 2024
1 parent 21255d6 commit 6dc0043
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ jobs:
with:
dotnet-version: '6.0.x'
include-prerelease: true
- name: 🔨 Use .NET 7.0.X SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
include-prerelease: true
- name: 🔨 Use .NET 8.0.X SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
include-prerelease: true
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 6dc0043

Please sign in to comment.