Add dotnet-tools.json for ef tools

This commit is contained in:
Cyberboss
2020-04-19 11:12:45 -04:00
parent 885d76b1f2
commit f7bf5e0fc7
@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "3.1.3",
"commands": [
"dotnet-ef"
]
}
}
}