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.
This commit is contained in:
2026-07-28 12:09:24 +02:00
commit 1138291d79
13 changed files with 279 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"sdk": {
"version": "10.0.0",
"rollForward": "latestMinor",
"allowPrerelease": false
}
}