Downgrade to .net6

This commit is contained in:
2025-08-21 15:30:40 +05:00
parent 2462093e69
commit 4e400974aa
3 changed files with 32 additions and 18 deletions

6
global.json Normal file
View File

@ -0,0 +1,6 @@
{
"sdk": {
"version": "6.0.0",
"rollForward": "latestMajor"
}
}