Skip to content

Commit 7358743

Browse files
Update 2 NuGet dependencies
1 parent d20269f commit 7358743

33 files changed

+43
-43
lines changed

Tests/AtomLiteTestApp/AtomLiteTestApp.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</ItemGroup>
2727
<ItemGroup>
2828
<Reference Include="Iot.Device.Button, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
29-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.0.288-preview.99\lib\Iot.Device.Button.dll</HintPath>
29+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.0.289-preview.1\lib\Iot.Device.Button.dll</HintPath>
3030
<Private>True</Private>
3131
</Reference>
3232
<Reference Include="mscorlib, Version=1.12.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
@@ -42,7 +42,7 @@
4242
<Private>True</Private>
4343
</Reference>
4444
<Reference Include="System.Drawing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
45-
<HintPath>..\..\packages\nanoFramework.System.Drawing.1.0.288-preview.99\lib\System.Drawing.dll</HintPath>
45+
<HintPath>..\..\packages\nanoFramework.System.Drawing.1.0.289-preview.1\lib\System.Drawing.dll</HintPath>
4646
<Private>True</Private>
4747
</Reference>
4848
</ItemGroup>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.12.0-preview.19" targetFramework="netnanoframework10" />
4-
<package id="nanoFramework.Iot.Device.Button" version="1.0.288-preview.99" targetFramework="netnanoframework10" />
4+
<package id="nanoFramework.Iot.Device.Button" version="1.0.289-preview.1" targetFramework="netnanoframework10" />
55
<package id="nanoFramework.Runtime.Events" version="1.10.0-preview.13" targetFramework="netnanoframework10" />
66
<package id="nanoFramework.System.Device.Gpio" version="1.0.3-preview.18" targetFramework="netnanoframework10" />
7-
<package id="nanoFramework.System.Drawing" version="1.0.288-preview.99" targetFramework="netnanoframework10" />
7+
<package id="nanoFramework.System.Drawing" version="1.0.289-preview.1" targetFramework="netnanoframework10" />
88
</packages>

Tests/AtomMatrixTestApp/AtomMatrixTestApp.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</ItemGroup>
2727
<ItemGroup>
2828
<Reference Include="Iot.Device.Button, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
29-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.0.288-preview.99\lib\Iot.Device.Button.dll</HintPath>
29+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.0.289-preview.1\lib\Iot.Device.Button.dll</HintPath>
3030
<Private>True</Private>
3131
</Reference>
3232
<Reference Include="mscorlib, Version=1.12.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
@@ -42,7 +42,7 @@
4242
<Private>True</Private>
4343
</Reference>
4444
<Reference Include="System.Drawing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
45-
<HintPath>..\..\packages\nanoFramework.System.Drawing.1.0.288-preview.99\lib\System.Drawing.dll</HintPath>
45+
<HintPath>..\..\packages\nanoFramework.System.Drawing.1.0.289-preview.1\lib\System.Drawing.dll</HintPath>
4646
<Private>True</Private>
4747
</Reference>
4848
</ItemGroup>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.12.0-preview.19" targetFramework="netnanoframework10" />
4-
<package id="nanoFramework.Iot.Device.Button" version="1.0.288-preview.99" targetFramework="netnanoframework10" />
4+
<package id="nanoFramework.Iot.Device.Button" version="1.0.289-preview.1" targetFramework="netnanoframework10" />
55
<package id="nanoFramework.Runtime.Events" version="1.10.0-preview.13" targetFramework="netnanoframework10" />
66
<package id="nanoFramework.System.Device.Gpio" version="1.0.3-preview.18" targetFramework="netnanoframework10" />
7-
<package id="nanoFramework.System.Drawing" version="1.0.288-preview.99" targetFramework="netnanoframework10" />
7+
<package id="nanoFramework.System.Drawing" version="1.0.289-preview.1" targetFramework="netnanoframework10" />
88
</packages>

Tests/FireTestApp/FireTestApp.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<Private>True</Private>
3131
</Reference>
3232
<Reference Include="Iot.Device.Button, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
33-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.0.288-preview.99\lib\Iot.Device.Button.dll</HintPath>
33+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.0.289-preview.1\lib\Iot.Device.Button.dll</HintPath>
3434
<Private>True</Private>
3535
</Reference>
3636
<Reference Include="Iot.Device.Buzzer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

