EventStore / EventStore-Client-Dotnet

Dotnet Client SDK for the Event Store gRPC Client API written in C#
Other
143 stars 37 forks source link

Target .NET 6 #204

Closed thefringeninja closed 2 years ago

thefringeninja commented 2 years ago

Target net6.0 as netcoreapp3.1 and net5.0 will be out of support on May 8, 2022, and December 3, 2022, respectively.

Enable nullable for entire solution as gRPC Core 1.43.0 added support for nullable types.

Lastly, improve continuous integration by splitting up workflows and testing against both LTS database versions.