Skip to content

Commit

Permalink
Use latest version - maybe this works on ubuntu?
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrawehr committed Sep 30, 2024
1 parent c8e6b33 commit 282b983
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"tools": {
"dotnet": "8.0.108",
"dotnet": "8.0.300",
"runtimes": {
"dotnet/x64": [
"6.0.16"
"8.0.5"
],
"dotnet/arm64": [
"6.0.16"
"8.0.5"
]
}
},
"sdk": {
"version": "8.0.108",
"version": "8.0.300",
"allowPrerelease": true,
"rollForward": "major"
},
Expand Down

0 comments on commit 282b983

Please sign in to comment.