fix support for crossplay servers
All checks were successful
Build / Compute Version (push) Successful in 6s
Build / Build Nuget package (NuGet) (push) Successful in 4m0s
Build / Build Nuget package (CringeBootstrap.Abstractions) (push) Successful in 4m15s
Build / Build Nuget package (SharedCringe) (push) Successful in 4m16s
Build / Build Nuget package (CringePlugins) (push) Successful in 4m41s
Build / Build Launcher (push) Successful in 5m29s

This commit is contained in:
zznty
2025-07-08 23:01:02 +07:00
parent bac80f9b2b
commit d6882a5dd1
3 changed files with 108 additions and 0 deletions

View File

@@ -12,12 +12,17 @@
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<!-- Required for Serialization of List<MyGameInventoryItem> in VRage.GameServices.MyInventoryHelper -->
<!-- Deserialization is patched to use safer NrbfDecoder instead -->
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
<ApplicationIcon>..\icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NLog.Schema" Version="5.3.4" />
<PackageReference Include="Velopack" Version="0.0.942" />
<PackageReference Include="System.Runtime.Serialization.Formatters" Version="9.0.6" />
</ItemGroup>
<ItemGroup>