diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-20 22:59:09 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-08-20 22:59:09 +1000 |
| commit | c29bdd4a9ec782411f57e3c798e1bb01ca7d417d (patch) | |
| tree | fdb2046af3454a96a9733e156b9c86f538eea21c /.config | |
| parent | dfff79815acc86c02dd94716098d409d3fe46ab7 (diff) | |
NSFW tagging and tag editing
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 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 |
