Skip to content

Commit

Permalink
use global.json instead of explicit .NET 6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
heqianwang committed Aug 16, 2024
1 parent d08ff77 commit 55ef75f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

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

- run: ./Build.ps1
shell: pwsh
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

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

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

0 comments on commit 55ef75f

Please sign in to comment.