Skip to content

Commit

Permalink
Preventing Dependabot from using .NET Previews
Browse files Browse the repository at this point in the history
Preventing Dependabot from using .NET Previews since version 10 is available and it's too early to use.
  • Loading branch information
HotCakeX committed Feb 27, 2025
1 parent 97df2c0 commit 6c3d3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppControl Manager/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"sdk": {
"version": "9.0.200",
"rollForward": "latestMajor",
"allowPrerelease": true
"allowPrerelease": false
}
}

0 comments on commit 6c3d3d4

Please sign in to comment.