Adds code

This commit is contained in:
Michel Fedde 2025-10-24 14:33:20 +02:00
commit fbc41da444
15 changed files with 208 additions and 0 deletions

7
global.json Normal file
View file

@ -0,0 +1,7 @@
{
"sdk": {
"version": "8.0.0",
"rollForward": "latestMinor",
"allowPrerelease": false
}
}