Update dotnet-ef tools command to 6.0.5

This commit is contained in:
jvyden 2022-05-22 15:22:26 -04:00
commit e8a10245c8
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": "6.0.4", "version": "6.0.5",
"commands": [ "commands": [
"dotnet-ef" "dotnet-ef"
] ]