From cf6d51f7c6ee9959b77da86d4de266ea668e890b Mon Sep 17 00:00:00 2001 From: nfbot Date: Tue, 30 Jul 2024 08:57:42 +0100 Subject: [PATCH] Update 3 NuGet dependencies --- Tests/CryptoTests/CryptoTests.nfproj | 5 +--- .../DeviceClientTests.nfproj | 26 +++++-------------- Tests/DeviceClientTests/packages.config | 4 +-- Tests/DeviceClientTests/packages.lock.json | 12 ++++----- Tests/TwinTests/TwinTests.nfproj | 6 +---- ...k.Azure.Devices.Client.FullyManaged.nuspec | 2 +- .../Azure.Devices.Client.FullyManaged.nfproj | 14 +++------- .../packages.config | 2 +- .../packages.lock.json | 6 ++--- nanoFramework.Azure.Devices.Client.nuspec | 2 +- .../Azure.Devices.Client.nfproj | 25 +++++------------- .../packages.config | 4 +-- .../packages.lock.json | 12 ++++----- 13 files changed, 41 insertions(+), 79 deletions(-) diff --git a/Tests/CryptoTests/CryptoTests.nfproj b/Tests/CryptoTests/CryptoTests.nfproj index 49c082f..f1d41a5 100644 --- a/Tests/CryptoTests/CryptoTests.nfproj +++ b/Tests/CryptoTests/CryptoTests.nfproj @@ -1,4 +1,4 @@ - + $(MSBuildExtensionsPath)\nanoFramework\v1.0\ @@ -35,15 +35,12 @@ ..\..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll - True ..\..\packages\nanoFramework.TestFramework.2.1.107\lib\nanoFramework.TestFramework.dll - True ..\..\packages\nanoFramework.TestFramework.2.1.107\lib\nanoFramework.UnitTestLauncher.exe - True diff --git a/Tests/DeviceClientTests/DeviceClientTests.nfproj b/Tests/DeviceClientTests/DeviceClientTests.nfproj index f1153b6..36302e5 100644 --- a/Tests/DeviceClientTests/DeviceClientTests.nfproj +++ b/Tests/DeviceClientTests/DeviceClientTests.nfproj @@ -1,4 +1,4 @@ - + $(MSBuildExtensionsPath)\nanoFramework\v1.0\ @@ -42,51 +42,39 @@ ..\..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll - True - - ..\..\packages\nanoFramework.M2Mqtt.5.1.130\lib\nanoFramework.M2Mqtt.dll - True + + ..\..\packages\nanoFramework.M2Mqtt.5.1.138\lib\nanoFramework.M2Mqtt.dll - - ..\..\packages\nanoFramework.M2Mqtt.5.1.130\lib\nanoFramework.M2Mqtt.Core.dll - True + + ..\..\packages\nanoFramework.M2Mqtt.5.1.138\lib\nanoFramework.M2Mqtt.Core.dll ..\..\packages\nanoFramework.Runtime.Events.1.11.18\lib\nanoFramework.Runtime.Events.dll - True ..\..\packages\nanoFramework.Runtime.Native.1.6.12\lib\nanoFramework.Runtime.Native.dll - True ..\..\packages\nanoFramework.System.Collections.1.5.31\lib\nanoFramework.System.Collections.dll - True ..\..\packages\nanoFramework.System.Text.1.2.54\lib\nanoFramework.System.Text.dll - True ..\..\packages\nanoFramework.TestFramework.2.1.107\lib\nanoFramework.TestFramework.dll - True ..\..\packages\nanoFramework.TestFramework.2.1.107\lib\nanoFramework.UnitTestLauncher.exe - True ..\..\packages\nanoFramework.System.IO.Streams.1.1.59\lib\System.IO.Streams.dll - True - - ..\..\packages\nanoFramework.System.Net.1.10.79\lib\System.Net.dll - True + + ..\..\packages\nanoFramework.System.Net.1.11.1\lib\System.Net.dll ..\..\packages\nanoFramework.System.Threading.1.1.32\lib\System.Threading.dll - True diff --git a/Tests/DeviceClientTests/packages.config b/Tests/DeviceClientTests/packages.config index ae7ee9f..5d6eca4 100644 --- a/Tests/DeviceClientTests/packages.config +++ b/Tests/DeviceClientTests/packages.config @@ -1,12 +1,12 @@  - + - + diff --git a/Tests/DeviceClientTests/packages.lock.json b/Tests/DeviceClientTests/packages.lock.json index 099fb3f..de30efc 100644 --- a/Tests/DeviceClientTests/packages.lock.json +++ b/Tests/DeviceClientTests/packages.lock.json @@ -10,9 +10,9 @@ }, "nanoFramework.M2Mqtt": { "type": "Direct", - "requested": "[5.1.130, 5.1.130]", - "resolved": "5.1.130", - "contentHash": "+/McfeWhEt5LlhWdVzAkO88YcP/i56Ih3u+3l+AzlKxt1xb7f0bywwFacozx9AgU0tdVAl8GIa27AeYLhBI18Q==" + "requested": "[5.1.138, 5.1.138]", + "resolved": "5.1.138", + "contentHash": "TeVops3YiAP96csyD+5dtgW5ZuY1WX4WUP3TJjnimJlsEUoJBIfVPk3U4YPfzGWkkLPhXao4EmBuKqIoiSvX9A==" }, "nanoFramework.Runtime.Events": { "type": "Direct", @@ -40,9 +40,9 @@ }, "nanoFramework.System.Net": { "type": "Direct", - "requested": "[1.10.79, 1.10.79]", - "resolved": "1.10.79", - "contentHash": "FdQQDEUsudwSTc7NErfC2NxUubfHG3IwIHJUSIXToWSDBT5T1ijBk/uuZV6Efuzy4xh81kpvPdnXpv6s6LYoCg==" + "requested": "[1.11.1, 1.11.1]", + "resolved": "1.11.1", + "contentHash": "TgHj3JFlGScw+0/l2Rix7uSLrb+pc/IFHJTQwcEogUlF4gtV18B52JUtrxYiLAR1KyFxwsGiA9txrTHPAZBvXQ==" }, "nanoFramework.System.Text": { "type": "Direct", diff --git a/Tests/TwinTests/TwinTests.nfproj b/Tests/TwinTests/TwinTests.nfproj index b3cd328..d82ead9 100644 --- a/Tests/TwinTests/TwinTests.nfproj +++ b/Tests/TwinTests/TwinTests.nfproj @@ -1,4 +1,4 @@ - + $(MSBuildExtensionsPath)\nanoFramework\v1.0\ @@ -35,19 +35,15 @@ ..\..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll - True ..\..\packages\nanoFramework.System.Collections.1.5.31\lib\nanoFramework.System.Collections.dll - True ..\..\packages\nanoFramework.TestFramework.2.1.107\lib\nanoFramework.TestFramework.dll - True ..\..\packages\nanoFramework.TestFramework.2.1.107\lib\nanoFramework.UnitTestLauncher.exe - True diff --git a/nanoFramework.Azure.Devices.Client.FullyManaged.nuspec b/nanoFramework.Azure.Devices.Client.FullyManaged.nuspec index 4efdb5f..1723d1a 100644 --- a/nanoFramework.Azure.Devices.Client.FullyManaged.nuspec +++ b/nanoFramework.Azure.Devices.Client.FullyManaged.nuspec @@ -22,7 +22,7 @@ Use the nanoFrameowrk.Azure.Devices.Client if you want to use native wifi and MQ - + diff --git a/nanoFramework.Azure.Devices.Client.FullyManaged/Azure.Devices.Client.FullyManaged.nfproj b/nanoFramework.Azure.Devices.Client.FullyManaged/Azure.Devices.Client.FullyManaged.nfproj index 5ec93bb..541c12f 100644 --- a/nanoFramework.Azure.Devices.Client.FullyManaged/Azure.Devices.Client.FullyManaged.nfproj +++ b/nanoFramework.Azure.Devices.Client.FullyManaged/Azure.Devices.Client.FullyManaged.nfproj @@ -1,4 +1,4 @@ - + @@ -112,35 +112,27 @@ ..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll - True ..\packages\nanoFramework.Json.2.2.122\lib\nanoFramework.Json.dll - True - - ..\packages\nanoFramework.M2Mqtt.Core.5.1.130\lib\nanoFramework.M2Mqtt.Core.dll - True + + ..\packages\nanoFramework.M2Mqtt.Core.5.1.138\lib\nanoFramework.M2Mqtt.Core.dll ..\packages\nanoFramework.Runtime.Native.1.6.12\lib\nanoFramework.Runtime.Native.dll - True ..\packages\nanoFramework.System.Collections.1.5.31\lib\nanoFramework.System.Collections.dll - True ..\packages\nanoFramework.System.Text.1.2.54\lib\nanoFramework.System.Text.dll - True ..\packages\nanoFramework.System.IO.Streams.1.1.59\lib\System.IO.Streams.dll - True ..\packages\nanoFramework.System.Threading.1.1.32\lib\System.Threading.dll - True diff --git a/nanoFramework.Azure.Devices.Client.FullyManaged/packages.config b/nanoFramework.Azure.Devices.Client.FullyManaged/packages.config index c6b2dd9..fa00424 100644 --- a/nanoFramework.Azure.Devices.Client.FullyManaged/packages.config +++ b/nanoFramework.Azure.Devices.Client.FullyManaged/packages.config @@ -2,7 +2,7 @@ - + diff --git a/nanoFramework.Azure.Devices.Client.FullyManaged/packages.lock.json b/nanoFramework.Azure.Devices.Client.FullyManaged/packages.lock.json index 81bfe69..6828cf3 100644 --- a/nanoFramework.Azure.Devices.Client.FullyManaged/packages.lock.json +++ b/nanoFramework.Azure.Devices.Client.FullyManaged/packages.lock.json @@ -16,9 +16,9 @@ }, "nanoFramework.M2Mqtt.Core": { "type": "Direct", - "requested": "[5.1.130, 5.1.130]", - "resolved": "5.1.130", - "contentHash": "PKaZVFw9uFvCY1/rpT6rPltgGhNATidP9vOhE9zF9E5tTXYHewJQcjEv48PA/O2LFf9KTrQBqrDo58wffY0GZQ==" + "requested": "[5.1.138, 5.1.138]", + "resolved": "5.1.138", + "contentHash": "9lzIoSB9GiQsGZRfoI6smmVxG+hsllV8Lq8TQnp2g6EvNiUhLs/coUnK1oTWkCxM0XLbtk9y3QlP4FQAQDdnDg==" }, "nanoFramework.Runtime.Native": { "type": "Direct", diff --git a/nanoFramework.Azure.Devices.Client.nuspec b/nanoFramework.Azure.Devices.Client.nuspec index 8b150fc..e548bde 100644 --- a/nanoFramework.Azure.Devices.Client.nuspec +++ b/nanoFramework.Azure.Devices.Client.nuspec @@ -21,7 +21,7 @@ This is an SDK for Azure IoT Hub using MQTT broker. - + diff --git a/nanoFramework.Azure.Devices.Client/Azure.Devices.Client.nfproj b/nanoFramework.Azure.Devices.Client/Azure.Devices.Client.nfproj index 594f19f..fbd9503 100644 --- a/nanoFramework.Azure.Devices.Client/Azure.Devices.Client.nfproj +++ b/nanoFramework.Azure.Devices.Client/Azure.Devices.Client.nfproj @@ -1,4 +1,4 @@ - + @@ -66,47 +66,36 @@ ..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll - True ..\packages\nanoFramework.Json.2.2.122\lib\nanoFramework.Json.dll - True - - ..\packages\nanoFramework.M2Mqtt.5.1.130\lib\nanoFramework.M2Mqtt.dll - True + + ..\packages\nanoFramework.M2Mqtt.5.1.138\lib\nanoFramework.M2Mqtt.dll - - ..\packages\nanoFramework.M2Mqtt.5.1.130\lib\nanoFramework.M2Mqtt.Core.dll - True + + ..\packages\nanoFramework.M2Mqtt.5.1.138\lib\nanoFramework.M2Mqtt.Core.dll ..\packages\nanoFramework.Runtime.Events.1.11.18\lib\nanoFramework.Runtime.Events.dll - True ..\packages\nanoFramework.Runtime.Native.1.6.12\lib\nanoFramework.Runtime.Native.dll - True ..\packages\nanoFramework.System.Collections.1.5.31\lib\nanoFramework.System.Collections.dll - True ..\packages\nanoFramework.System.Text.1.2.54\lib\nanoFramework.System.Text.dll - True ..\packages\nanoFramework.System.IO.Streams.1.1.59\lib\System.IO.Streams.dll - True - - ..\packages\nanoFramework.System.Net.1.10.79\lib\System.Net.dll - True + + ..\packages\nanoFramework.System.Net.1.11.1\lib\System.Net.dll ..\packages\nanoFramework.System.Threading.1.1.32\lib\System.Threading.dll - True diff --git a/nanoFramework.Azure.Devices.Client/packages.config b/nanoFramework.Azure.Devices.Client/packages.config index 16fb835..7b22b36 100644 --- a/nanoFramework.Azure.Devices.Client/packages.config +++ b/nanoFramework.Azure.Devices.Client/packages.config @@ -2,12 +2,12 @@ - + - + diff --git a/nanoFramework.Azure.Devices.Client/packages.lock.json b/nanoFramework.Azure.Devices.Client/packages.lock.json index 9726344..68c34af 100644 --- a/nanoFramework.Azure.Devices.Client/packages.lock.json +++ b/nanoFramework.Azure.Devices.Client/packages.lock.json @@ -16,9 +16,9 @@ }, "nanoFramework.M2Mqtt": { "type": "Direct", - "requested": "[5.1.130, 5.1.130]", - "resolved": "5.1.130", - "contentHash": "+/McfeWhEt5LlhWdVzAkO88YcP/i56Ih3u+3l+AzlKxt1xb7f0bywwFacozx9AgU0tdVAl8GIa27AeYLhBI18Q==" + "requested": "[5.1.138, 5.1.138]", + "resolved": "5.1.138", + "contentHash": "TeVops3YiAP96csyD+5dtgW5ZuY1WX4WUP3TJjnimJlsEUoJBIfVPk3U4YPfzGWkkLPhXao4EmBuKqIoiSvX9A==" }, "nanoFramework.Runtime.Events": { "type": "Direct", @@ -46,9 +46,9 @@ }, "nanoFramework.System.Net": { "type": "Direct", - "requested": "[1.10.79, 1.10.79]", - "resolved": "1.10.79", - "contentHash": "FdQQDEUsudwSTc7NErfC2NxUubfHG3IwIHJUSIXToWSDBT5T1ijBk/uuZV6Efuzy4xh81kpvPdnXpv6s6LYoCg==" + "requested": "[1.11.1, 1.11.1]", + "resolved": "1.11.1", + "contentHash": "TgHj3JFlGScw+0/l2Rix7uSLrb+pc/IFHJTQwcEogUlF4gtV18B52JUtrxYiLAR1KyFxwsGiA9txrTHPAZBvXQ==" }, "nanoFramework.System.Text": { "type": "Direct",