Rollback: remove .NET 6 build by NickCraver · Pull Request #1992 · StackExchange/StackExchange.Redis

@NickCraver

mgravell

eerhardt added a commit to eerhardt/StackExchange.Redis that referenced this pull request

Jun 29, 2023
This allows for using new APIs introduced in net6.0.

In order to enable building for net6.0, we also need to revert the thread pool changes in StackExchange#1939 and StackExchange#1950. This was already effectively reverted in StackExchange#1992 by not building for net6.0. Now that we are building for net6.0 again, these if-defs need to be removed.

NickCraver pushed a commit that referenced this pull request

Jul 1, 2023
This allows for using new APIs introduced in net6.0.

In order to enable building for net6.0, we also need to revert the thread pool changes in #1939 and #1950. This was already effectively reverted in #1992 by not building for net6.0. Now that we are building for net6.0 again, these if-defs need to be removed.