Skip to content

Commit 8c6e169

Browse files
authored
Update 1 NuGet dependencies
***NO_CI***
1 parent fb50b83 commit 8c6e169

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Samples/BLEKeyboardSample/BLEKeyboardSample.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
<Reference Include="nanoFramework.System.Text, Version=1.3.9.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4444
<HintPath>..\..\packages\nanoFramework.System.Text.1.3.9\lib\nanoFramework.System.Text.dll</HintPath>
4545
</Reference>
46-
<Reference Include="System.Device.Gpio, Version=1.1.41.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
47-
<HintPath>..\..\packages\nanoFramework.System.Device.Gpio.1.1.41\lib\System.Device.Gpio.dll</HintPath>
46+
<Reference Include="System.Device.Gpio, Version=1.1.52.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
47+
<HintPath>..\..\packages\nanoFramework.System.Device.Gpio.1.1.52\lib\System.Device.Gpio.dll</HintPath>
4848
</Reference>
4949
<Reference Include="UnitsNet.Ratio, Version=5.67.0.0, Culture=neutral, PublicKeyToken=null">
5050
<HintPath>..\..\packages\UnitsNet.nanoFramework.Ratio.5.67.0\lib\UnitsNet.Ratio.dll</HintPath>

Samples/BLEKeyboardSample/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<package id="nanoFramework.Runtime.Events" version="1.11.26" targetFramework="netnano1.0" />
66
<package id="nanoFramework.Runtime.Native" version="1.7.7" targetFramework="netnano1.0" />
77
<package id="nanoFramework.System.Collections" version="1.5.56" targetFramework="netnano1.0" />
8-
<package id="nanoFramework.System.Device.Gpio" version="1.1.41" targetFramework="netnano1.0" />
8+
<package id="nanoFramework.System.Device.Gpio" version="1.1.52" targetFramework="netnano1.0" />
99
<package id="nanoFramework.System.Text" version="1.3.9" targetFramework="netnano1.0" />
1010
<package id="UnitsNet.nanoFramework.Ratio" version="5.67.0" targetFramework="netnano1.0" />
1111
</packages>

Samples/BLEKeyboardSample/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
},
3535
"nanoFramework.System.Device.Gpio": {
3636
"type": "Direct",
37-
"requested": "[1.1.41, 1.1.41]",
38-
"resolved": "1.1.41",
39-
"contentHash": "5QnpdfvjxOvka2S5IHSdKudWmkH+CDQ3TFFuXOGuNlgZJFsAx0/k5zuwgJYkxIyGbL8kdcjBWLyDNdihjA1pUg=="
37+
"requested": "[1.1.52, 1.1.52]",
38+
"resolved": "1.1.52",
39+
"contentHash": "XkgsWQ5JMPUeKC+4IpFHtgzYLtYPI9qP6BnN1Z//L90boarLJ88FY/dqb1OsYdJJaTwtpXm/unatOvkLYdYfZQ=="
4040
},
4141
"nanoFramework.System.Text": {
4242
"type": "Direct",

0 commit comments

Comments
 (0)