Fix not using dotnet 7 for actions in engine (#4591)

This commit is contained in:
Vasilis
2023-11-23 00:43:15 +01:00
committed by GitHub
parent a761fbc09e
commit 05766a2eaa

6
global.json Normal file
View File

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