B3none / cs2-retakes

CS2 implementation of retakes. Based on the version for CS:GO by Splewis.
GNU General Public License v3.0
182 stars 37 forks source link

Use single JsonSerializerOptions to fix dotnet 8 #94

Closed ipsvn closed 6 months ago

ipsvn commented 6 months ago

This fixes the JSON serialization/deserialization on .NET 8, as the attribute is broken due to a breaking change

B3none commented 6 months ago

Thank you! 🤩