refactor(tests): 移除项目警告级别配置

- 移除了 GFramework.Cqrs.Tests 项目的 WarningLevel 配置
- 使测试项目遵循默认警告级别设置
This commit is contained in:
GeWuYou 2026-04-15 15:27:14 +08:00
parent 1c5c5c812a
commit 28cdf791df

View File

@ -7,7 +7,6 @@
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<WarningLevel>0</WarningLevel>
</PropertyGroup>
<ItemGroup>