ch-robinson / dotnet-avro

An Avro implementation for .NET
https://engineering.chrobinson.com/dotnet-avro/
MIT License
132 stars 49 forks source link

Test netstandard2.0 target on .NET Framework #273

Closed dstelljes closed 10 months ago

dstelljes commented 10 months ago

This adds an additional CI target for .NET Framework on Windows. I’m removing the netcoreapp3.1 target introduced in #269 as .NET Core 3.1 is out of support; we can evaluate additional targets if we discover issues that aren’t caught by this configuration.

Testing against .NET Framework surfaced a few issues:

cc @fabianoliver