booking-microservices/.config/dotnet-tools.json
2025-07-29 23:13:26 +03:30

27 lines
470 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-outdated-tool": {
"version": "4.6.4",
"commands": [
"dotnet-outdated"
],
"rollForward": false
},
"dotnet-ef": {
"version": "9.0.0",
"commands": [
"dotnet-ef"
],
"rollForward": false
},
"aspire.cli": {
"version": "9.4.0-preview.1.25378.8",
"commands": [
"aspire"
],
"rollForward": false
}
}
}