Merge pull request #366 from meysamhadeli/chore/update-config-file

chore: update .config file
This commit is contained in:
Meysam Hadeli 2026-02-13 17:49:13 +03:30 committed by GitHub
commit bd94742d18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,25 +3,22 @@
"isRoot": true, "isRoot": true,
"tools": { "tools": {
"dotnet-outdated-tool": { "dotnet-outdated-tool": {
"version": "4.6.4", "version": "4.6.9",
"commands": [ "commands": [
"dotnet-outdated" "dotnet-outdated"
], ]
"rollForward": false
}, },
"dotnet-ef": { "dotnet-ef": {
"version": "9.0.0", "version": "10.0.3",
"commands": [ "commands": [
"dotnet-ef" "dotnet-ef"
], ]
"rollForward": false
}, },
"aspire.cli": { "aspire.cli": {
"version": "9.4.0-preview.1.25378.8", "version": "13.1.1",
"commands": [ "commands": [
"aspire" "aspire"
], ]
"rollForward": false
} }
} }
} }