Migrate from VSTest to MTP

This commit is contained in:
Youssef1313
2025-12-21 14:33:33 +01:00
parent 3eca508a26
commit 03ed8e6b57
9 changed files with 25 additions and 34 deletions

9
global.json Normal file
View File

@@ -0,0 +1,9 @@
{
"$schema": "https://json.schemastore.org/global.json",
"sdk": {
"version": "10.0.101"
},
"test": {
"runner": "Microsoft.Testing.Platform"
}
}