Skip to content

Commit f36daef

Browse files
Update 5 NuGet dependencies
1 parent 1b2afe4 commit f36daef

31 files changed

+81
-81
lines changed

Tests/FireTestApp/FireTestApp.nfproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@
3434
<Private>True</Private>
3535
</Reference>
3636
<Reference Include="Iot.Device.Buzzer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
37-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.2.10\lib\Iot.Device.Buzzer.dll</HintPath>
37+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.2.13\lib\Iot.Device.Buzzer.dll</HintPath>
3838
<Private>True</Private>
3939
</Reference>
4040
<Reference Include="Iot.Device.Ip5306, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
41-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ip5306.1.2.10\lib\Iot.Device.Ip5306.dll</HintPath>
41+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ip5306.1.2.13\lib\Iot.Device.Ip5306.dll</HintPath>
4242
<Private>True</Private>
4343
</Reference>
4444
<Reference Include="Iot.Device.Mpu6886, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
45-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Mpu6886.1.2.10\lib\Iot.Device.Mpu6886.dll</HintPath>
45+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Mpu6886.1.2.13\lib\Iot.Device.Mpu6886.dll</HintPath>
4646
<Private>True</Private>
4747
</Reference>
4848
<Reference Include="Iot.Device.Ws28xx.Esp32, Version=1.1.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

Tests/FireTestApp/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<package id="nanoFramework.Hardware.Esp32.Rmt" version="1.2.3.5" targetFramework="netnanoframework10" />
66
<package id="nanoFramework.Iot.Device.Bmm150" version="1.1.116.8772" targetFramework="netnanoframework10" />
77
<package id="nanoFramework.Iot.Device.Button" version="1.1.113.2032" targetFramework="netnanoframework10" />
8-
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.10" targetFramework="netnanoframework10" />
9-
<package id="nanoFramework.Iot.Device.Ip5306" version="1.2.10" targetFramework="netnanoframework10" />
10-
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.2.10" targetFramework="netnanoframework10" />
8+
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.13" targetFramework="netnanoframework10" />
9+
<package id="nanoFramework.Iot.Device.Ip5306" version="1.2.13" targetFramework="netnanoframework10" />
10+
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.2.13" targetFramework="netnanoframework10" />
1111
<package id="nanoFramework.Iot.Device.Ws28xx.Esp32" version="1.1.118.19693" targetFramework="netnanoframework10" />
1212
<package id="nanoFramework.ResourceManager" version="1.1.4" targetFramework="netnanoframework10" />
1313
<package id="nanoFramework.Runtime.Events" version="1.10.0" targetFramework="netnanoframework10" />

Tests/M5Core2TestApp/M5Core2TestApp.nfproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</ItemGroup>
2525
<ItemGroup>
2626
<Reference Include="Iot.Device.Axp192, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
27-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Axp192.1.2.10\lib\Iot.Device.Axp192.dll</HintPath>
27+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Axp192.1.2.13\lib\Iot.Device.Axp192.dll</HintPath>
2828
<Private>True</Private>
2929
</Reference>
3030
<Reference Include="Iot.Device.Bmm150, Version=1.1.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
@@ -40,11 +40,11 @@
4040
<Private>True</Private>
4141
</Reference>
4242
<Reference Include="Iot.Device.Mpu6886, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
43-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Mpu6886.1.2.10\lib\Iot.Device.Mpu6886.dll</HintPath>
43+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Mpu6886.1.2.13\lib\Iot.Device.Mpu6886.dll</HintPath>
4444
<Private>True</Private>
4545
</Reference>
4646
<Reference Include="Iot.Device.Rtc, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
47-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Rtc.1.2.10\lib\Iot.Device.Rtc.dll</HintPath>
47+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Rtc.1.2.13\lib\Iot.Device.Rtc.dll</HintPath>
4848
<Private>True</Private>
4949
</Reference>
5050
<Reference Include="mscorlib, Version=1.12.0.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">

