chore(dependencies): 移除 LanguageExt 相关依赖和引用

- 从 GFramework.Game 项目中移除 LanguageExt.Core 包引用
- 从 GFramework.Godot 项目中移除 LanguageExt.Core 包引用
- 从全局引用文件中移除 LanguageExt.Common 引用
- 从全局引用文件中移除 LanguageExt.Effects 引用
- 从全局引用文件中移除 LanguageExt.Pretty 引用
- 保留必要的 System.Threading.Tasks 引用
This commit is contained in:
GeWuYou 2026-03-03 22:05:18 +08:00 committed by gewuyou
parent 1df4e78cdc
commit b417ece73a
4 changed files with 2 additions and 10 deletions

View File

@ -12,7 +12,6 @@
<ProjectReference Include="..\$(AssemblyName).Abstractions\$(AssemblyName).Abstractions.csproj"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="LanguageExt.Core" Version="4.4.9"/>
<PackageReference Include="Newtonsoft.Json" Version="13.0.4"/>
</ItemGroup>
</Project>

View File

@ -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;
global using System.Threading.Tasks;

View File

@ -12,7 +12,6 @@
<PackageReference Include="Godot.SourceGenerators" Version="4.6.1" PrivateAssets="all"/>
<PackageReference Include="GodotSharp" Version="4.6.1"/>
<PackageReference Include="GodotSharpEditor" Version="4.6.1" PrivateAssets="all"/>
<PackageReference Include="LanguageExt.Core" Version="4.4.9"/>
</ItemGroup>
<ItemGroup>

View File

@ -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;
global using System.Threading.Tasks;