fix: Fixes libdeflate gc pin issue (#1794)

This commit is contained in:
Kamron Batman 2024-05-25 18:11:46 -07:00 committed by GitHub
parent 21347c8b6b
commit 21c5e46565
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 8 additions and 15 deletions

View file

@ -54,11 +54,10 @@ public abstract class BaseGuild : ISerializable
public BufferWriter SaveBuffer { get; set; }
public int TypeRef { get; private set; }
public abstract void Serialize(IGenericWriter writer);
public abstract void Deserialize(IGenericReader reader);
public abstract void OnDelete(Mobile mob);
public static BaseGuild FindByName(string name)

View file

@ -55,8 +55,6 @@ public class Entity : IEntity
public BufferWriter SaveBuffer { get; set; }
public int TypeRef => -1;
public Serial Serial { get; }
public Point3D Location { get; private set; }

View file

@ -35,7 +35,7 @@
</Target>
<ItemGroup>
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.2.2" />
<PackageReference Include="LibDeflate.Bindings" Version="1.0.1.120" />
<PackageReference Include="LibDeflate.Bindings" Version="1.0.2.120" />
<PackageReference Include="PollGroup" Version="1.5.0" />
<PackageReference Include="System.IO.Hashing" Version="8.0.0" />