ibms-dome/Backend/.config/dotnet-tools.json

12 lines
153 B
JSON
Raw Normal View History

2022-10-14 16:08:54 +08:00
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "6.0.0",
"commands": [
"dotnet-ef"
]
}
}
}