summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-02-02 08:17:17 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-02-02 08:17:17 +0300
commit3f54d070e72955db80f410ba74a73846df1fbe09 (patch)
treee152549eb2a4256e8155970fef759ced65138967 /.config
parent591bf9056b86e0a4a94e8761d011a885c4b0b34c (diff)
Add docker support
Diffstat (limited to '.config')
-rw-r--r--.config/dotnet-tools.json12
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..f331fe5
--- /dev/null
+++ b/.config/dotnet-tools.json
@@ -0,0 +1,12 @@
+{
+ "version": 1,
+ "isRoot": true,
+ "tools": {
+ "dotnet-ef": {
+ "version": "7.0.2",
+ "commands": [
+ "dotnet-ef"
+ ]
+ }
+ }
+} \ No newline at end of file