v17.2.32
Changes:
The netcoreapp3.1
target in this package adds WindowsDesktop dependencies to match what was already available in the net471 target. To avoid a WindowsDesktop runtime dependency, target net5.0
or later. For .NET 5.0, the WindowsDesktop dependencies are only expressed when targeting in net5.0-windows
. See #1033.
Fixes:
- #1000: AsyncSemaphore deadlock: EnterAsync holds lock while blocking on cancellation handler which needs lock
Enhancements:
- #1004: Add net5.0 and net5.0-windows TFMs
- #994: Add
SynchronizationContext.GetAwaiter
extension method