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 May 28, 2023
1 parent 26403aa commit 2243a43
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion nanoFramework.Azure.Devices.Client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This is an SDK for Azure IoT Hub using MQTT broker.</description>
<tags>nanoFramework C# csharp netmf netnf Microsoft.Azure.Devices nanoFramework.Azure.Devices</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.14.2" />
<dependency id="nanoFramework.Json" version="2.2.84" />
<dependency id="nanoFramework.Json" version="2.2.99" />
<dependency id="nanoFramework.M2Mqtt" version="5.1.79" />
<dependency id="nanoFramework.System.Net.Http" version="1.5.84" />
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
<HintPath>..\packages\nanoFramework.CoreLibrary.1.14.2\lib\mscorlib.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nanoFramework.Json, Version=2.2.84.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Json.2.2.84\lib\nanoFramework.Json.dll</HintPath>
<Reference Include="nanoFramework.Json, Version=2.2.99.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Json.2.2.99\lib\nanoFramework.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nanoFramework.M2Mqtt, Version=5.1.79.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand Down
2 changes: 1 addition & 1 deletion nanoFramework.Azure.Devices.Client/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.14.2" targetFramework="netnano1.0" />
<package id="nanoFramework.Json" version="2.2.84" targetFramework="netnano1.0" />
<package id="nanoFramework.Json" version="2.2.99" targetFramework="netnano1.0" />
<package id="nanoFramework.M2Mqtt" version="5.1.79" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Events" version="1.11.6" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Native" version="1.6.6" targetFramework="netnano1.0" />
Expand Down
6 changes: 3 additions & 3 deletions nanoFramework.Azure.Devices.Client/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"nanoFramework.Json": {
"type": "Direct",
"requested": "[2.2.84, 2.2.84]",
"resolved": "2.2.84",
"contentHash": "P9BnWk9Qp+3k/X11SFElmoz4/UGrHk4Ko4+6+0YORsZvLgyAE0EyvPu8LCEsoceHXeKOvHbTx8X4QFwmBwp4kA=="
"requested": "[2.2.99, 2.2.99]",
"resolved": "2.2.99",
"contentHash": "WWyvmtVDwrld8KYEeWAKGXcCTVMtkyuVaNtmrOB/WpRagCfE3i2IP776Ubrk5GXYCfI3Pta1uMqvV2N8WfaZBg=="
},
"nanoFramework.M2Mqtt": {
"type": "Direct",
Expand Down

0 comments on commit 2243a43

Please sign in to comment.