ch-robinson / dotnet-avro

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

Support .NET 7 #233

Closed dstelljes closed 1 year ago

dstelljes commented 1 year ago

Chr.Avro.Cli needs to be released with support for .NET 7. Per the Microsoft support policy, we no longer need to support .NET 5 or .NET Core 3.1 after December 13, so the next major version will drop those CLI targets.

This change also locks CI to a major SDK, which we hadn’t been doing.