From a67f71723d39de1d899a2226bf4d44341f3b382c Mon Sep 17 00:00:00 2001 From: Jamie Magee Date: Wed, 24 Aug 2022 14:56:29 -0700 Subject: [PATCH] fix: downgrade `System.Threading.Tasks.Dataflow` from `4.11.1` to `4.9.0` This was originally upgraded in #144, but is causing deadlocks for some users. The long term fix is outlined in #221, but this workaround is sufficient to temporarily resolve the issue. --- Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 4ce7a50ef..f531812be 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -39,7 +39,7 @@ - +