From c2512ef61ccded3fb6c36456f115d6aca73ba973 Mon Sep 17 00:00:00 2001 From: JEFF Date: Wed, 12 Feb 2025 15:18:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=A8=8B=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Frontend_test/.config/dotnet-tools.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Frontend_test/.config/dotnet-tools.json diff --git a/Frontend_test/.config/dotnet-tools.json b/Frontend_test/.config/dotnet-tools.json new file mode 100644 index 0000000..13049e1 --- /dev/null +++ b/Frontend_test/.config/dotnet-tools.json @@ -0,0 +1,13 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-ef": { + "version": "9.0.2", + "commands": [ + "dotnet-ef" + ], + "rollForward": false + } + } +} \ No newline at end of file