Files
juipnet/Host/.config/dotnet-tools.json

12 lines
164 B
JSON
Raw Normal View History

2020-10-07 20:25:03 +08:00
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "3.1.5",
"commands": [
"dotnet-ef"
]
}
}
}