Skip to content

Commit f24cc0b

Browse files
authored
Update 6 NuGet dependencies
1 parent f642bdb commit f24cc0b

37 files changed

+105
-105
lines changed

devices/AtModem/AtModem.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
</ItemGroup>
243243
<ItemGroup>
244244
<Reference Include="Iot.Device.Common.GnssDevice, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
245-
<HintPath>packages\nanoFramework.Iot.Device.Common.GnssDevice.1.0.214\lib\Iot.Device.Common.GnssDevice.dll</HintPath>
245+
<HintPath>packages\nanoFramework.Iot.Device.Common.GnssDevice.1.0.230\lib\Iot.Device.Common.GnssDevice.dll</HintPath>
246246
</Reference>
247247
<Reference Include="mscorlib, Version=1.17.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
248248
<HintPath>packages\nanoFramework.CoreLibrary.1.17.1\lib\mscorlib.dll</HintPath>

devices/AtModem/AtModem.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This nuget allows to use AT Modem for SMS, calls, network, internal storage, HTT
2727
<dependency id="nanoFramework.System.IO.Ports" version="1.1.125" />
2828
<dependency id="nanoFramework.System.Math" version="1.5.102" />
2929
<dependency id="nanoFramework.System.Threading" version="1.1.49" />
30-
<dependency id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.214" />
30+
<dependency id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.230" />
3131
<dependency id="UnitsNet.nanoFramework.ElectricPotential" version="5.70.0" />
3232
<dependency id="UnitsNet.nanoFramework.Ratio" version="5.70.0" />
3333
</dependencies>

devices/AtModem/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.17.1" targetFramework="netnano1.0" />
4-
<package id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.214" targetFramework="netnano1.0" />
4+
<package id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.230" targetFramework="netnano1.0" />
55
<package id="nanoFramework.M2Mqtt.Core" version="5.1.187" targetFramework="netnano1.0" />
66
<package id="nanoFramework.Runtime.Events" version="1.11.30" targetFramework="netnano1.0" />
77
<package id="nanoFramework.Runtime.Native" version="1.7.9" targetFramework="netnano1.0" />

