Ensure compilation against .NET 8 SDK only.

This commit is contained in:
2025-08-14 03:34:53 +01:00
parent c2ad8bab26
commit b17b7d8b8b

6
global.json Normal file
View File

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