diff options
author | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-05-25 20:00:03 +0200 |
---|---|---|
committer | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-05-25 20:00:03 +0200 |
commit | 8d96241a6958a5797d7bf203fbfb2bfe2a4ec391 (patch) | |
tree | 373ab9b113ecbe20bf6fad30ad4a7a860e3f4a69 /backend/api | |
parent | 7dc17a7b94984d24829b6e30ee575e493f2ab787 (diff) | |
parent | 54a1eaf3b2176a41dcd2677eb64843638852c371 (diff) |
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into redesign
Diffstat (limited to 'backend/api')
-rw-r--r-- | backend/api/api/.config/dotnet-tools.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/backend/api/api/.config/dotnet-tools.json b/backend/api/api/.config/dotnet-tools.json new file mode 100644 index 00000000..e80b80ff --- /dev/null +++ b/backend/api/api/.config/dotnet-tools.json @@ -0,0 +1,12 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-ef": { + "version": "6.0.5", + "commands": [ + "dotnet-ef" + ] + } + } +}
\ No newline at end of file |