booking-microservices/.config/dotnet-tools.json
2026-02-13 17:29:58 +03:30

24 lines
370 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-outdated-tool": {
"version": "4.6.9",
"commands": [
"dotnet-outdated"
]
},
"dotnet-ef": {
"version": "10.0.3",
"commands": [
"dotnet-ef"
]
},
"aspire.cli": {
"version": "13.1.1",
"commands": [
"aspire"
]
}
}
}