🔧 Updates global.json to include SDK configuration for prerelease support

This commit is contained in:
2026-03-16 19:01:16 +02:00
parent 153ecc80df
commit cc7e434348

View File

@@ -1,4 +1,7 @@
{
"sdk": {
"allowPrerelease": true
},
"test": {
"runner": "Microsoft.Testing.Platform"
}