diff --git a/WebSockets.Client/System.Net.WebSockets.Client.nfproj b/WebSockets.Client/System.Net.WebSockets.Client.nfproj index 35b8697..7c10c97 100644 --- a/WebSockets.Client/System.Net.WebSockets.Client.nfproj +++ b/WebSockets.Client/System.Net.WebSockets.Client.nfproj @@ -98,11 +98,11 @@ ..\packages\nanoFramework.Runtime.Events.1.11.31\lib\nanoFramework.Runtime.Events.dll - - ..\packages\nanoFramework.System.Collections.1.5.62\lib\nanoFramework.System.Collections.dll + + ..\packages\nanoFramework.System.Collections.1.5.63\lib\nanoFramework.System.Collections.dll - - ..\packages\nanoFramework.System.Text.1.3.29\lib\nanoFramework.System.Text.dll + + ..\packages\nanoFramework.System.Text.1.3.36\lib\nanoFramework.System.Text.dll ..\packages\nanoFramework.System.IO.Streams.1.1.89\lib\System.IO.Streams.dll @@ -110,8 +110,8 @@ ..\packages\nanoFramework.System.Net.1.11.35\lib\System.Net.dll - - ..\packages\nanoFramework.System.Threading.1.1.49\lib\System.Threading.dll + + ..\packages\nanoFramework.System.Threading.1.1.50\lib\System.Threading.dll diff --git a/WebSockets.Client/packages.config b/WebSockets.Client/packages.config index e982c30..5c1e6b6 100644 --- a/WebSockets.Client/packages.config +++ b/WebSockets.Client/packages.config @@ -2,10 +2,10 @@ - + - - + + \ No newline at end of file diff --git a/WebSockets.Client/packages.lock.json b/WebSockets.Client/packages.lock.json index 83b41a7..d237ae2 100644 --- a/WebSockets.Client/packages.lock.json +++ b/WebSockets.Client/packages.lock.json @@ -16,9 +16,9 @@ }, "nanoFramework.System.Collections": { "type": "Direct", - "requested": "[1.5.62, 1.5.62]", - "resolved": "1.5.62", - "contentHash": "tqYYxVHnfJU+v4aOwtW5u6oI3DWYx+njaTa2gY3LXkcltHlaNCXD4c5q314Zb17isZiizKXIB+X9vJnwxw1oLA==" + "requested": "[1.5.63, 1.5.63]", + "resolved": "1.5.63", + "contentHash": "TuYK0RwyRovRal7HBwVsfJDT7qSKa+6sk16kcV7p+VOPD4h8Pi7Qo0v2BbwAL5YWS+4wTTEWr0JgwOrYpGVrtA==" }, "nanoFramework.System.IO.Streams": { "type": "Direct", @@ -34,15 +34,15 @@ }, "nanoFramework.System.Text": { "type": "Direct", - "requested": "[1.3.29, 1.3.29]", - "resolved": "1.3.29", - "contentHash": "h7Jbjd8vmNrro/co6s+Zth+OvStgvOiT3RQtlaqa2t6FmnLZGXkF7LAykjLqWeNfHTafGbBLkSMqHw2VHo4Dmg==" + "requested": "[1.3.36, 1.3.36]", + "resolved": "1.3.36", + "contentHash": "qO0BrmYX4+iV5MSVSIIOSnyPx9Odvgb5Y9hGDWgUCQUGrPG32WPq6YGhTQMK2UIIu3yfB9Nsu2hPhjVSpFYMMA==" }, "nanoFramework.System.Threading": { "type": "Direct", - "requested": "[1.1.49, 1.1.49]", - "resolved": "1.1.49", - "contentHash": "5bEuDurXfTJiLKzDMqGJnG/IjvxJHOyBhuyQXoA+iRw4SD5ppRUDVaczK7Xl6UuPfVlxvA7vPzW/VTM769KxcA==" + "requested": "[1.1.50, 1.1.50]", + "resolved": "1.1.50", + "contentHash": "L0TQAdPWYrh19vI+3UGAuSIvSTHKG3dLyh/tuC5R5PryRnYvCILBWvgfadEPpEUenybF3cuBPOIMe7MZB12HGw==" }, "Nerdbank.GitVersioning": { "type": "Direct", diff --git a/WebSockets.Server/System.Net.WebSockets.Server.nfproj b/WebSockets.Server/System.Net.WebSockets.Server.nfproj index a540c3c..8fba79b 100644 --- a/WebSockets.Server/System.Net.WebSockets.Server.nfproj +++ b/WebSockets.Server/System.Net.WebSockets.Server.nfproj @@ -101,11 +101,11 @@ ..\packages\nanoFramework.Runtime.Events.1.11.31\lib\nanoFramework.Runtime.Events.dll - - ..\packages\nanoFramework.System.Collections.1.5.62\lib\nanoFramework.System.Collections.dll + + ..\packages\nanoFramework.System.Collections.1.5.63\lib\nanoFramework.System.Collections.dll - - ..\packages\nanoFramework.System.Text.1.3.29\lib\nanoFramework.System.Text.dll + + ..\packages\nanoFramework.System.Text.1.3.36\lib\nanoFramework.System.Text.dll ..\packages\nanoFramework.System.IO.Streams.1.1.89\lib\System.IO.Streams.dll @@ -113,11 +113,11 @@ ..\packages\nanoFramework.System.Net.1.11.35\lib\System.Net.dll - - ..\packages\nanoFramework.System.Net.Http.1.5.184\lib\System.Net.Http.dll + + ..\packages\nanoFramework.System.Net.Http.1.5.186\lib\System.Net.Http.dll - - ..\packages\nanoFramework.System.Threading.1.1.49\lib\System.Threading.dll + + ..\packages\nanoFramework.System.Threading.1.1.50\lib\System.Threading.dll diff --git a/WebSockets.Server/packages.config b/WebSockets.Server/packages.config index 07297ac..65ab7c3 100644 --- a/WebSockets.Server/packages.config +++ b/WebSockets.Server/packages.config @@ -2,11 +2,11 @@ - + - - - + + + \ No newline at end of file diff --git a/WebSockets.Server/packages.lock.json b/WebSockets.Server/packages.lock.json index eaee6d0..a4b789e 100644 --- a/WebSockets.Server/packages.lock.json +++ b/WebSockets.Server/packages.lock.json @@ -16,9 +16,9 @@ }, "nanoFramework.System.Collections": { "type": "Direct", - "requested": "[1.5.62, 1.5.62]", - "resolved": "1.5.62", - "contentHash": "tqYYxVHnfJU+v4aOwtW5u6oI3DWYx+njaTa2gY3LXkcltHlaNCXD4c5q314Zb17isZiizKXIB+X9vJnwxw1oLA==" + "requested": "[1.5.63, 1.5.63]", + "resolved": "1.5.63", + "contentHash": "TuYK0RwyRovRal7HBwVsfJDT7qSKa+6sk16kcV7p+VOPD4h8Pi7Qo0v2BbwAL5YWS+4wTTEWr0JgwOrYpGVrtA==" }, "nanoFramework.System.IO.Streams": { "type": "Direct", @@ -34,21 +34,21 @@ }, "nanoFramework.System.Net.Http": { "type": "Direct", - "requested": "[1.5.184, 1.5.184]", - "resolved": "1.5.184", - "contentHash": "GdlP5QKcP4iSNwoyOrni6vbPdZ5cZ42O/k59bGiDg4Dwlkqk5iYV1d++p6TLK4NiyisRCPa4EkhwO6dOoSbeHg==" + "requested": "[1.5.186, 1.5.186]", + "resolved": "1.5.186", + "contentHash": "4ukb0uDaQYx+nLCleX3jUKcQkKhr0MTJCrCLVF1woVmQa2YATlZJ3qytvbwyUH6PJ6a7F/ieUru2qoeLFLbT4g==" }, "nanoFramework.System.Text": { "type": "Direct", - "requested": "[1.3.29, 1.3.29]", - "resolved": "1.3.29", - "contentHash": "h7Jbjd8vmNrro/co6s+Zth+OvStgvOiT3RQtlaqa2t6FmnLZGXkF7LAykjLqWeNfHTafGbBLkSMqHw2VHo4Dmg==" + "requested": "[1.3.36, 1.3.36]", + "resolved": "1.3.36", + "contentHash": "qO0BrmYX4+iV5MSVSIIOSnyPx9Odvgb5Y9hGDWgUCQUGrPG32WPq6YGhTQMK2UIIu3yfB9Nsu2hPhjVSpFYMMA==" }, "nanoFramework.System.Threading": { "type": "Direct", - "requested": "[1.1.49, 1.1.49]", - "resolved": "1.1.49", - "contentHash": "5bEuDurXfTJiLKzDMqGJnG/IjvxJHOyBhuyQXoA+iRw4SD5ppRUDVaczK7Xl6UuPfVlxvA7vPzW/VTM769KxcA==" + "requested": "[1.1.50, 1.1.50]", + "resolved": "1.1.50", + "contentHash": "L0TQAdPWYrh19vI+3UGAuSIvSTHKG3dLyh/tuC5R5PryRnYvCILBWvgfadEPpEUenybF3cuBPOIMe7MZB12HGw==" }, "Nerdbank.GitVersioning": { "type": "Direct", diff --git a/WebSockets/System.Net.WebSockets.nfproj b/WebSockets/System.Net.WebSockets.nfproj index d5e0457..ba29180 100644 --- a/WebSockets/System.Net.WebSockets.nfproj +++ b/WebSockets/System.Net.WebSockets.nfproj @@ -69,11 +69,11 @@ ..\packages\nanoFramework.Runtime.Events.1.11.31\lib\nanoFramework.Runtime.Events.dll - - ..\packages\nanoFramework.System.Collections.1.5.62\lib\nanoFramework.System.Collections.dll + + ..\packages\nanoFramework.System.Collections.1.5.63\lib\nanoFramework.System.Collections.dll - - ..\packages\nanoFramework.System.Text.1.3.29\lib\nanoFramework.System.Text.dll + + ..\packages\nanoFramework.System.Text.1.3.36\lib\nanoFramework.System.Text.dll ..\packages\nanoFramework.System.IO.Streams.1.1.89\lib\System.IO.Streams.dll @@ -81,11 +81,11 @@ ..\packages\nanoFramework.System.Net.1.11.35\lib\System.Net.dll - - ..\packages\nanoFramework.System.Net.Http.1.5.184\lib\System.Net.Http.dll + + ..\packages\nanoFramework.System.Net.Http.1.5.186\lib\System.Net.Http.dll - - ..\packages\nanoFramework.System.Threading.1.1.49\lib\System.Threading.dll + + ..\packages\nanoFramework.System.Threading.1.1.50\lib\System.Threading.dll diff --git a/WebSockets/packages.config b/WebSockets/packages.config index 07297ac..65ab7c3 100644 --- a/WebSockets/packages.config +++ b/WebSockets/packages.config @@ -2,11 +2,11 @@ - + - - - + + + \ No newline at end of file diff --git a/WebSockets/packages.lock.json b/WebSockets/packages.lock.json index eaee6d0..a4b789e 100644 --- a/WebSockets/packages.lock.json +++ b/WebSockets/packages.lock.json @@ -16,9 +16,9 @@ }, "nanoFramework.System.Collections": { "type": "Direct", - "requested": "[1.5.62, 1.5.62]", - "resolved": "1.5.62", - "contentHash": "tqYYxVHnfJU+v4aOwtW5u6oI3DWYx+njaTa2gY3LXkcltHlaNCXD4c5q314Zb17isZiizKXIB+X9vJnwxw1oLA==" + "requested": "[1.5.63, 1.5.63]", + "resolved": "1.5.63", + "contentHash": "TuYK0RwyRovRal7HBwVsfJDT7qSKa+6sk16kcV7p+VOPD4h8Pi7Qo0v2BbwAL5YWS+4wTTEWr0JgwOrYpGVrtA==" }, "nanoFramework.System.IO.Streams": { "type": "Direct", @@ -34,21 +34,21 @@ }, "nanoFramework.System.Net.Http": { "type": "Direct", - "requested": "[1.5.184, 1.5.184]", - "resolved": "1.5.184", - "contentHash": "GdlP5QKcP4iSNwoyOrni6vbPdZ5cZ42O/k59bGiDg4Dwlkqk5iYV1d++p6TLK4NiyisRCPa4EkhwO6dOoSbeHg==" + "requested": "[1.5.186, 1.5.186]", + "resolved": "1.5.186", + "contentHash": "4ukb0uDaQYx+nLCleX3jUKcQkKhr0MTJCrCLVF1woVmQa2YATlZJ3qytvbwyUH6PJ6a7F/ieUru2qoeLFLbT4g==" }, "nanoFramework.System.Text": { "type": "Direct", - "requested": "[1.3.29, 1.3.29]", - "resolved": "1.3.29", - "contentHash": "h7Jbjd8vmNrro/co6s+Zth+OvStgvOiT3RQtlaqa2t6FmnLZGXkF7LAykjLqWeNfHTafGbBLkSMqHw2VHo4Dmg==" + "requested": "[1.3.36, 1.3.36]", + "resolved": "1.3.36", + "contentHash": "qO0BrmYX4+iV5MSVSIIOSnyPx9Odvgb5Y9hGDWgUCQUGrPG32WPq6YGhTQMK2UIIu3yfB9Nsu2hPhjVSpFYMMA==" }, "nanoFramework.System.Threading": { "type": "Direct", - "requested": "[1.1.49, 1.1.49]", - "resolved": "1.1.49", - "contentHash": "5bEuDurXfTJiLKzDMqGJnG/IjvxJHOyBhuyQXoA+iRw4SD5ppRUDVaczK7Xl6UuPfVlxvA7vPzW/VTM769KxcA==" + "requested": "[1.1.50, 1.1.50]", + "resolved": "1.1.50", + "contentHash": "L0TQAdPWYrh19vI+3UGAuSIvSTHKG3dLyh/tuC5R5PryRnYvCILBWvgfadEPpEUenybF3cuBPOIMe7MZB12HGw==" }, "Nerdbank.GitVersioning": { "type": "Direct", diff --git a/nanoframework.System.Net.WebSockets.Client.nuspec b/nanoframework.System.Net.WebSockets.Client.nuspec index ec3d447..55502be 100644 --- a/nanoframework.System.Net.WebSockets.Client.nuspec +++ b/nanoframework.System.Net.WebSockets.Client.nuspec @@ -20,7 +20,7 @@ There are also two other packages, one with the server API only and another with nanoFramework C# csharp netmf netnf WebSockets - + diff --git a/nanoframework.System.Net.WebSockets.Server.nuspec b/nanoframework.System.Net.WebSockets.Server.nuspec index 530f3d1..1d59fbf 100644 --- a/nanoframework.System.Net.WebSockets.Server.nuspec +++ b/nanoframework.System.Net.WebSockets.Server.nuspec @@ -20,7 +20,7 @@ There are also two other packages, one with the client API only and another with nanoFramework C# csharp netmf netnf WebSockets - + diff --git a/nanoframework.System.Net.WebSockets.nuspec b/nanoframework.System.Net.WebSockets.nuspec index d57d59e..0e7b965 100644 --- a/nanoframework.System.Net.WebSockets.nuspec +++ b/nanoframework.System.Net.WebSockets.nuspec @@ -21,7 +21,7 @@ These are meant to be used when there is the need to use smaller assemblies.nanoFramework C# csharp netmf netnf WebSockets - +