Skip to content

Commit

Permalink
Fix dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaljakubis committed Jul 4, 2024
1 parent 5530bcd commit c93cdee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
dotnet-version: '8.0.0'

- name: Install dependencies
run: |
Expand Down
12 changes: 6 additions & 6 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"version": "8.0.0",
"rollForward": "latestMajor",
"allowPrerelease": false
}
{
"sdk": {
"version": "8.0.100",
"rollForward": "latestMajor",
"allowPrerelease": false
}
}

0 comments on commit c93cdee

Please sign in to comment.