Skip to content

Commit 5303232

Browse files
authored
Update 1 NuGet dependencies
1 parent 0b2c6c8 commit 5303232

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
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.88\lib\Iot.Device.Common.GnssDevice.dll</HintPath>
245+
<HintPath>packages\nanoFramework.Iot.Device.Common.GnssDevice.1.0.110\lib\Iot.Device.Common.GnssDevice.dll</HintPath>
246246
</Reference>
247247
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
248248
<HintPath>packages\nanoFramework.CoreLibrary.1.15.5\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.86" />
2828
<dependency id="nanoFramework.System.Math" version="1.5.43" />
2929
<dependency id="nanoFramework.System.Threading" version="1.1.32" />
30-
<dependency id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.88" />
30+
<dependency id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.110" />
3131
<dependency id="UnitsNet.nanoFramework.ElectricPotential" version="5.65.0" />
3232
<dependency id="UnitsNet.nanoFramework.Ratio" version="5.65.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.15.5" targetFramework="netnano1.0" />
4-
<package id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.88" targetFramework="netnano1.0" />
4+
<package id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.110" targetFramework="netnano1.0" />
55
<package id="nanoFramework.M2Mqtt.Core" version="5.1.146" targetFramework="netnano1.0" />
66
<package id="nanoFramework.Runtime.Events" version="1.11.18" targetFramework="netnano1.0" />
77
<package id="nanoFramework.Runtime.Native" version="1.7.1" 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.88, 1.0.88]",
14-
"resolved": "1.0.88",
15-
"contentHash": "gA+uP0tBb7L1LNlUxEm8z0V8a5h6RY0grZnez1a4d8Ajkn4OrJZmtMf4+5Rx19SBpbpeue1QK/X68Fesl80tXA=="
13+
"requested": "[1.0.110, 1.0.110]",
14+
"resolved": "1.0.110",
15+
"contentHash": "ksby9ODtDBczjf4AUPrgnd6FVM8bZGSrIFX6mii+Qn2wuQBJzvTmdOZtIjJz9bHxByamL4q+5e1xx7Lb3Y8dwA=="
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.88\lib\Iot.Device.Common.GnssDevice.dll</HintPath>
27+
<HintPath>..\packages\nanoFramework.Iot.Device.Common.GnssDevice.1.0.110\lib\Iot.Device.Common.GnssDevice.dll</HintPath>
2828
</Reference>
2929
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
3030
<HintPath>..\packages\nanoFramework.CoreLibrary.1.15.5\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.15.5" targetFramework="netnano1.0" />
44
<package id="nanoFramework.Hardware.Esp32" version="1.6.23" targetFramework="netnano1.0" />
5-
<package id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.88" targetFramework="netnano1.0" />
5+
<package id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.110" targetFramework="netnano1.0" />
66
<package id="nanoFramework.M2Mqtt.Core" version="5.1.146" targetFramework="netnano1.0" />
77
<package id="nanoFramework.Runtime.Events" version="1.11.18" targetFramework="netnano1.0" />
88
<package id="nanoFramework.Runtime.Native" version="1.7.1" targetFramework="netnano1.0" />

0 commit comments

Comments
 (0)