diff options
Diffstat (limited to '.config/dotnet-tools.json')
| -rw-r--r-- | .config/dotnet-tools.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json new file mode 100644 index 0000000..e3d2b85 --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,13 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-ef": { + "version": "8.0.23", + "commands": [ + "dotnet-ef" + ], + "rollForward": false + } + } +}
\ No newline at end of file |
