Skip to content

Commit

Permalink
Update 1 NuGet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nfbot authored Jan 22, 2025
1 parent ba8faff commit 27ec877
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion devices/AtModem/AtModem.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Iot.Device.Common.GnssDevice, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>packages\nanoFramework.Iot.Device.Common.GnssDevice.1.0.129\lib\Iot.Device.Common.GnssDevice.dll</HintPath>
<HintPath>packages\nanoFramework.Iot.Device.Common.GnssDevice.1.0.135\lib\Iot.Device.Common.GnssDevice.dll</HintPath>
</Reference>
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion devices/AtModem/AtModem.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This nuget allows to use AT Modem for SMS, calls, network, internal storage, HTT
<dependency id="nanoFramework.System.IO.Ports" version="1.1.107" />
<dependency id="nanoFramework.System.Math" version="1.5.43" />
<dependency id="nanoFramework.System.Threading" version="1.1.32" />
<dependency id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.129" />
<dependency id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.135" />
<dependency id="UnitsNet.nanoFramework.ElectricPotential" version="5.66.0" />
<dependency id="UnitsNet.nanoFramework.Ratio" version="5.66.0" />
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion devices/AtModem/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.129" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.135" targetFramework="netnano1.0" />
<package id="nanoFramework.M2Mqtt.Core" version="5.1.158" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Events" version="1.11.18" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Native" version="1.7.1" targetFramework="netnano1.0" />
Expand Down
6 changes: 3 additions & 3 deletions devices/AtModem/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"nanoFramework.Iot.Device.Common.GnssDevice": {
"type": "Direct",
"requested": "[1.0.129, 1.0.129]",
"resolved": "1.0.129",
"contentHash": "qGeALfRhk7Ok3xl5u7Xkyyr4/bEwXAGfY8RiCaxgUf6CxKrWkAbI9/XyE7G8H3Ws3M/3u2sYsKRZk5caLaDpvg=="
"requested": "[1.0.135, 1.0.135]",
"resolved": "1.0.135",
"contentHash": "cpDYcsO7R/ZWbm8xSvhKaZWWSOsLwL69Cda0eEJV3PmNa+OHQAuvdP+CheaCdf1dqfu/98Dilq7dcpYZ78hiTA=="
},
"nanoFramework.M2Mqtt.Core": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion devices/AtModem/samples/AtModem.Sample.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Iot.Device.Common.GnssDevice, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Iot.Device.Common.GnssDevice.1.0.129\lib\Iot.Device.Common.GnssDevice.dll</HintPath>
<HintPath>..\packages\nanoFramework.Iot.Device.Common.GnssDevice.1.0.135\lib\Iot.Device.Common.GnssDevice.dll</HintPath>
</Reference>
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion devices/AtModem/samples/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Hardware.Esp32" version="1.6.23" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.129" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.135" targetFramework="netnano1.0" />
<package id="nanoFramework.M2Mqtt.Core" version="5.1.158" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Events" version="1.11.18" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Native" version="1.7.1" targetFramework="netnano1.0" />
Expand Down

0 comments on commit 27ec877

Please sign in to comment.