Tests/FireTestApp/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package id="nanoFramework.CoreLibrary" version="1.12.0-preview.19" targetFramework="netnanoframework10" />
44
<package id="nanoFramework.Graphics" version="1.0.2-preview.18" targetFramework="netnanoframework10" />
55
<package id="nanoFramework.Iot.Device.Bmm150" version="1.0.288-preview.106" targetFramework="netnanoframework10" />
6-
<package id="nanoFramework.Iot.Device.Button" version="1.0.288-preview.99" targetFramework="netnanoframework10" />
6+
<package id="nanoFramework.Iot.Device.Button" version="1.0.289-preview.1" targetFramework="netnanoframework10" />
77
<package id="nanoFramework.Iot.Device.Buzzer" version="1.0.288-preview.103" targetFramework="netnanoframework10" />
88
<package id="nanoFramework.Iot.Device.Ip5306" version="1.0.288-preview.103" targetFramework="netnanoframework10" />
99
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.0.288-preview.106" targetFramework="netnanoframework10" />

Tests/M5Core2TestApp/M5Core2TestApp.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<Private>True</Private>
3333
</Reference>
3434
<Reference Include="Iot.Device.Button, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
35-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.0.288-preview.99\lib\Iot.Device.Button.dll</HintPath>
35+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.0.289-preview.1\lib\Iot.Device.Button.dll</HintPath>
3636
<Private>True</Private>
3737
</Reference>
3838
<Reference Include="Iot.Device.Common.NumberHelper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

Tests/M5Core2TestApp/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<package id="nanoFramework.Hardware.Esp32" version="1.3.5-preview.10" targetFramework="netnanoframework10" />
66
<package id="nanoFramework.Iot.Device.Axp192" version="1.0.288-preview.103" targetFramework="netnanoframework10" />
77
<package id="nanoFramework.Iot.Device.Bmm150" version="1.0.288-preview.106" targetFramework="netnanoframework10" />
8-
<package id="nanoFramework.Iot.Device.Button" version="1.0.288-preview.99" targetFramework="netnanoframework10" />
8+
<package id="nanoFramework.Iot.Device.Button" version="1.0.289-preview.1" targetFramework="netnanoframework10" />
99
<package id="nanoFramework.Iot.Device.Common.NumberHelper" version="1.0.288-preview.99" targetFramework="netnanoframework10" />
1010
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.0.288-preview.106" targetFramework="netnanoframework10" />
1111
<package id="nanoFramework.Iot.Device.Rtc" version="1.0.288-preview.103" targetFramework="netnanoframework10" />

Tests/M5CoreTestApp/M5CoreTestApp.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<Private>True</Private>
2828
</Reference>
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.99\lib\Iot.Device.Button.dll</HintPath>
30+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.0.289-preview.1\lib\Iot.Device.Button.dll</HintPath>
3131
<Private>True</Private>
3232
</Reference>
3333
<Reference Include="Iot.Device.Ip5306, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

Tests/M5CoreTestApp/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package id="nanoFramework.CoreLibrary" version="1.12.0-preview.19" targetFramework="netnanoframework10" />
44
<package id="nanoFramework.Graphics" version="1.0.2-preview.18" targetFramework="netnanoframework10" />
55
<package id="nanoFramework.Iot.Device.Bmm150" version="1.0.288-preview.106" targetFramework="netnanoframework10" />
6-
<package id="nanoFramework.Iot.Device.Button" version="1.0.288-preview.99" targetFramework="netnanoframework10" />
6+
<package id="nanoFramework.Iot.Device.Button" version="1.0.289-preview.1" targetFramework="netnanoframework10" />
77
<package id="nanoFramework.Iot.Device.Ip5306" version="1.0.288-preview.103" targetFramework="netnanoframework10" />
88
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.0.288-preview.106" targetFramework="netnanoframework10" />
99
<package id="nanoFramework.ResourceManager" version="1.1.4-preview.13" targetFramework="netnanoframework10" />

0 commit comments

Comments
 (0)