From e5a5e1ffd16275420be143673b7207b641061d4e Mon Sep 17 00:00:00 2001 From: nfbot Date: Mon, 13 May 2024 02:26:24 +0100 Subject: [PATCH] Update 2 NuGet dependencies --- Tests/UnitTestDebugLogging/UnitTestDebugLogging.nfproj | 4 ++-- Tests/UnitTestDebugLogging/packages.config | 2 +- Tests/UnitTestDebugLogging/packages.lock.json | 6 +++--- nanoFramework.Logging.Serial.nuspec | 2 +- .../nanoFramework.Logging.Serial.nfproj | 4 ++-- nanoFramework.Logging.Serial/packages.config | 2 +- nanoFramework.Logging.Serial/packages.lock.json | 6 +++--- nanoFramework.Logging.Syslog.nuspec | 2 +- .../nanoFramework.Logging.Syslog.nfproj | 4 ++-- nanoFramework.Logging.Syslog/packages.config | 2 +- nanoFramework.Logging.Syslog/packages.lock.json | 6 +++--- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Tests/UnitTestDebugLogging/UnitTestDebugLogging.nfproj b/Tests/UnitTestDebugLogging/UnitTestDebugLogging.nfproj index ee049fb..bd7a1cd 100644 --- a/Tests/UnitTestDebugLogging/UnitTestDebugLogging.nfproj +++ b/Tests/UnitTestDebugLogging/UnitTestDebugLogging.nfproj @@ -75,8 +75,8 @@ ..\..\packages\nanoFramework.System.IO.FileSystem.1.1.45\lib\System.IO.FileSystem.dll True - - ..\..\packages\nanoFramework.System.IO.Ports.1.1.84\lib\System.IO.Ports.dll + + ..\..\packages\nanoFramework.System.IO.Ports.1.1.86\lib\System.IO.Ports.dll True diff --git a/Tests/UnitTestDebugLogging/packages.config b/Tests/UnitTestDebugLogging/packages.config index 28a922c..838455b 100644 --- a/Tests/UnitTestDebugLogging/packages.config +++ b/Tests/UnitTestDebugLogging/packages.config @@ -5,7 +5,7 @@ - + diff --git a/Tests/UnitTestDebugLogging/packages.lock.json b/Tests/UnitTestDebugLogging/packages.lock.json index 78a992c..48bfe8d 100644 --- a/Tests/UnitTestDebugLogging/packages.lock.json +++ b/Tests/UnitTestDebugLogging/packages.lock.json @@ -34,9 +34,9 @@ }, "nanoFramework.System.IO.Ports": { "type": "Direct", - "requested": "[1.1.84, 1.1.84]", - "resolved": "1.1.84", - "contentHash": "Md0t/qHwwheOXsAAQDznFXPPEkMTfUBNVMu+NCNEeGfaJk8PYkoRwcZDv/Ej4B2DguEO3I9RZtiCOEzrmXCZLw==" + "requested": "[1.1.86, 1.1.86]", + "resolved": "1.1.86", + "contentHash": "jZZFiZJjJYmxnxWKtC3rHDqZsiUvAlkweeIWJL2A8+rqyAEDmX2NdBSiE5FEWr6EaQ00MsSbwDertyYXVxBgAg==" }, "nanoFramework.System.IO.Streams": { "type": "Direct", diff --git a/nanoFramework.Logging.Serial.nuspec b/nanoFramework.Logging.Serial.nuspec index 8847749..266d4fa 100644 --- a/nanoFramework.Logging.Serial.nuspec +++ b/nanoFramework.Logging.Serial.nuspec @@ -22,7 +22,7 @@ There is also a package with the Stream Logging only and another with the basic - + diff --git a/nanoFramework.Logging.Serial/nanoFramework.Logging.Serial.nfproj b/nanoFramework.Logging.Serial/nanoFramework.Logging.Serial.nfproj index 8543e23..6320cca 100644 --- a/nanoFramework.Logging.Serial/nanoFramework.Logging.Serial.nfproj +++ b/nanoFramework.Logging.Serial/nanoFramework.Logging.Serial.nfproj @@ -61,8 +61,8 @@ ..\packages\nanoFramework.System.Text.1.2.54\lib\nanoFramework.System.Text.dll True - - ..\packages\nanoFramework.System.IO.Ports.1.1.84\lib\System.IO.Ports.dll + + ..\packages\nanoFramework.System.IO.Ports.1.1.86\lib\System.IO.Ports.dll True diff --git a/nanoFramework.Logging.Serial/packages.config b/nanoFramework.Logging.Serial/packages.config index 30b9d1b..53c3c0c 100644 --- a/nanoFramework.Logging.Serial/packages.config +++ b/nanoFramework.Logging.Serial/packages.config @@ -3,7 +3,7 @@ - + diff --git a/nanoFramework.Logging.Serial/packages.lock.json b/nanoFramework.Logging.Serial/packages.lock.json index 5281b89..3483c87 100644 --- a/nanoFramework.Logging.Serial/packages.lock.json +++ b/nanoFramework.Logging.Serial/packages.lock.json @@ -22,9 +22,9 @@ }, "nanoFramework.System.IO.Ports": { "type": "Direct", - "requested": "[1.1.84, 1.1.84]", - "resolved": "1.1.84", - "contentHash": "Md0t/qHwwheOXsAAQDznFXPPEkMTfUBNVMu+NCNEeGfaJk8PYkoRwcZDv/Ej4B2DguEO3I9RZtiCOEzrmXCZLw==" + "requested": "[1.1.86, 1.1.86]", + "resolved": "1.1.86", + "contentHash": "jZZFiZJjJYmxnxWKtC3rHDqZsiUvAlkweeIWJL2A8+rqyAEDmX2NdBSiE5FEWr6EaQ00MsSbwDertyYXVxBgAg==" }, "nanoFramework.System.IO.Streams": { "type": "Direct", diff --git a/nanoFramework.Logging.Syslog.nuspec b/nanoFramework.Logging.Syslog.nuspec index 306ee5d..91e1e66 100644 --- a/nanoFramework.Logging.Syslog.nuspec +++ b/nanoFramework.Logging.Syslog.nuspec @@ -22,7 +22,7 @@ There is also a package with the Serial Logging, another with Stream Logging onl - + diff --git a/nanoFramework.Logging.Syslog/nanoFramework.Logging.Syslog.nfproj b/nanoFramework.Logging.Syslog/nanoFramework.Logging.Syslog.nfproj index e00c34a..c961562 100644 --- a/nanoFramework.Logging.Syslog/nanoFramework.Logging.Syslog.nfproj +++ b/nanoFramework.Logging.Syslog/nanoFramework.Logging.Syslog.nfproj @@ -65,8 +65,8 @@ ..\packages\nanoFramework.System.IO.Streams.1.1.59\lib\System.IO.Streams.dll True - - ..\packages\nanoFramework.System.Net.1.10.77\lib\System.Net.dll + + ..\packages\nanoFramework.System.Net.1.10.79\lib\System.Net.dll True diff --git a/nanoFramework.Logging.Syslog/packages.config b/nanoFramework.Logging.Syslog/packages.config index ef12900..94c32b7 100644 --- a/nanoFramework.Logging.Syslog/packages.config +++ b/nanoFramework.Logging.Syslog/packages.config @@ -3,7 +3,7 @@ - + diff --git a/nanoFramework.Logging.Syslog/packages.lock.json b/nanoFramework.Logging.Syslog/packages.lock.json index 2eae1be..4f7b532 100644 --- a/nanoFramework.Logging.Syslog/packages.lock.json +++ b/nanoFramework.Logging.Syslog/packages.lock.json @@ -22,9 +22,9 @@ }, "nanoFramework.System.Net": { "type": "Direct", - "requested": "[1.10.77, 1.10.77]", - "resolved": "1.10.77", - "contentHash": "d/zIQqt0Y4e49tmtc2sfluE3DQa3w6hj3DHXVt5B+R2onytIJaKzJy8k8qYVyVy+EQLhdruyvcHSTIaygZrUzQ==" + "requested": "[1.10.79, 1.10.79]", + "resolved": "1.10.79", + "contentHash": "FdQQDEUsudwSTc7NErfC2NxUubfHG3IwIHJUSIXToWSDBT5T1ijBk/uuZV6Efuzy4xh81kpvPdnXpv6s6LYoCg==" }, "nanoFramework.System.Text": { "type": "Direct",