Skip to content

Commit

Permalink
Keep both .net 6 and 8
Browse files Browse the repository at this point in the history
  • Loading branch information
heqianwang committed Aug 16, 2024
1 parent 55ef75f commit c8ac27a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-dotnet@v4

- uses: actions/setup-dotnet@v4
with:
global-json-file: "global.json"
dotnet-version: "6.0.x"

- run: ./Build.ps1
shell: pwsh
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-dotnet@v4

- uses: actions/setup-dotnet@v4
with:
global-json-file: "global.json"
dotnet-version: "6.0.x"

- run: ./Build.ps1
shell: pwsh
Expand Down

0 comments on commit c8ac27a

Please sign in to comment.