drinkMe/drinkMe/Server/.config/dotnet-tools.json

12 lines
164 B
JSON
Raw Normal View History

2021-04-26 19:40:49 +02:00
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "5.0.5",
"commands": [
"dotnet-ef"
]
}
}
}