Files
DodoSSH/global.json
T
jaap-jan 1138291d79 Add pristine dotnet new webapi scaffold
Baseline commit of the untouched template so the M0 restructure lands as a
reviewable diff rather than appearing as the initial state.

Includes .gitignore and .gitattributes only; no source changes.
2026-07-28 12:09:24 +02:00

7 lines
106 B
JSON

{
"sdk": {
"version": "10.0.0",
"rollForward": "latestMinor",
"allowPrerelease": false
}
}