Skip to content

Commit

Permalink
Don't .net version roll forward
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Nielsen committed Feb 25, 2025
1 parent 01bea65 commit 309dae5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"sdk": {
"version": "9.0.100"
"version": "9.0.100",
"rollForward": "disable"
}
}

0 comments on commit 309dae5

Please sign in to comment.