Update dotnet-ef tool to 5.0.12

This commit is contained in:
jvyden 2021-11-07 20:55:36 -05:00
commit aeb3ba12f0
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -3,7 +3,7 @@
"isRoot": true, "isRoot": true,
"tools": { "tools": {
"dotnet-ef": { "dotnet-ef": {
"version": "5.0.11", "version": "5.0.12",
"commands": [ "commands": [
"dotnet-ef" "dotnet-ef"
] ]