remove warning

This commit is contained in:
ww-rm
2025-07-26 22:28:25 +08:00
parent ddd3e94698
commit fa00f0064e

View File

@@ -11,6 +11,10 @@
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
</PropertyGroup> </PropertyGroup>
<PropertyGroup>
<NoWarn>$(NoWarn);NETSDK1206</NoWarn>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\SFMLRenderer\SFMLRenderer.csproj" /> <ProjectReference Include="..\SFMLRenderer\SFMLRenderer.csproj" />
<ProjectReference Include="..\Spine\Spine.csproj" /> <ProjectReference Include="..\Spine\Spine.csproj" />