process/global.json
Louis Seubert 48c483c568
All checks were successful
release / dotnet-release-workflow (push) Successful in 1m23s
build: initial project release
2026-05-10 10:49:39 +02:00

11 lines
203 B
JSON

{
"$schema": "https://www.schemastore.org/global.json",
"sdk": {
"version": "10.0.0",
"rollForward": "latestMinor"
},
"msbuild-sdks": {},
"test": {
"runner": "Microsoft.Testing.Platform"
}
}