From 8c084e165602594b36f5c26aff67087570e18fe0 Mon Sep 17 00:00:00 2001 From: LiuXin Date: Fri, 5 Dec 2025 15:16:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../UCPlatform.API/.config/dotnet-tools.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 WeiCloud.Fusion/UC_PlatformServices/UCPlatform.API/.config/dotnet-tools.json diff --git a/WeiCloud.Fusion/UC_PlatformServices/UCPlatform.API/.config/dotnet-tools.json b/WeiCloud.Fusion/UC_PlatformServices/UCPlatform.API/.config/dotnet-tools.json new file mode 100644 index 0000000..0d6d304 --- /dev/null +++ b/WeiCloud.Fusion/UC_PlatformServices/UCPlatform.API/.config/dotnet-tools.json @@ -0,0 +1,13 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-ef": { + "version": "10.0.0", + "commands": [ + "dotnet-ef" + ], + "rollForward": false + } + } +} \ No newline at end of file