Partially updated to .net 10

This commit is contained in:
2025-12-14 19:51:36 +01:00
parent 0fa955f794
commit 8a16658dfe
7 changed files with 26 additions and 37 deletions

7
global.json Normal file
View File

@@ -0,0 +1,7 @@
{
"sdk": {
"version": "10.0.0",
"rollForward": "latestMajor",
"allowPrerelease": true
}
}