Skip to content

Commit 7fe892c

Browse files
authored
Update 2 NuGet dependencies
1 parent 00ceedf commit 7fe892c

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Tests/MagicBitTestApp/MagicBitTestApp.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
</ItemGroup>
2424
<ItemGroup>
2525
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
26-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.114\lib\Iot.Device.Button.dll</HintPath>
26+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.122\lib\Iot.Device.Button.dll</HintPath>
2727
<Private>True</Private>
2828
</Reference>
2929
<Reference Include="Iot.Device.Buzzer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
3030
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.2.87\lib\Iot.Device.Buzzer.dll</HintPath>
3131
<Private>True</Private>
3232
</Reference>
3333
<Reference Include="Iot.Device.DCMotor, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
34-
<HintPath>..\..\packages\nanoFramework.Iot.Device.DCMotor.1.2.114\lib\Iot.Device.DCMotor.dll</HintPath>
34+
<HintPath>..\..\packages\nanoFramework.Iot.Device.DCMotor.1.2.122\lib\Iot.Device.DCMotor.dll</HintPath>
3535
<Private>True</Private>
3636
</Reference>
3737
<Reference Include="Iot.Device.ServoMotor, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

Tests/MagicBitTestApp/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.12.0" targetFramework="netnanoframework10" />
4-
<package id="nanoFramework.Iot.Device.Button" version="1.2.114" targetFramework="netnano1.0" />
4+
<package id="nanoFramework.Iot.Device.Button" version="1.2.122" targetFramework="netnano1.0" />
55
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.87" targetFramework="netnanoframework10" />
6-
<package id="nanoFramework.Iot.Device.DCMotor" version="1.2.114" targetFramework="netnano1.0" />
6+
<package id="nanoFramework.Iot.Device.DCMotor" version="1.2.122" targetFramework="netnano1.0" />
77
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.2.82" targetFramework="netnanoframework10" />
88
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.2.3" targetFramework="netnanoframework10" />
99
<package id="nanoFramework.Runtime.Events" version="1.11.1" targetFramework="netnano1.0" />

nanoFramework.MagicBit.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<dependencies>
2121
<dependency id="nanoFramework.CoreLibrary" version="1.12.0" />
2222
<dependency id="nanoFramework.Hardware.Esp32" version="1.4.4" />
23-
<dependency id="nanoFramework.Iot.Device.Button" version="1.2.114" />
23+
<dependency id="nanoFramework.Iot.Device.Button" version="1.2.122" />
2424
<dependency id="nanoFramework.Iot.Device.Buzzer" version="1.2.87" />
25-
<dependency id="nanoFramework.Iot.Device.DCMotor" version="1.2.114" />
25+
<dependency id="nanoFramework.Iot.Device.DCMotor" version="1.2.122" />
2626
<dependency id="nanoFramework.Iot.Device.ServoMotor" version="1.2.82" />
2727
<dependency id="nanoFramework.Iot.Device.Ssd13xx" version="1.2.3" />
2828
<dependency id="nanoFramework.System.Device.Adc" version="1.0.2" />

nanoFramework.MagicBit/nanoFramework.MagicBit.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
</ItemGroup>
2929
<ItemGroup>
3030
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
31-
<HintPath>..\packages\nanoFramework.Iot.Device.Button.1.2.114\lib\Iot.Device.Button.dll</HintPath>
31+
<HintPath>..\packages\nanoFramework.Iot.Device.Button.1.2.122\lib\Iot.Device.Button.dll</HintPath>
3232
<Private>True</Private>
3333
</Reference>
3434
<Reference Include="Iot.Device.Buzzer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
3535
<HintPath>..\packages\nanoFramework.Iot.Device.Buzzer.1.2.87\lib\Iot.Device.Buzzer.dll</HintPath>
3636
<Private>True</Private>
3737
</Reference>
3838
<Reference Include="Iot.Device.DCMotor, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
39-
<HintPath>..\packages\nanoFramework.Iot.Device.DCMotor.1.2.114\lib\Iot.Device.DCMotor.dll</HintPath>
39+
<HintPath>..\packages\nanoFramework.Iot.Device.DCMotor.1.2.122\lib\Iot.Device.DCMotor.dll</HintPath>
4040
<Private>True</Private>
4141
</Reference>
4242
<Reference Include="Iot.Device.ServoMotor, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

nanoFramework.MagicBit/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.12.0" targetFramework="netnanoframework10" />
44
<package id="nanoFramework.Hardware.Esp32" version="1.4.4" targetFramework="netnano1.0" />
5-
<package id="nanoFramework.Iot.Device.Button" version="1.2.114" targetFramework="netnano1.0" />
5+
<package id="nanoFramework.Iot.Device.Button" version="1.2.122" targetFramework="netnano1.0" />
66
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.87" targetFramework="netnanoframework10" />
7-
<package id="nanoFramework.Iot.Device.DCMotor" version="1.2.114" targetFramework="netnano1.0" />
7+
<package id="nanoFramework.Iot.Device.DCMotor" version="1.2.122" targetFramework="netnano1.0" />
88
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.2.82" targetFramework="netnanoframework10" />
99
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.2.3" targetFramework="netnanoframework10" />
1010
<package id="nanoFramework.Runtime.Events" version="1.11.1" targetFramework="netnano1.0" />

0 commit comments

Comments
 (0)