msgpack-cli icon indicating copy to clipboard operation
msgpack-cli copied to clipboard

Net Standard 2

Open simonziegler opened this issue 7 years ago • 1 comments

Hi,

Do you have plans to support .net standard 2? I attempted to use this library to enhace serialisation speed with Blazor, but was unable to due to the lack of the System.Reflection.Emit namespace. It would be great to know if you have a roadmap for this.

Thank you!

simonziegler avatar Jul 22 '18 05:07 simonziegler

Sorry for delay, but it had been already supported. https://github.com/msgpack/msgpack-cli/blob/e6b43e4f82cd529dc1dd6f2086324a32db2cbe83/src/MsgPack/MsgPack.csproj#L7

Any problem in Blazor?

yfakariya avatar Aug 09 '18 22:08 yfakariya