Update to .NET 10

This commit is contained in:
Tyrrrz
2025-11-11 19:46:22 +02:00
parent 607ec7442f
commit 380dd6d511
4 changed files with 10 additions and 10 deletions

6
global.json Normal file
View File

@@ -0,0 +1,6 @@
{
"sdk": {
"version": "10.0.100",
"rollForward": "latestFeature"
}
}