Skip to content

Commit

Permalink
Update dependency dotnet-sdk to v9 (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Raphael Strotz <[email protected]>
Co-authored-by: Fabian Amhof <[email protected]>
  • Loading branch information
3 people authored Feb 4, 2025
1 parent ee92de7 commit 2d2dbc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
6.0
7.0
8.0
9.0
- name: Cache Tools
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"allowPrerelease": true,
"version": "8.0.405",
"version": "9.0.100",
"rollForward": "latestFeature"
}
}

0 comments on commit 2d2dbc2

Please sign in to comment.