Skip to content

Commit

Permalink
updated global.json to use exact version of dotnet 6
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Mar 28, 2024
1 parent f7b18f4 commit a810058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.300",
"rollForward": "latestMajor"
"version": "6.0.403",
"rollForward": "disable"
}
}

0 comments on commit a810058

Please sign in to comment.