Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hueifeng committed Aug 30, 2024
2 parents 3059948 + 6dc0043 commit e63b20d
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 e63b20d

Please sign in to comment.