request/global.json
Louis Seubert e1e02c44a0
All checks were successful
default / dotnet-default-workflow (push) Successful in 2m0s
feat: create request projects for basic CQRS
2026-05-26 22:19:51 +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"
}
}