diff options
| author | Cody Robibero <cody@robibe.ro> | 2023-09-23 10:59:13 -0600 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2023-09-23 11:04:53 -0600 |
| commit | ba7e3bfd82aeee3c74a99fa1f4ca94deca8b4dbe (patch) | |
| tree | 2cc018ba10941f0aadcf24f79db42bc92b3d06b9 /.config | |
| parent | 25faf8b1d990218e73509d6e3d63734b27e10999 (diff) | |
Migrate to customizable cast receiver config
Diffstat (limited to '.config')
| -rw-r--r-- | .config/dotnet-tools.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json new file mode 100644 index 000000000..96be437d5 --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,12 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-ef": { + "version": "7.0.11", + "commands": [ + "dotnet-ef" + ] + } + } +}
\ No newline at end of file |
