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 Feb 5, 2025
1 parent ef1eed5 commit b781a87
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.177\lib\Iot.Device.Common.GnssDevice.dll</HintPath>
<HintPath>packages\nanoFramework.Iot.Device.Common.GnssDevice.1.0.182\lib\Iot.Device.Common.GnssDevice.dll</HintPath>
</Reference>
<Reference Include="mscorlib, Version=1.16.11.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>packages\nanoFramework.CoreLibrary.1.16.11\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.119" />
<dependency id="nanoFramework.System.Math" version="1.5.90" />
<dependency id="nanoFramework.System.Threading" version="1.1.46" />
<dependency id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.177" />
<dependency id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.182" />
<dependency id="UnitsNet.nanoFramework.ElectricPotential" version="5.69.0" />
<dependency id="UnitsNet.nanoFramework.Ratio" version="5.69.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.16.11" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.177" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.182" targetFramework="netnano1.0" />
<package id="nanoFramework.M2Mqtt.Core" version="5.1.176" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Events" version="1.11.29" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Native" version="1.7.8" 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.177, 1.0.177]",
"resolved": "1.0.177",
"contentHash": "S9Wswip0JCkcJtLVCI/JBmOUg9v8yJfUTRm28Q6cbz60bS3yi8Vr05chfzxBHdWXUhEqLU1mmeBLIsCpCwQakg=="
"requested": "[1.0.182, 1.0.182]",
"resolved": "1.0.182",
"contentHash": "UMJm3bDf78ZcayEmOQhXRHVwNL16FILMu9rJdjybRbIq9MFdxQ5+a4YZvt/953duRr25cySnz/Shx1DHWqvBBw=="
},
"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.177\lib\Iot.Device.Common.GnssDevice.dll</HintPath>
<HintPath>..\packages\nanoFramework.Iot.Device.Common.GnssDevice.1.0.182\lib\Iot.Device.Common.GnssDevice.dll</HintPath>
</Reference>
<Reference Include="mscorlib, Version=1.16.11.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.16.11\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.16.11" targetFramework="netnano1.0" />
<package id="nanoFramework.Hardware.Esp32" version="1.6.29" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.177" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.182" targetFramework="netnano1.0" />
<package id="nanoFramework.M2Mqtt.Core" version="5.1.176" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Events" version="1.11.29" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Native" version="1.7.8" targetFramework="netnano1.0" />
Expand Down

0 comments on commit b781a87

Please sign in to comment.