EventStore / EventStore-Client-Dotnet

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

.NET Framework support #181

Closed ylorph closed 7 months ago

ylorph commented 2 years ago

We need to take into account users who are on .NET Framework, TCP client & V5 moving to later DB versions but not to .NET Core or .NET 6+ yet.

DEV-70

alexeyzimarev commented 11 months ago

We need to try adding at least net48 target to the new client and see what breaks.

alexeyzimarev commented 11 months ago

Missing .NET Framework support for the new client could be a serious impediment for migration.

alexeyzimarev commented 11 months ago

Seems like the motivation to remove .NET FW support was lack of the Grpc.Net.Client version that supported .NET FW, but it's there now (month old!) https://www.nuget.org/packages/Grpc.Net.Client/2.56.0