diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-20 22:59:09 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2025-08-18 17:03:21 +1000 |
| commit | 4558ed9d6cbc59229cd56cc7a6c36b1df0b8199a (patch) | |
| tree | 24b27334ed8dc3cbcdc6cca9def75bca176c8764 /.config/dotnet-tools.json | |
| parent | d7bc8b58f750c1a5c629915ed2097e477d204a67 (diff) | |
NSFW tagging and tag editing
Diffstat (limited to '.config/dotnet-tools.json')
| -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 0000000..558293e --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,12 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-ef": { + "version": "7.0.10", + "commands": [ + "dotnet-ef" + ] + } + } +}
\ No newline at end of file |
