diff --git a/README-BEFORE-UPDATE-REFS.txt b/README-BEFORE-UPDATE-REFS.txt
index 7e70948..06c498e 100644
--- a/README-BEFORE-UPDATE-REFS.txt
+++ b/README-BEFORE-UPDATE-REFS.txt
@@ -1,6 +1,8 @@
-Notes on updating the project references:
+Notes on updating the project references:
IMPORTANT VERSION CONSTRAINTS:
-- System.Threading.Tasks.Extensions must not be updated beyond version 4.5.4
+- Can't reference any library requiring System.Threading.Tasks.Extensions must not be updated beyond version 4.5.4
Reason: The VS2019 extension will fail due to a transitive dependency conflict between
Compilers.Services.Unsafe and System.Collections.Immutable.
+- Can't update Polly beyond version 7.2.4 because of dependency conflicts with System.Threading.Tasks.Extensions.
+
diff --git a/USB Test App WPF/Serial Test App WPF.csproj b/USB Test App WPF/Serial Test App WPF.csproj
index 84583f5..9777638 100644
--- a/USB Test App WPF/Serial Test App WPF.csproj
+++ b/USB Test App WPF/Serial Test App WPF.csproj
@@ -105,7 +105,7 @@
2.0.7
- 8.3.2
+ 8.2.2
6.0.2
diff --git a/nanoFramework.Tools.DebugLibrary.Net/nanoFramework.Tools.DebugLibrary.Net.csproj b/nanoFramework.Tools.DebugLibrary.Net/nanoFramework.Tools.DebugLibrary.Net.csproj
index 1810767..017929a 100644
--- a/nanoFramework.Tools.DebugLibrary.Net/nanoFramework.Tools.DebugLibrary.Net.csproj
+++ b/nanoFramework.Tools.DebugLibrary.Net/nanoFramework.Tools.DebugLibrary.Net.csproj
@@ -1,4 +1,4 @@
-
+
library
net6.0;net472
@@ -77,13 +77,10 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
- 8.5.0
-
+
8.0.0
-
\ No newline at end of file