google / flatbuffers

FlatBuffers: Memory Efficient Serialization Library
https://flatbuffers.dev/
Apache License 2.0
22.52k stars 3.19k forks source link

[.NET] Target .NET Standard 2.0 again #8293

Closed bjornharrtell closed 2 weeks ago

bjornharrtell commented 2 months ago

See discussion starting at https://github.com/google/flatbuffers/pull/8184#issuecomment-2081397409 for rationale.

njannink commented 2 weeks ago

Because of dropping support of NetStandard2.0 we are not able to update anymore. Our data contracts library needs support for NET48 and since Microsoft is supporting that library for the comming xx years we wont be able to drop support for NetStandard2 either. Would be great if .Net Standard 2.0 could be supported again

bjornharrtell commented 2 weeks ago

@njannink netstandard2.0 support has been added back since some time with merge of PR above. Closing.