From 53ccf5b358941ba4fda5ae67834be514214303d2 Mon Sep 17 00:00:00 2001 From: michele Date: Thu, 30 Jan 2025 16:45:09 +0100 Subject: [PATCH] dotneet --- ApiAdHoc_Odoo/.config/dotnet-tools.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ApiAdHoc_Odoo/.config/dotnet-tools.json diff --git a/ApiAdHoc_Odoo/.config/dotnet-tools.json b/ApiAdHoc_Odoo/.config/dotnet-tools.json new file mode 100644 index 0000000..159811c --- /dev/null +++ b/ApiAdHoc_Odoo/.config/dotnet-tools.json @@ -0,0 +1,13 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-ef": { + "version": "9.0.1", + "commands": [ + "dotnet-ef" + ], + "rollForward": false + } + } +} \ No newline at end of file