From 25d33d0bf9541633ac0f8447b416c8722c681ef3 Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Fri, 24 Apr 2026 13:08:11 +0800 Subject: [PATCH] =?UTF-8?q?chore(build):=20=E6=9B=B4=E6=96=B0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E9=85=8D=E7=BD=AE=E4=BB=A5=E5=90=AF=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=88=86=E6=9E=90=E5=B9=B6=E4=BF=AE=E6=94=B9=E8=AE=B8?= =?UTF-8?q?=E5=8F=AF=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除测试项目的警告级别设置 - 将包许可证从 MIT 更改为 Apache-2.0 - 为 GFramework 项目启用 .NET 代码分析器 - 保持目标框架 net8.0、net9.0 和 net10.0 的支持 --- GFramework.Core.Tests/GFramework.Core.Tests.csproj | 1 - GFramework.Godot.Tests/GFramework.Godot.Tests.csproj | 1 - GFramework.csproj | 3 ++- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/GFramework.Core.Tests/GFramework.Core.Tests.csproj b/GFramework.Core.Tests/GFramework.Core.Tests.csproj index efea29cf..968fedd2 100644 --- a/GFramework.Core.Tests/GFramework.Core.Tests.csproj +++ b/GFramework.Core.Tests/GFramework.Core.Tests.csproj @@ -7,7 +7,6 @@ enable false true - 0 diff --git a/GFramework.Godot.Tests/GFramework.Godot.Tests.csproj b/GFramework.Godot.Tests/GFramework.Godot.Tests.csproj index fea6d616..8712c964 100644 --- a/GFramework.Godot.Tests/GFramework.Godot.Tests.csproj +++ b/GFramework.Godot.Tests/GFramework.Godot.Tests.csproj @@ -7,7 +7,6 @@ enable false true - 0 diff --git a/GFramework.csproj b/GFramework.csproj index e4af07c1..00e67766 100644 --- a/GFramework.csproj +++ b/GFramework.csproj @@ -8,7 +8,7 @@ Copyright © 2025 https://github.com/GeWuYou/GFramework https://github.com/GeWuYou/GFramework - MIT + Apache-2.0 game;framework true true @@ -16,6 +16,7 @@ README.md net8.0;net9.0;net10.0 false + true false