Tests/M5Core2TestApp/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<package id="nanoFramework.CoreLibrary" version="1.12.0" targetFramework="netnanoframework10" />
44
<package id="nanoFramework.Graphics" version="1.0.3.4" targetFramework="netnanoframework10" />
55
<package id="nanoFramework.Hardware.Esp32" version="1.3.6.7" targetFramework="netnanoframework10" />
6-
<package id="nanoFramework.Iot.Device.Axp192" version="1.2.10" targetFramework="netnanoframework10" />
6+
<package id="nanoFramework.Iot.Device.Axp192" version="1.2.13" targetFramework="netnanoframework10" />
77
<package id="nanoFramework.Iot.Device.Bmm150" version="1.1.116.8772" targetFramework="netnanoframework10" />
88
<package id="nanoFramework.Iot.Device.Button" version="1.1.113.2032" targetFramework="netnanoframework10" />
99
<package id="nanoFramework.Iot.Device.Common.NumberHelper" version="1.1.113.2032" targetFramework="netnanoframework10" />
10-
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.2.10" targetFramework="netnanoframework10" />
11-
<package id="nanoFramework.Iot.Device.Rtc" version="1.2.10" targetFramework="netnanoframework10" />
10+
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.2.13" targetFramework="netnanoframework10" />
11+
<package id="nanoFramework.Iot.Device.Rtc" version="1.2.13" targetFramework="netnanoframework10" />
1212
<package id="nanoFramework.ResourceManager" version="1.1.4" targetFramework="netnanoframework10" />
1313
<package id="nanoFramework.Runtime.Events" version="1.10.0" targetFramework="netnanoframework10" />
1414
<package id="nanoFramework.Runtime.Native" version="1.5.4" targetFramework="netnanoframework10" />

Tests/M5CoreTestApp/M5CoreTestApp.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
<Private>True</Private>
3232
</Reference>
3333
<Reference Include="Iot.Device.Ip5306, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
34-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ip5306.1.2.10\lib\Iot.Device.Ip5306.dll</HintPath>
34+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ip5306.1.2.13\lib\Iot.Device.Ip5306.dll</HintPath>
3535
<Private>True</Private>
3636
</Reference>
3737
<Reference Include="Iot.Device.Mpu6886, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
38-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Mpu6886.1.2.10\lib\Iot.Device.Mpu6886.dll</HintPath>
38+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Mpu6886.1.2.13\lib\Iot.Device.Mpu6886.dll</HintPath>
3939
<Private>True</Private>
4040
</Reference>
4141
<Reference Include="mscorlib, Version=1.12.0.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">

Tests/M5CoreTestApp/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<package id="nanoFramework.Graphics" version="1.0.3.4" targetFramework="netnanoframework10" />
55
<package id="nanoFramework.Iot.Device.Bmm150" version="1.1.116.8772" targetFramework="netnanoframework10" />
66
<package id="nanoFramework.Iot.Device.Button" version="1.1.113.2032" targetFramework="netnanoframework10" />
7-
<package id="nanoFramework.Iot.Device.Ip5306" version="1.2.10" targetFramework="netnanoframework10" />
8-
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.2.10" targetFramework="netnanoframework10" />
7+
<package id="nanoFramework.Iot.Device.Ip5306" version="1.2.13" targetFramework="netnanoframework10" />
8+
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.2.13" targetFramework="netnanoframework10" />
99
<package id="nanoFramework.ResourceManager" version="1.1.4" targetFramework="netnanoframework10" />
1010
<package id="nanoFramework.Runtime.Events" version="1.10.0" targetFramework="netnanoframework10" />
1111
<package id="nanoFramework.Runtime.Native" version="1.5.4" targetFramework="netnanoframework10" />

