Skip to content

Commit

Permalink
Update 1 NuGet dependencies
Browse files Browse the repository at this point in the history
***NO_CI***
  • Loading branch information
nfbot authored May 29, 2024
1 parent ebd6022 commit bae2e31
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions Samples/BLEKeyboardSample/BLEKeyboardSample.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@
<Reference Include="nanoFramework.System.Text">
<HintPath>..\..\packages\nanoFramework.System.Text.1.2.54\lib\nanoFramework.System.Text.dll</HintPath>
</Reference>
<Reference Include="System.Device.Gpio">
<HintPath>..\..\packages\nanoFramework.System.Device.Gpio.1.1.38\lib\System.Device.Gpio.dll</HintPath>
<Reference Include="System.Device.Gpio, Version=1.1.41.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.System.Device.Gpio.1.1.41\lib\System.Device.Gpio.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="UnitsNet.Ratio, Version=5.50.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\packages\UnitsNet.nanoFramework.Ratio.5.50.0\lib\UnitsNet.Ratio.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion Samples/BLEKeyboardSample/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<package id="nanoFramework.Runtime.Events" version="1.11.18" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Native" version="1.6.12" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Collections" version="1.5.31" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Gpio" version="1.1.38" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Gpio" version="1.1.41" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Text" version="1.2.54" targetFramework="netnano1.0" />
<package id="UnitsNet.nanoFramework.Ratio" version="5.50.0" targetFramework="netnano1.0" />
</packages>
6 changes: 3 additions & 3 deletions Samples/BLEKeyboardSample/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
},
"nanoFramework.System.Device.Gpio": {
"type": "Direct",
"requested": "[1.1.38, 1.1.38]",
"resolved": "1.1.38",
"contentHash": "t2em7yn9sZpWWj52Xh4f4JjzUQX8/UB7C+XMnMiSGileGhRg86IwszA5/0bGUgc/dKC/AYRSqraPiEB0Q6jhBA=="
"requested": "[1.1.41, 1.1.41]",
"resolved": "1.1.41",
"contentHash": "5QnpdfvjxOvka2S5IHSdKudWmkH+CDQ3TFFuXOGuNlgZJFsAx0/k5zuwgJYkxIyGbL8kdcjBWLyDNdihjA1pUg=="
},
"nanoFramework.System.Text": {
"type": "Direct",
Expand Down

0 comments on commit bae2e31

Please sign in to comment.