Skip to content

Commit

Permalink
Update dotnet-ef tool to match NuGet packages
Browse files Browse the repository at this point in the history
We've switched to version 8.0.8 of the EF Core NuGet packages, so we
should update the dotnet-ef command-line tool to the same version.
  • Loading branch information
rmunn committed Sep 26, 2024
1 parent f0e324b commit 838ff0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "8.0.5",
"version": "8.0.8",
"commands": [
"dotnet-ef"
]
}
}
}
}

0 comments on commit 838ff0b

Please sign in to comment.