Tests/M5StickTestApp/M5StickTestApp.nfproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</ItemGroup>
2525
<ItemGroup>
2626
<Reference Include="Iot.Device.Axp192, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
27-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Axp192.1.2.10\lib\Iot.Device.Axp192.dll</HintPath>
27+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Axp192.1.2.13\lib\Iot.Device.Axp192.dll</HintPath>
2828
<Private>True</Private>
2929
</Reference>
3030
<Reference Include="Iot.Device.Button, Version=1.1.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
@@ -36,11 +36,11 @@
3636
<Private>True</Private>
3737
</Reference>
3838
<Reference Include="Iot.Device.Mpu6886, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
39-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Mpu6886.1.2.10\lib\Iot.Device.Mpu6886.dll</HintPath>
39+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Mpu6886.1.2.13\lib\Iot.Device.Mpu6886.dll</HintPath>
4040
<Private>True</Private>
4141
</Reference>
4242
<Reference Include="Iot.Device.Rtc, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
43-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Rtc.1.2.10\lib\Iot.Device.Rtc.dll</HintPath>
43+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Rtc.1.2.13\lib\Iot.Device.Rtc.dll</HintPath>
4444
<Private>True</Private>
4545
</Reference>
4646
<Reference Include="mscorlib, Version=1.12.0.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">

Tests/M5StickTestApp/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<package id="nanoFramework.Graphics" version="1.0.3.4" targetFramework="netnanoframework10" />
55
<package id="nanoFramework.Hardware.Esp32" version="1.3.6.7" targetFramework="netnanoframework10" />
66
<package id="nanoFramework.Hardware.Esp32.Rmt" version="1.2.3.5" targetFramework="netnanoframework10" />
7-
<package id="nanoFramework.Iot.Device.Axp192" version="1.2.10" targetFramework="netnanoframework10" />
7+
<package id="nanoFramework.Iot.Device.Axp192" version="1.2.13" targetFramework="netnanoframework10" />
88
<package id="nanoFramework.Iot.Device.Button" version="1.1.113.2032" targetFramework="netnanoframework10" />
99
<package id="nanoFramework.Iot.Device.Common.NumberHelper" version="1.1.113.2032" targetFramework="netnanoframework10" />
10-
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.2.10" targetFramework="netnanoframework10" />
11-
<package id="nanoFramework.Iot.Device.Rtc" version="1.2.10" targetFramework="netnanoframework10" />
10+
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.2.13" targetFramework="netnanoframework10" />
11+
<package id="nanoFramework.Iot.Device.Rtc" version="1.2.13" targetFramework="netnanoframework10" />
1212
<package id="nanoFramework.ResourceManager" version="1.1.4" targetFramework="netnanoframework10" />
1313
<package id="nanoFramework.Runtime.Events" version="1.10.0" targetFramework="netnanoframework10" />
1414
<package id="nanoFramework.Runtime.Native" version="1.5.4" targetFramework="netnanoframework10" />

Tests/ToughTestApp/ToughTestApp.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424
<ItemGroup>
2525
<Reference Include="Iot.Device.Axp192, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
26-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Axp192.1.2.10\lib\Iot.Device.Axp192.dll</HintPath>
26+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Axp192.1.2.13\lib\Iot.Device.Axp192.dll</HintPath>
2727
<Private>True</Private>
2828
</Reference>
2929
<Reference Include="Iot.Device.Chsc6540">

Tests/ToughTestApp/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.12.0" targetFramework="netnanoframework10" />
44
<package id="nanoFramework.Graphics" version="1.0.3.4" targetFramework="netnanoframework10" />
5-
<package id="nanoFramework.Iot.Device.Axp192" version="1.2.10" targetFramework="netnano1.0" />
5+
<package id="nanoFramework.Iot.Device.Axp192" version="1.2.13" targetFramework="netnano1.0" />
66
<package id="nanoFramework.Iot.Device.Chsc6540" version="1.0.1.61117" targetFramework="netnano1.0" />
77
<package id="nanoFramework.ResourceManager" version="1.1.4" targetFramework="netnanoframework10" />
88
<package id="nanoFramework.Runtime.Events" version="1.10.0" targetFramework="netnanoframework10" />

0 commit comments

Comments
 (0)