jamescourtney / FlatSharp

Fast, idiomatic C# implementation of Flatbuffers
Apache License 2.0
497 stars 50 forks source link

Upgrade System.Runtime.CompilerServices.Unsafe from version 4.x.x to 6.x.x #440

Open erimegagon opened 1 month ago

erimegagon commented 1 month ago

Flatsharp requires System.Runtime.CompilerServices.Unsafe:4.5.3

Is it possible to upgrade it to use the latest version of System.Runtime.CompilerServices.Unsafe 6.x? I can help you to do that if you can point me where to put my hands on :)