diff --git a/Tests/HttpUnitTests/HttpUnitTests.nfproj b/Tests/HttpUnitTests/HttpUnitTests.nfproj
index 0e3b954..596b053 100644
--- a/Tests/HttpUnitTests/HttpUnitTests.nfproj
+++ b/Tests/HttpUnitTests/HttpUnitTests.nfproj
@@ -55,8 +55,8 @@
..\..\packages\nanoFramework.TestFramework.3.0.68\lib\nanoFramework.UnitTestLauncher.exe
-
- ..\..\packages\nanoFramework.System.IO.Streams.1.1.86\lib\System.IO.Streams.dll
+
+ ..\..\packages\nanoFramework.System.IO.Streams.1.1.88\lib\System.IO.Streams.dll
diff --git a/Tests/HttpUnitTests/packages.config b/Tests/HttpUnitTests/packages.config
index 53f7ed9..fb378aa 100644
--- a/Tests/HttpUnitTests/packages.config
+++ b/Tests/HttpUnitTests/packages.config
@@ -1,7 +1,7 @@
-
+
\ No newline at end of file
diff --git a/Tests/HttpUnitTests/packages.lock.json b/Tests/HttpUnitTests/packages.lock.json
index f4f1a6b..2aebc65 100644
--- a/Tests/HttpUnitTests/packages.lock.json
+++ b/Tests/HttpUnitTests/packages.lock.json
@@ -10,9 +10,9 @@
},
"nanoFramework.System.IO.Streams": {
"type": "Direct",
- "requested": "[1.1.86, 1.1.86]",
- "resolved": "1.1.86",
- "contentHash": "Gyxka4hQVjT+oQFqE8wMcA39wZSZNKuOdtNJeIxsuJdjFi0+nnoAFrGtskqaIXVZdn2sSmTFKNahy4376YhPXQ=="
+ "requested": "[1.1.88, 1.1.88]",
+ "resolved": "1.1.88",
+ "contentHash": "rgtcjPuHZLGt4mEmGfCZNIiP+dwlNKoJRWRxjyFJG/W70djkBzRYgaXb3KEsLOHRwGu7+A0GfB5ERK5jELXATQ=="
},
"nanoFramework.System.Text": {
"type": "Direct",
diff --git a/nanoFramework.System.Net.Http.Client.nuspec b/nanoFramework.System.Net.Http.Client.nuspec
index e5bf6ac..96a68b7 100644
--- a/nanoFramework.System.Net.Http.Client.nuspec
+++ b/nanoFramework.System.Net.Http.Client.nuspec
@@ -23,7 +23,7 @@ There is also a package with the server API only and another with the full API.<
-
+
diff --git a/nanoFramework.System.Net.Http.Client/System.Net.Http.Client.nfproj b/nanoFramework.System.Net.Http.Client/System.Net.Http.Client.nfproj
index caf91e5..29c0169 100644
--- a/nanoFramework.System.Net.Http.Client/System.Net.Http.Client.nfproj
+++ b/nanoFramework.System.Net.Http.Client/System.Net.Http.Client.nfproj
@@ -220,11 +220,11 @@
..\packages\nanoFramework.System.Text.1.3.16\lib\nanoFramework.System.Text.dll
-
- ..\packages\nanoFramework.System.IO.Streams.1.1.86\lib\System.IO.Streams.dll
+
+ ..\packages\nanoFramework.System.IO.Streams.1.1.88\lib\System.IO.Streams.dll
-
- ..\packages\nanoFramework.System.Net.1.11.27\lib\System.Net.dll
+
+ ..\packages\nanoFramework.System.Net.1.11.30\lib\System.Net.dll
..\packages\nanoFramework.System.Threading.1.1.46\lib\System.Threading.dll
diff --git a/nanoFramework.System.Net.Http.Client/packages.config b/nanoFramework.System.Net.Http.Client/packages.config
index ef833b4..706350d 100644
--- a/nanoFramework.System.Net.Http.Client/packages.config
+++ b/nanoFramework.System.Net.Http.Client/packages.config
@@ -3,8 +3,8 @@
-
-
+
+
diff --git a/nanoFramework.System.Net.Http.Client/packages.lock.json b/nanoFramework.System.Net.Http.Client/packages.lock.json
index be8589b..7c167cf 100644
--- a/nanoFramework.System.Net.Http.Client/packages.lock.json
+++ b/nanoFramework.System.Net.Http.Client/packages.lock.json
@@ -22,15 +22,15 @@
},
"nanoFramework.System.IO.Streams": {
"type": "Direct",
- "requested": "[1.1.86, 1.1.86]",
- "resolved": "1.1.86",
- "contentHash": "Gyxka4hQVjT+oQFqE8wMcA39wZSZNKuOdtNJeIxsuJdjFi0+nnoAFrGtskqaIXVZdn2sSmTFKNahy4376YhPXQ=="
+ "requested": "[1.1.88, 1.1.88]",
+ "resolved": "1.1.88",
+ "contentHash": "rgtcjPuHZLGt4mEmGfCZNIiP+dwlNKoJRWRxjyFJG/W70djkBzRYgaXb3KEsLOHRwGu7+A0GfB5ERK5jELXATQ=="
},
"nanoFramework.System.Net": {
"type": "Direct",
- "requested": "[1.11.27, 1.11.27]",
- "resolved": "1.11.27",
- "contentHash": "JVG3qp/2Wj15HsqfPjxD+ca72j/9RSyOqVLxCZuoPNyFlTfNMSIXt4pGaB88LYp9Ohj+L6ShzrAAW8aEsws3KQ=="
+ "requested": "[1.11.30, 1.11.30]",
+ "resolved": "1.11.30",
+ "contentHash": "FYIWqFjXcCkIq6g85z2wTtFUNZTfNa1Js0vba1V1YiCDK7/y184TD8A3L4RCVZQGn0HiGVQhH2n2z2/WRPy6YQ=="
},
"nanoFramework.System.Text": {
"type": "Direct",
diff --git a/nanoFramework.System.Net.Http.Server.nuspec b/nanoFramework.System.Net.Http.Server.nuspec
index 5da7e75..efaa255 100644
--- a/nanoFramework.System.Net.Http.Server.nuspec
+++ b/nanoFramework.System.Net.Http.Server.nuspec
@@ -23,7 +23,7 @@ There is also a package with the client API only and another with the full API.<
-
+
diff --git a/nanoFramework.System.Net.Http.Server/System.Net.Http.Server.nfproj b/nanoFramework.System.Net.Http.Server/System.Net.Http.Server.nfproj
index 955f3ea..034f4ff 100644
--- a/nanoFramework.System.Net.Http.Server/System.Net.Http.Server.nfproj
+++ b/nanoFramework.System.Net.Http.Server/System.Net.Http.Server.nfproj
@@ -147,11 +147,11 @@
..\packages\nanoFramework.System.Text.1.3.16\lib\nanoFramework.System.Text.dll
-
- ..\packages\nanoFramework.System.IO.Streams.1.1.86\lib\System.IO.Streams.dll
+
+ ..\packages\nanoFramework.System.IO.Streams.1.1.88\lib\System.IO.Streams.dll
-
- ..\packages\nanoFramework.System.Net.1.11.27\lib\System.Net.dll
+
+ ..\packages\nanoFramework.System.Net.1.11.30\lib\System.Net.dll
..\packages\nanoFramework.System.Threading.1.1.46\lib\System.Threading.dll
diff --git a/nanoFramework.System.Net.Http.Server/packages.config b/nanoFramework.System.Net.Http.Server/packages.config
index ef833b4..706350d 100644
--- a/nanoFramework.System.Net.Http.Server/packages.config
+++ b/nanoFramework.System.Net.Http.Server/packages.config
@@ -3,8 +3,8 @@
-
-
+
+
diff --git a/nanoFramework.System.Net.Http.Server/packages.lock.json b/nanoFramework.System.Net.Http.Server/packages.lock.json
index be8589b..7c167cf 100644
--- a/nanoFramework.System.Net.Http.Server/packages.lock.json
+++ b/nanoFramework.System.Net.Http.Server/packages.lock.json
@@ -22,15 +22,15 @@
},
"nanoFramework.System.IO.Streams": {
"type": "Direct",
- "requested": "[1.1.86, 1.1.86]",
- "resolved": "1.1.86",
- "contentHash": "Gyxka4hQVjT+oQFqE8wMcA39wZSZNKuOdtNJeIxsuJdjFi0+nnoAFrGtskqaIXVZdn2sSmTFKNahy4376YhPXQ=="
+ "requested": "[1.1.88, 1.1.88]",
+ "resolved": "1.1.88",
+ "contentHash": "rgtcjPuHZLGt4mEmGfCZNIiP+dwlNKoJRWRxjyFJG/W70djkBzRYgaXb3KEsLOHRwGu7+A0GfB5ERK5jELXATQ=="
},
"nanoFramework.System.Net": {
"type": "Direct",
- "requested": "[1.11.27, 1.11.27]",
- "resolved": "1.11.27",
- "contentHash": "JVG3qp/2Wj15HsqfPjxD+ca72j/9RSyOqVLxCZuoPNyFlTfNMSIXt4pGaB88LYp9Ohj+L6ShzrAAW8aEsws3KQ=="
+ "requested": "[1.11.30, 1.11.30]",
+ "resolved": "1.11.30",
+ "contentHash": "FYIWqFjXcCkIq6g85z2wTtFUNZTfNa1Js0vba1V1YiCDK7/y184TD8A3L4RCVZQGn0HiGVQhH2n2z2/WRPy6YQ=="
},
"nanoFramework.System.Text": {
"type": "Direct",
diff --git a/nanoFramework.System.Net.Http.nuspec b/nanoFramework.System.Net.Http.nuspec
index 557ee4d..fe5fbb7 100644
--- a/nanoFramework.System.Net.Http.nuspec
+++ b/nanoFramework.System.Net.Http.nuspec
@@ -24,7 +24,7 @@ These are meant to be used when there is the need to use smaller assemblies.
-
+
diff --git a/nanoFramework.System.Net.Http/System.Net.Http.nfproj b/nanoFramework.System.Net.Http/System.Net.Http.nfproj
index c4c75a8..769d1c2 100644
--- a/nanoFramework.System.Net.Http/System.Net.Http.nfproj
+++ b/nanoFramework.System.Net.Http/System.Net.Http.nfproj
@@ -120,11 +120,11 @@
..\packages\nanoFramework.System.Text.1.3.16\lib\nanoFramework.System.Text.dll
-
- ..\packages\nanoFramework.System.IO.Streams.1.1.86\lib\System.IO.Streams.dll
+
+ ..\packages\nanoFramework.System.IO.Streams.1.1.88\lib\System.IO.Streams.dll
-
- ..\packages\nanoFramework.System.Net.1.11.27\lib\System.Net.dll
+
+ ..\packages\nanoFramework.System.Net.1.11.30\lib\System.Net.dll
..\packages\nanoFramework.System.Threading.1.1.46\lib\System.Threading.dll
diff --git a/nanoFramework.System.Net.Http/packages.config b/nanoFramework.System.Net.Http/packages.config
index ef833b4..706350d 100644
--- a/nanoFramework.System.Net.Http/packages.config
+++ b/nanoFramework.System.Net.Http/packages.config
@@ -3,8 +3,8 @@
-
-
+
+
diff --git a/nanoFramework.System.Net.Http/packages.lock.json b/nanoFramework.System.Net.Http/packages.lock.json
index be8589b..7c167cf 100644
--- a/nanoFramework.System.Net.Http/packages.lock.json
+++ b/nanoFramework.System.Net.Http/packages.lock.json
@@ -22,15 +22,15 @@
},
"nanoFramework.System.IO.Streams": {
"type": "Direct",
- "requested": "[1.1.86, 1.1.86]",
- "resolved": "1.1.86",
- "contentHash": "Gyxka4hQVjT+oQFqE8wMcA39wZSZNKuOdtNJeIxsuJdjFi0+nnoAFrGtskqaIXVZdn2sSmTFKNahy4376YhPXQ=="
+ "requested": "[1.1.88, 1.1.88]",
+ "resolved": "1.1.88",
+ "contentHash": "rgtcjPuHZLGt4mEmGfCZNIiP+dwlNKoJRWRxjyFJG/W70djkBzRYgaXb3KEsLOHRwGu7+A0GfB5ERK5jELXATQ=="
},
"nanoFramework.System.Net": {
"type": "Direct",
- "requested": "[1.11.27, 1.11.27]",
- "resolved": "1.11.27",
- "contentHash": "JVG3qp/2Wj15HsqfPjxD+ca72j/9RSyOqVLxCZuoPNyFlTfNMSIXt4pGaB88LYp9Ohj+L6ShzrAAW8aEsws3KQ=="
+ "requested": "[1.11.30, 1.11.30]",
+ "resolved": "1.11.30",
+ "contentHash": "FYIWqFjXcCkIq6g85z2wTtFUNZTfNa1Js0vba1V1YiCDK7/y184TD8A3L4RCVZQGn0HiGVQhH2n2z2/WRPy6YQ=="
},
"nanoFramework.System.Text": {
"type": "Direct",