From b417ece73a29fdc5a2253564996817601f1b65da Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Tue, 3 Mar 2026 22:05:18 +0800 Subject: [PATCH] =?UTF-8?q?chore(dependencies):=20=E7=A7=BB=E9=99=A4=20Lan?= =?UTF-8?q?guageExt=20=E7=9B=B8=E5=85=B3=E4=BE=9D=E8=B5=96=E5=92=8C?= =?UTF-8?q?=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 从 GFramework.Game 项目中移除 LanguageExt.Core 包引用 - 从 GFramework.Godot 项目中移除 LanguageExt.Core 包引用 - 从全局引用文件中移除 LanguageExt.Common 引用 - 从全局引用文件中移除 LanguageExt.Effects 引用 - 从全局引用文件中移除 LanguageExt.Pretty 引用 - 保留必要的 System.Threading.Tasks 引用 --- GFramework.Game/GFramework.Game.csproj | 1 - GFramework.Game/GlobalUsings.cs | 5 +---- GFramework.Godot/GFramework.Godot.csproj | 1 - GFramework.Godot/GlobalUsings.cs | 5 +---- 4 files changed, 2 insertions(+), 10 deletions(-) diff --git a/GFramework.Game/GFramework.Game.csproj b/GFramework.Game/GFramework.Game.csproj index e7a6d25..4c3cce7 100644 --- a/GFramework.Game/GFramework.Game.csproj +++ b/GFramework.Game/GFramework.Game.csproj @@ -12,7 +12,6 @@ - diff --git a/GFramework.Game/GlobalUsings.cs b/GFramework.Game/GlobalUsings.cs index c2615ab..74db065 100644 --- a/GFramework.Game/GlobalUsings.cs +++ b/GFramework.Game/GlobalUsings.cs @@ -16,7 +16,4 @@ global using System.Collections.Generic; global using System.Collections.Concurrent; global using System.Linq; global using System.Threading; -global using System.Threading.Tasks; -global using LanguageExt.Common; -global using LanguageExt.Effects; -global using LanguageExt.Pretty; \ No newline at end of file +global using System.Threading.Tasks; \ No newline at end of file diff --git a/GFramework.Godot/GFramework.Godot.csproj b/GFramework.Godot/GFramework.Godot.csproj index 0db25cf..8c0f986 100644 --- a/GFramework.Godot/GFramework.Godot.csproj +++ b/GFramework.Godot/GFramework.Godot.csproj @@ -12,7 +12,6 @@ - diff --git a/GFramework.Godot/GlobalUsings.cs b/GFramework.Godot/GlobalUsings.cs index 05d852c..4d27181 100644 --- a/GFramework.Godot/GlobalUsings.cs +++ b/GFramework.Godot/GlobalUsings.cs @@ -15,7 +15,4 @@ global using System; global using System.Collections.Generic; global using System.Linq; global using System.Threading; -global using System.Threading.Tasks; -global using LanguageExt.Common; -global using LanguageExt.Effects; -global using LanguageExt.Pretty; \ No newline at end of file +global using System.Threading.Tasks; \ No newline at end of file