add global.json sdk.allowPrerelease=false

This commit is contained in:
ChsBuffer
2021-07-16 02:20:10 +08:00
parent 87a3581dff
commit 3462a3badf
3 changed files with 10 additions and 0 deletions

5
global.json Normal file
View File

@@ -0,0 +1,5 @@
{
"sdk": {
"allowPrerelease": false
}
}