ProjectLighthouse/.config/dotnet-tools.json
2024-05-31 13:53:41 -04:00

18 lines
No EOL
264 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "8.0.6",
"commands": [
"dotnet-ef"
]
},
"dotnet-trace": {
"version": "8.0.452401",
"commands": [
"dotnet-trace"
]
}
}
}