Skip to content

Commit

Permalink
chore(deps): update dependency dotnet-sdk to v8.0.400 (#82)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency dotnet-sdk to v8.0.400

* use global.json instead of explicit .NET 6 version

* Keep both .net 6 and 8

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: He Qian Wang <[email protected]>
  • Loading branch information
3 people authored Aug 16, 2024
1 parent adee13a commit 7f7acdc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-dotnet@v4

- uses: actions/setup-dotnet@v4
with:
dotnet-version: "6.0.x"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-dotnet@v4

- uses: actions/setup-dotnet@v4
with:
dotnet-version: "6.0.x"
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.303",
"version": "8.0.400",
"rollForward": "latestMinor",
"allowPrerelease": false
}
Expand Down

0 comments on commit 7f7acdc

Please sign in to comment.