devices/AtModem/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"nanoFramework.Iot.Device.Common.GnssDevice": {
1212
"type": "Direct",
13-
"requested": "[1.0.214, 1.0.214]",
14-
"resolved": "1.0.214",
15-
"contentHash": "NRvXCKVfPtCYZ34J3X5/R2K4uu/ns7Dpu+iK6bCB2QzkHE0NEODcahHc9GzI1zZATCXjABh4EChSJxU1s2enLQ=="
13+
"requested": "[1.0.230, 1.0.230]",
14+
"resolved": "1.0.230",
15+
"contentHash": "yFkGfBdOHT3yWxHC1rMudb+fmmEPTCo/pfy2cUgTR7Og3Kea5oNniKOyd3CzLF4TBkgVUjorOPqbklI+RRbDhg=="
1616
},
1717
"nanoFramework.M2Mqtt.Core": {
1818
"type": "Direct",

devices/AtModem/samples/AtModem.Sample.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</ItemGroup>
2525
<ItemGroup>
2626
<Reference Include="Iot.Device.Common.GnssDevice, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
27-
<HintPath>..\packages\nanoFramework.Iot.Device.Common.GnssDevice.1.0.214\lib\Iot.Device.Common.GnssDevice.dll</HintPath>
27+
<HintPath>..\packages\nanoFramework.Iot.Device.Common.GnssDevice.1.0.230\lib\Iot.Device.Common.GnssDevice.dll</HintPath>
2828
</Reference>
2929
<Reference Include="mscorlib, Version=1.17.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
3030
<HintPath>..\packages\nanoFramework.CoreLibrary.1.17.1\lib\mscorlib.dll</HintPath>

devices/AtModem/samples/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.17.1" targetFramework="netnano1.0" />
44
<package id="nanoFramework.Hardware.Esp32" version="1.6.31" targetFramework="netnano1.0" />
5-
<package id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.214" targetFramework="netnano1.0" />
5+
<package id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.230" targetFramework="netnano1.0" />
66
<package id="nanoFramework.M2Mqtt.Core" version="5.1.187" targetFramework="netnano1.0" />
77
<package id="nanoFramework.Runtime.Events" version="1.11.30" targetFramework="netnano1.0" />
88
<package id="nanoFramework.Runtime.Native" version="1.7.9" targetFramework="netnano1.0" />

devices/Ccs811/samples/Ccs811.Sample.nfproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
<Reference Include="mscorlib, Version=1.17.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
2525
<HintPath>..\packages\nanoFramework.CoreLibrary.1.17.1\lib\mscorlib.dll</HintPath>
2626
</Reference>
27-
<Reference Include="nanoFramework.Logging, Version=1.1.146.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
28-
<HintPath>..\packages\nanoFramework.Logging.1.1.146\lib\nanoFramework.Logging.dll</HintPath>
27+
<Reference Include="nanoFramework.Logging, Version=1.1.147.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
28+
<HintPath>..\packages\nanoFramework.Logging.1.1.147\lib\nanoFramework.Logging.dll</HintPath>
2929
</Reference>
30-
<Reference Include="nanoFramework.Logging.Stream, Version=1.1.146.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
31-
<HintPath>..\packages\nanoFramework.Logging.Stream.1.1.146\lib\nanoFramework.Logging.Stream.dll</HintPath>
30+
<Reference Include="nanoFramework.Logging.Stream, Version=1.1.147.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
31+
<HintPath>..\packages\nanoFramework.Logging.Stream.1.1.147\lib\nanoFramework.Logging.Stream.dll</HintPath>
3232
</Reference>
3333
<Reference Include="nanoFramework.Runtime.Events, Version=1.11.30.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
3434
<HintPath>..\packages\nanoFramework.Runtime.Events.1.11.30\lib\nanoFramework.Runtime.Events.dll</HintPath>
@@ -51,8 +51,8 @@
5151
<Reference Include="System.Diagnostics.Stopwatch, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
5252
<HintPath>..\packages\nanoFramework.System.Diagnostics.Stopwatch.1.2.815\lib\System.Diagnostics.Stopwatch.dll</HintPath>
5353
</Reference>
54-
<Reference Include="System.IO.FileSystem, Version=1.1.80.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
55-
<HintPath>..\packages\nanoFramework.System.IO.FileSystem.1.1.80\lib\System.IO.FileSystem.dll</HintPath>
54+
<Reference Include="System.IO.FileSystem, Version=1.1.81.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
55+
<HintPath>..\packages\nanoFramework.System.IO.FileSystem.1.1.81\lib\System.IO.FileSystem.dll</HintPath>
5656
</Reference>
5757
<Reference Include="System.IO.Streams, Version=1.1.89.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
5858
<HintPath>..\packages\nanoFramework.System.IO.Streams.1.1.89\lib\System.IO.Streams.dll</HintPath>

devices/Ccs811/samples/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.17.1" targetFramework="netnano1.0" />
4-
<package id="nanoFramework.Logging" version="1.1.146" targetFramework="netnano1.0" />
5-
<package id="nanoFramework.Logging.Stream" version="1.1.146" targetFramework="netnano1.0" />
4+
<package id="nanoFramework.Logging" version="1.1.147" targetFramework="netnano1.0" />
5+
<package id="nanoFramework.Logging.Stream" version="1.1.147" targetFramework="netnano1.0" />
66
<package id="nanoFramework.Runtime.Events" version="1.11.30" targetFramework="netnano1.0" />
77
<package id="nanoFramework.Runtime.Native" version="1.7.9" targetFramework="netnano1.0" />
88
<package id="nanoFramework.System.Buffers.Binary.BinaryPrimitives" version="1.2.807" targetFramework="netnano1.0" />
99
<package id="nanoFramework.System.Device.I2c" version="1.1.27" targetFramework="netnano1.0" />
1010
<package id="nanoFramework.System.Diagnostics.Stopwatch" version="1.2.815" targetFramework="netnano1.0" />
11-
<package id="nanoFramework.System.IO.FileSystem" version="1.1.80" targetFramework="netnano1.0" />
11+
<package id="nanoFramework.System.IO.FileSystem" version="1.1.81" targetFramework="netnano1.0" />
1212
<package id="nanoFramework.System.IO.Streams" version="1.1.89" targetFramework="netnano1.0" />
1313
<package id="nanoFramework.System.Runtime" version="1.0.28" targetFramework="netnano1.0" />
1414
<package id="nanoFramework.System.Text" version="1.3.29" targetFramework="netnano1.0" />

devices/Ccs811/samples/packages.lock.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
},
1111
"nanoFramework.Logging": {
1212
"type": "Direct",
13-
"requested": "[1.1.146, 1.1.146]",
14-
"resolved": "1.1.146",
15-
"contentHash": "AwnVB8nrJDJqOPq8rSu/96VrmQEDKnc/LXyr69lJhQ2eKOTI0eHvE2rYlwpol0fQC7tMgawK4tGtUz2Xj1oLbw=="
13+
"requested": "[1.1.147, 1.1.147]",
14+
"resolved": "1.1.147",
15+
"contentHash": "fFWVO1Dxvfua9gttxh9As6JE3b8vLY9xNmwIMu1ImsDnzKjlnfh+5JybHrVIqQY5+dEqnM11UroCDyYNVE7uAQ=="
1616
},
1717
"nanoFramework.Logging.Stream": {
1818
"type": "Direct",
19-
"requested": "[1.1.146, 1.1.146]",
20-
"resolved": "1.1.146",
21-
"contentHash": "xZk/7yWaH2547SCIkcThN9eqmXkXT1YGYmf9G9RRV3crIiW28VFguoM31xZgKUtGQ8sqzza9vWC/OK65msCoyw=="
19+
"requested": "[1.1.147, 1.1.147]",
20+
"resolved": "1.1.147",
21+
"contentHash": "nf5PPkSf5cmLG4sWRwEa6dkZz11QUIgs1K46nQN+1CX4DPQCMUvcL4z5k2f1IAor1kDPdfC5B/SXya5sNAf6zw=="
2222
},
2323
"nanoFramework.Runtime.Events": {
2424
"type": "Direct",
@@ -52,9 +52,9 @@
5252
},
5353
"nanoFramework.System.IO.FileSystem": {
5454
"type": "Direct",
55-
"requested": "[1.1.80, 1.1.80]",
56-
"resolved": "1.1.80",
57-
"contentHash": "DQ7o0IDznDJLZ3CwWqIZdixaRDo7KxZktAyfHmD5PCAd1GiFNG6K0E/L6flBN4JypMT1Th+h29vEGyCQbwoGpg=="
55+
"requested": "[1.1.81, 1.1.81]",
56+
"resolved": "1.1.81",
57+
"contentHash": "ofjRWzWnD9T8wKSM9GrJYqEbWZqhEITAg6oRk/lJXqxoNk3OPqHfYxQpqlOBu9ArYPWXS2shz2b1nBfmzkzicA=="
5858
},
5959
"nanoFramework.System.IO.Streams": {
6060
"type": "Direct",

devices/Mfrc522/Mfrc522.nfproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,22 @@
5858
</ItemGroup>
5959
<ItemGroup>
6060
<Reference Include="Iot.Device.Card, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
61-
<HintPath>packages\nanoFramework.Iot.Device.Card.1.2.817\lib\Iot.Device.Card.dll</HintPath>
61+
<HintPath>packages\nanoFramework.Iot.Device.Card.1.2.840\lib\Iot.Device.Card.dll</HintPath>
6262
</Reference>
6363
<Reference Include="Iot.Device.Mifare, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
64-
<HintPath>packages\nanoFramework.Iot.Device.Card.1.2.817\lib\Iot.Device.Mifare.dll</HintPath>
64+
<HintPath>packages\nanoFramework.Iot.Device.Card.1.2.840\lib\Iot.Device.Mifare.dll</HintPath>
6565
</Reference>
6666
<Reference Include="Iot.Device.Ndef, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
67-
<HintPath>packages\nanoFramework.Iot.Device.Card.1.2.817\lib\Iot.Device.Ndef.dll</HintPath>
67+
<HintPath>packages\nanoFramework.Iot.Device.Card.1.2.840\lib\Iot.Device.Ndef.dll</HintPath>
6868
</Reference>
6969
<Reference Include="Iot.Device.Ultralight, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
70-
<HintPath>packages\nanoFramework.Iot.Device.Card.1.2.817\lib\Iot.Device.Ultralight.dll</HintPath>
70+
<HintPath>packages\nanoFramework.Iot.Device.Card.1.2.840\lib\Iot.Device.Ultralight.dll</HintPath>
7171
</Reference>
7272
<Reference Include="mscorlib, Version=1.17.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
7373
<HintPath>packages\nanoFramework.CoreLibrary.1.17.1\lib\mscorlib.dll</HintPath>
7474
</Reference>
75-
<Reference Include="nanoFramework.Logging, Version=1.1.146.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
76-
<HintPath>packages\nanoFramework.Logging.1.1.146\lib\nanoFramework.Logging.dll</HintPath>
75+
<Reference Include="nanoFramework.Logging, Version=1.1.147.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
76+
<HintPath>packages\nanoFramework.Logging.1.1.147\lib\nanoFramework.Logging.dll</HintPath>
7777
</Reference>
7878
<Reference Include="nanoFramework.Runtime.Events, Version=1.11.30.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
7979
<HintPath>packages\nanoFramework.Runtime.Events.1.11.30\lib\nanoFramework.Runtime.Events.dll</HintPath>

0 commit comments

Comments
 (0)