Potentially fix workflows using net8 (#21841)

This commit is contained in:
Vasilis
2023-11-22 22:25:02 +01:00
committed by GitHub
parent 511cd07727
commit 068f58d2b8

6
global.json Normal file
View File

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