Skip to content

Commit 919388f

Browse files
Update 3 NuGet dependencies
1 parent 0501057 commit 919388f

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

Tests/MagicBitTestApp/MagicBitTestApp.nfproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
</ItemGroup>
2424
<ItemGroup>
2525
<Reference Include="Iot.Device.Button, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
26-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.0.288-preview.65\lib\Iot.Device.Button.dll</HintPath>
26+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.0.288-preview.86\lib\Iot.Device.Button.dll</HintPath>
2727
<Private>True</Private>
2828
</Reference>
2929
<Reference Include="Iot.Device.Buzzer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
30-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.0.288-preview.77\lib\Iot.Device.Buzzer.dll</HintPath>
30+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.0.288-preview.86\lib\Iot.Device.Buzzer.dll</HintPath>
3131
<Private>True</Private>
3232
</Reference>
3333
<Reference Include="Iot.Device.DCMotor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
34-
<HintPath>..\..\packages\nanoFramework.Iot.Device.DCMotor.1.0.288-preview.65\lib\Iot.Device.DCMotor.dll</HintPath>
34+
<HintPath>..\..\packages\nanoFramework.Iot.Device.DCMotor.1.0.288-preview.86\lib\Iot.Device.DCMotor.dll</HintPath>
3535
<Private>True</Private>
3636
</Reference>
3737
<Reference Include="Iot.Device.ServoMotor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

Tests/MagicBitTestApp/packages.config

Lines changed: 3 additions & 3 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-preview.9" targetFramework="netnanoframework10" />
4-
<package id="nanoFramework.Iot.Device.Button" version="1.0.288-preview.65" targetFramework="netnanoframework10" />
5-
<package id="nanoFramework.Iot.Device.Buzzer" version="1.0.288-preview.77" targetFramework="netnanoframework10" />
6-
<package id="nanoFramework.Iot.Device.DCMotor" version="1.0.288-preview.65" targetFramework="netnanoframework10" />
4+
<package id="nanoFramework.Iot.Device.Button" version="1.0.288-preview.86" targetFramework="netnanoframework10" />
5+
<package id="nanoFramework.Iot.Device.Buzzer" version="1.0.288-preview.86" targetFramework="netnanoframework10" />
6+
<package id="nanoFramework.Iot.Device.DCMotor" version="1.0.288-preview.86" targetFramework="netnanoframework10" />
77
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.0.288-preview.20" targetFramework="netnanoframework10" />
88
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.0.288-preview.48" targetFramework="netnanoframework10" />
99
<package id="nanoFramework.Runtime.Events" version="1.10.0-preview.8" targetFramework="netnanoframework10" />

nanoFramework.MagicBit.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<dependencies>
2121
<dependency id="nanoFramework.CoreLibrary" version="1.12.0-preview.9" />
2222
<dependency id="nanoFramework.Hardware.Esp32" version="1.3.5-preview.7" />
23-
<dependency id="nanoFramework.Iot.Device.Button" version="1.0.288-preview.65" />
24-
<dependency id="nanoFramework.Iot.Device.Buzzer" version="1.0.288-preview.77" />
25-
<dependency id="nanoFramework.Iot.Device.DCMotor" version="1.0.288-preview.65" />
23+
<dependency id="nanoFramework.Iot.Device.Button" version="1.0.288-preview.86" />
24+
<dependency id="nanoFramework.Iot.Device.Buzzer" version="1.0.288-preview.86" />
25+
<dependency id="nanoFramework.Iot.Device.DCMotor" version="1.0.288-preview.86" />
2626
<dependency id="nanoFramework.Iot.Device.ServoMotor" version="1.0.288-preview.20" />
2727
<dependency id="nanoFramework.Iot.Device.Ssd13xx" version="1.0.288-preview.48" />
2828
<dependency id="nanoFramework.Runtime.Events" version="1.9.2-preview.8" />

nanoFramework.MagicBit/nanoFramework.MagicBit.nfproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
</ItemGroup>
2828
<ItemGroup>
2929
<Reference Include="Iot.Device.Button, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
30-
<HintPath>..\packages\nanoFramework.Iot.Device.Button.1.0.288-preview.65\lib\Iot.Device.Button.dll</HintPath>
30+
<HintPath>..\packages\nanoFramework.Iot.Device.Button.1.0.288-preview.86\lib\Iot.Device.Button.dll</HintPath>
3131
<Private>True</Private>
3232
</Reference>
3333
<Reference Include="Iot.Device.Buzzer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
34-
<HintPath>..\packages\nanoFramework.Iot.Device.Buzzer.1.0.288-preview.77\lib\Iot.Device.Buzzer.dll</HintPath>
34+
<HintPath>..\packages\nanoFramework.Iot.Device.Buzzer.1.0.288-preview.86\lib\Iot.Device.Buzzer.dll</HintPath>
3535
<Private>True</Private>
3636
</Reference>
3737
<Reference Include="Iot.Device.DCMotor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
38-
<HintPath>..\packages\nanoFramework.Iot.Device.DCMotor.1.0.288-preview.65\lib\Iot.Device.DCMotor.dll</HintPath>
38+
<HintPath>..\packages\nanoFramework.Iot.Device.DCMotor.1.0.288-preview.86\lib\Iot.Device.DCMotor.dll</HintPath>
3939
<Private>True</Private>
4040
</Reference>
4141
<Reference Include="Iot.Device.ServoMotor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

nanoFramework.MagicBit/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.12.0-preview.9" targetFramework="netnanoframework10" />
44
<package id="nanoFramework.Hardware.Esp32" version="1.3.5-preview.7" targetFramework="netnanoframework10" />
5-
<package id="nanoFramework.Iot.Device.Button" version="1.0.288-preview.65" targetFramework="netnanoframework10" />
6-
<package id="nanoFramework.Iot.Device.Buzzer" version="1.0.288-preview.77" targetFramework="netnanoframework10" />
7-
<package id="nanoFramework.Iot.Device.DCMotor" version="1.0.288-preview.65" targetFramework="netnanoframework10" />
5+
<package id="nanoFramework.Iot.Device.Button" version="1.0.288-preview.86" targetFramework="netnanoframework10" />
6+
<package id="nanoFramework.Iot.Device.Buzzer" version="1.0.288-preview.86" targetFramework="netnanoframework10" />
7+
<package id="nanoFramework.Iot.Device.DCMotor" version="1.0.288-preview.86" targetFramework="netnanoframework10" />
88
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.0.288-preview.20" targetFramework="netnanoframework10" />
99
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.0.288-preview.48" targetFramework="netnanoframework10" />
1010
<package id="nanoFramework.Runtime.Events" version="1.10.0-preview.8" targetFramework="netnanoframework10" />

0 commit comments

Comments
 (0)