process/global.json
Louis Seubert 8f91cee8a3
Some checks failed
default / dotnet default workflow (push) Failing after 30s
build: initial project release
2026-01-20 22:41:16 +01: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"
}
}