Coding/BinaryDad.Coding/.config/dotnet-tools.json

12 lines
153 B
JSON
Raw Normal View History

2021-07-20 02:02:14 +00:00
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "5.0.8",
"commands": [
"dotnet-ef"
]
}
}
}