Potentially fix workflows using net8 (#21841)

This commit is contained in:
Vasilis 2023-11-22 22:25:02 +01:00 committed by Debug
parent 4956fe73b0
commit 00c87593b4
1 changed files with 4 additions and 3 deletions

View File

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