From 503c1dc950541ca9702169293e3d8b1d150786f6 Mon Sep 17 00:00:00 2001 From: yanghongwei Date: Fri, 28 Mar 2025 21:58:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=A4=9A=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/dotnet-tools.json | 5 +++++ LY.App.csproj | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .config/dotnet-tools.json diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json new file mode 100644 index 0000000..b0e38ab --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,5 @@ +{ + "version": 1, + "isRoot": true, + "tools": {} +} \ No newline at end of file diff --git a/LY.App.csproj b/LY.App.csproj index 57ddcd1..c5e7e00 100644 --- a/LY.App.csproj +++ b/LY.App.csproj @@ -2,6 +2,8 @@ net6.0 + + en disable enable Linux @@ -15,7 +17,6 @@ -