-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.NET 4.8 Framework support #267
Conversation
DEV-70 .NET Framework support
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. |
I did some initial work to add .NET Framework 4.8 (can be lowered to 4.7.1) support back to the new client. The main issue that remains is lack of |
Not sure how to add tests there as it builds on Ubuntu. Need to remove net5.0 from the matrix. Maybe add a separate job for 4.8, running on Windows? |
added specific test step for windows net48
fixed gencert (on macos at least)
c0051ac
to
1ffb490
Compare
1ffb490
to
26869d9
Compare
No description provided.