New API project with code skeleton

This commit is contained in:
2026-02-04 21:01:21 +02:00
parent d727e1af47
commit 03fceb019f
10 changed files with 580 additions and 0 deletions

6
global.json Normal file
View File

@@ -0,0 +1,6 @@
{
"sdk": {
"version": "10.0.100",
"allowPrerelease": true
}
}