diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-02-01 00:47:11 +1100 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-02-01 01:50:37 +1100 |
| commit | 7447a54c13631b5ecf7b4e10cef2cbf52a357042 (patch) | |
| tree | 9d441e7892649230490bd8e0000123aa16a7509b /.config | |
| parent | 9a75d6fffe8950eba67595e5457dfe6d6a4b0eab (diff) | |
tmp
Diffstat (limited to '.config')
| -rw-r--r-- | .config/dotnet-tools.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 558293e..e3d2b85 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,10 +3,11 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "7.0.10", + "version": "8.0.23", "commands": [ "dotnet-ef" - ] + ], + "rollForward": false } } }
\ No newline at end of file |
