diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-10-17 14:29:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-17 14:29:19 +0200 |
| commit | 59ac5481288bb75b5768d1286038b5c2d3844c78 (patch) | |
| tree | 1105ad7c2536fad4503adff03ecd6ffb6bcb64b4 /.config | |
| parent | 6fce863146edd6ab33b09e18025cce97cc9e85f5 (diff) | |
| parent | 13f46e3fff0cd387a7ed1fe34168e9fd83ea65ef (diff) | |
Merge pull request #10270 from crobibero/chromecast-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 |
