Skip to content

Commit

Permalink
Update 3 NuGet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nfbot authored Oct 13, 2022
1 parent b1e3675 commit e568562
Show file tree
Hide file tree
Showing 53 changed files with 145 additions and 145 deletions.
2 changes: 1 addition & 1 deletion Tests/AtomLiteTestApp/AtomLiteTestApp.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.114\lib\Iot.Device.Button.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.122\lib\Iot.Device.Button.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Iot.Device.Ws28xx.Esp32, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand Down
2 changes: 1 addition & 1 deletion Tests/AtomLiteTestApp/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="nanoFramework.CoreLibrary" version="1.12.0" targetFramework="netnano1.0" />
<package id="nanoFramework.Hardware.Esp32.Rmt" version="1.2.3.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.114" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.122" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Ws28xx.Esp32" version="1.2.114" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Events" version="1.11.1" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Gpio" version="1.1.22" targetFramework="netnano1.0" />
Expand Down
6 changes: 3 additions & 3 deletions Tests/AtomLiteTestApp/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"nanoFramework.Iot.Device.Button": {
"type": "Direct",
"requested": "[1.2.114, 1.2.114]",
"resolved": "1.2.114",
"contentHash": "Cw5iZGZO3Gr5s/xjEcgjybQnysn++0ukl3gR37DCV3Zq56EXwA6CpY0hC0+WR6McngBksHmY4r0b629a64GsWQ=="
"requested": "[1.2.122, 1.2.122]",
"resolved": "1.2.122",
"contentHash": "tnTmXVT9BfBta9XtY3xABliXejwxuO4llAz5GpC3dOeM4wB0ydscsWH0cPGGqK2LYqWnDhx3bQelvTtTGJ3qNA=="
},
"nanoFramework.Iot.Device.Ws28xx.Esp32": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion Tests/AtomMatrixTestApp/AtomMatrixTestApp.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.114\lib\Iot.Device.Button.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.122\lib\Iot.Device.Button.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Iot.Device.Ws28xx.Esp32, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand Down
2 changes: 1 addition & 1 deletion Tests/AtomMatrixTestApp/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="nanoFramework.CoreLibrary" version="1.12.0" targetFramework="netnano1.0" />
<package id="nanoFramework.Hardware.Esp32.Rmt" version="1.2.3.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.114" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.122" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Ws28xx.Esp32" version="1.2.114" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Events" version="1.11.1" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Gpio" version="1.1.22" targetFramework="netnano1.0" />
Expand Down
6 changes: 3 additions & 3 deletions Tests/AtomMatrixTestApp/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"nanoFramework.Iot.Device.Button": {
"type": "Direct",
"requested": "[1.2.114, 1.2.114]",
"resolved": "1.2.114",
"contentHash": "Cw5iZGZO3Gr5s/xjEcgjybQnysn++0ukl3gR37DCV3Zq56EXwA6CpY0hC0+WR6McngBksHmY4r0b629a64GsWQ=="
"requested": "[1.2.122, 1.2.122]",
"resolved": "1.2.122",
"contentHash": "tnTmXVT9BfBta9XtY3xABliXejwxuO4llAz5GpC3dOeM4wB0ydscsWH0cPGGqK2LYqWnDhx3bQelvTtTGJ3qNA=="
},
"nanoFramework.Iot.Device.Ws28xx.Esp32": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion Tests/FireTestApp/FireTestApp.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Private>True</Private>
</Reference>
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.114\lib\Iot.Device.Button.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.122\lib\Iot.Device.Button.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Iot.Device.Buzzer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand Down
2 changes: 1 addition & 1 deletion Tests/FireTestApp/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package id="nanoFramework.Graphics" version="1.1.13" targetFramework="netnano1.0" />
<package id="nanoFramework.Hardware.Esp32.Rmt" version="1.2.3.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Bmm150" version="1.2.87" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.114" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.122" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.87" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Ip5306" version="1.2.63" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.2.87" targetFramework="netnano1.0" />
Expand Down
6 changes: 3 additions & 3 deletions Tests/FireTestApp/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
},
"nanoFramework.Iot.Device.Button": {
"type": "Direct",
"requested": "[1.2.114, 1.2.114]",
"resolved": "1.2.114",
"contentHash": "Cw5iZGZO3Gr5s/xjEcgjybQnysn++0ukl3gR37DCV3Zq56EXwA6CpY0hC0+WR6McngBksHmY4r0b629a64GsWQ=="
"requested": "[1.2.122, 1.2.122]",
"resolved": "1.2.122",
"contentHash": "tnTmXVT9BfBta9XtY3xABliXejwxuO4llAz5GpC3dOeM4wB0ydscsWH0cPGGqK2LYqWnDhx3bQelvTtTGJ3qNA=="
},
"nanoFramework.Iot.Device.Buzzer": {
"type": "Direct",
Expand Down
6 changes: 3 additions & 3 deletions Tests/M5Core2TestApp/M5Core2TestApp.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Iot.Device.Axp192, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Axp192.1.2.114\lib\Iot.Device.Axp192.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Axp192.1.2.122\lib\Iot.Device.Axp192.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Iot.Device.Bmm150, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Bmm150.1.2.87\lib\Iot.Device.Bmm150.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.114\lib\Iot.Device.Button.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.122\lib\Iot.Device.Button.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Iot.Device.Common.NumberHelper, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand All @@ -46,7 +46,7 @@
<Private>True</Private>
</Reference>
<Reference Include="Iot.Device.Rtc, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Rtc.1.2.87\lib\Iot.Device.Rtc.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Rtc.1.2.125\lib\Iot.Device.Rtc.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="mscorlib, Version=1.12.0.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand Down
6 changes: 3 additions & 3 deletions Tests/M5Core2TestApp/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<package id="nanoFramework.CoreLibrary" version="1.12.0" targetFramework="netnano1.0" />
<package id="nanoFramework.Graphics" version="1.1.13" targetFramework="netnano1.0" />
<package id="nanoFramework.Hardware.Esp32" version="1.4.4" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Axp192" version="1.2.114" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Axp192" version="1.2.122" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Bmm150" version="1.2.87" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.114" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.122" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.NumberHelper" version="1.2.82" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.2.87" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Rtc" version="1.2.87" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Rtc" version="1.2.125" targetFramework="netnano1.0" />
<package id="nanoFramework.ResourceManager" version="1.2.7" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Events" version="1.11.1" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Native" version="1.5.4" targetFramework="netnano1.0" />
Expand Down
18 changes: 9 additions & 9 deletions Tests/M5Core2TestApp/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
},
"nanoFramework.Iot.Device.Axp192": {
"type": "Direct",
"requested": "[1.2.114, 1.2.114]",
"resolved": "1.2.114",
"contentHash": "AY6ASGILt3LlIo/hzjBh1douHbTf+Z6Vz2PuQlzp+jH3TUXV6LTNqbK86S1Z+YHyGjkLP3HZBG08s6n89J1hUA=="
"requested": "[1.2.122, 1.2.122]",
"resolved": "1.2.122",
"contentHash": "dn1aobggAQfgvk479kJ+iztxNwrewL8SUUHZP//yjm9pWvFSPah8blRxn8yLD3+7ihwcttE7EuNO127CGs6Qmg=="
},
"nanoFramework.Iot.Device.Bmm150": {
"type": "Direct",
Expand All @@ -34,9 +34,9 @@
},
"nanoFramework.Iot.Device.Button": {
"type": "Direct",
"requested": "[1.2.114, 1.2.114]",
"resolved": "1.2.114",
"contentHash": "Cw5iZGZO3Gr5s/xjEcgjybQnysn++0ukl3gR37DCV3Zq56EXwA6CpY0hC0+WR6McngBksHmY4r0b629a64GsWQ=="
"requested": "[1.2.122, 1.2.122]",
"resolved": "1.2.122",
"contentHash": "tnTmXVT9BfBta9XtY3xABliXejwxuO4llAz5GpC3dOeM4wB0ydscsWH0cPGGqK2LYqWnDhx3bQelvTtTGJ3qNA=="
},
"nanoFramework.Iot.Device.Common.NumberHelper": {
"type": "Direct",
Expand All @@ -52,9 +52,9 @@
},
"nanoFramework.Iot.Device.Rtc": {
"type": "Direct",
"requested": "[1.2.87, 1.2.87]",
"resolved": "1.2.87",
"contentHash": "FECRNI8T5TYJUD6ch1Ccq9SC9INJ/EmviHEiW7ESF9NQ+RjuRsw1VCqoZnAKIJDwTEcwMKfHcrDzqy+sFyQ1/Q=="
"requested": "[1.2.125, 1.2.125]",
"resolved": "1.2.125",
"contentHash": "JuYGEEicKtgKt2T/qbqWbEIPbXB0F2HRJuY+WJJelv+2cOChP7qPWXrrz+a8+yZdqIer83qNrKzscY3SBZdpXA=="
},
"nanoFramework.ResourceManager": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion Tests/M5CoreTestApp/M5CoreTestApp.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<Private>True</Private>
</Reference>
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.114\lib\Iot.Device.Button.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.122\lib\Iot.Device.Button.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Iot.Device.Ip5306, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand Down
2 changes: 1 addition & 1 deletion Tests/M5CoreTestApp/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="nanoFramework.CoreLibrary" version="1.12.0" targetFramework="netnano1.0" />
<package id="nanoFramework.Graphics" version="1.1.13" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Bmm150" version="1.2.87" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.114" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.122" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Ip5306" version="1.2.63" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.2.87" targetFramework="netnano1.0" />
<package id="nanoFramework.ResourceManager" version="1.2.7" targetFramework="netnano1.0" />
Expand Down
6 changes: 3 additions & 3 deletions Tests/M5CoreTestApp/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
},
"nanoFramework.Iot.Device.Button": {
"type": "Direct",
"requested": "[1.2.114, 1.2.114]",
"resolved": "1.2.114",
"contentHash": "Cw5iZGZO3Gr5s/xjEcgjybQnysn++0ukl3gR37DCV3Zq56EXwA6CpY0hC0+WR6McngBksHmY4r0b629a64GsWQ=="
"requested": "[1.2.122, 1.2.122]",
"resolved": "1.2.122",
"contentHash": "tnTmXVT9BfBta9XtY3xABliXejwxuO4llAz5GpC3dOeM4wB0ydscsWH0cPGGqK2LYqWnDhx3bQelvTtTGJ3qNA=="
},
"nanoFramework.Iot.Device.Ip5306": {
"type": "Direct",
Expand Down
6 changes: 3 additions & 3 deletions Tests/M5StickTestApp/M5StickTestApp.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Iot.Device.Axp192, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Axp192.1.2.114\lib\Iot.Device.Axp192.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Axp192.1.2.122\lib\Iot.Device.Axp192.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.114\lib\Iot.Device.Button.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.122\lib\Iot.Device.Button.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Iot.Device.Common.NumberHelper, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand All @@ -42,7 +42,7 @@
<Private>True</Private>
</Reference>
<Reference Include="Iot.Device.Rtc, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Rtc.1.2.87\lib\Iot.Device.Rtc.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Rtc.1.2.125\lib\Iot.Device.Rtc.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="mscorlib, Version=1.12.0.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand Down
6 changes: 3 additions & 3 deletions Tests/M5StickTestApp/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<package id="nanoFramework.Graphics" version="1.1.13" targetFramework="netnano1.0" />
<package id="nanoFramework.Hardware.Esp32" version="1.4.4" targetFramework="netnano1.0" />
<package id="nanoFramework.Hardware.Esp32.Rmt" version="1.2.3.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Axp192" version="1.2.114" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.114" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Axp192" version="1.2.122" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.122" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.NumberHelper" version="1.2.82" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.2.87" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Rtc" version="1.2.87" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Rtc" version="1.2.125" targetFramework="netnano1.0" />
<package id="nanoFramework.ResourceManager" version="1.2.7" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Events" version="1.11.1" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Native" version="1.5.4" targetFramework="netnano1.0" />
Expand Down
18 changes: 9 additions & 9 deletions Tests/M5StickTestApp/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
},
"nanoFramework.Iot.Device.Axp192": {
"type": "Direct",
"requested": "[1.2.114, 1.2.114]",
"resolved": "1.2.114",
"contentHash": "AY6ASGILt3LlIo/hzjBh1douHbTf+Z6Vz2PuQlzp+jH3TUXV6LTNqbK86S1Z+YHyGjkLP3HZBG08s6n89J1hUA=="
"requested": "[1.2.122, 1.2.122]",
"resolved": "1.2.122",
"contentHash": "dn1aobggAQfgvk479kJ+iztxNwrewL8SUUHZP//yjm9pWvFSPah8blRxn8yLD3+7ihwcttE7EuNO127CGs6Qmg=="
},
"nanoFramework.Iot.Device.Button": {
"type": "Direct",
"requested": "[1.2.114, 1.2.114]",
"resolved": "1.2.114",
"contentHash": "Cw5iZGZO3Gr5s/xjEcgjybQnysn++0ukl3gR37DCV3Zq56EXwA6CpY0hC0+WR6McngBksHmY4r0b629a64GsWQ=="
"requested": "[1.2.122, 1.2.122]",
"resolved": "1.2.122",
"contentHash": "tnTmXVT9BfBta9XtY3xABliXejwxuO4llAz5GpC3dOeM4wB0ydscsWH0cPGGqK2LYqWnDhx3bQelvTtTGJ3qNA=="
},
"nanoFramework.Iot.Device.Common.NumberHelper": {
"type": "Direct",
Expand All @@ -52,9 +52,9 @@
},
"nanoFramework.Iot.Device.Rtc": {
"type": "Direct",
"requested": "[1.2.87, 1.2.87]",
"resolved": "1.2.87",
"contentHash": "FECRNI8T5TYJUD6ch1Ccq9SC9INJ/EmviHEiW7ESF9NQ+RjuRsw1VCqoZnAKIJDwTEcwMKfHcrDzqy+sFyQ1/Q=="
"requested": "[1.2.125, 1.2.125]",
"resolved": "1.2.125",
"contentHash": "JuYGEEicKtgKt2T/qbqWbEIPbXB0F2HRJuY+WJJelv+2cOChP7qPWXrrz+a8+yZdqIer83qNrKzscY3SBZdpXA=="
},
"nanoFramework.ResourceManager": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion Tests/ToughTestApp/ToughTestApp.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Iot.Device.Axp192, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Axp192.1.2.114\lib\Iot.Device.Axp192.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Axp192.1.2.122\lib\Iot.Device.Axp192.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Iot.Device.Chsc6540, Version=1.1.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand Down
2 changes: 1 addition & 1 deletion Tests/ToughTestApp/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="nanoFramework.CoreLibrary" version="1.12.0" targetFramework="netnano1.0" />
<package id="nanoFramework.Graphics" version="1.1.13" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Axp192" version="1.2.114" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Axp192" version="1.2.122" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Chsc6540" version="1.1.82" targetFramework="netnano1.0" />
<package id="nanoFramework.ResourceManager" version="1.2.7" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Events" version="1.11.1" targetFramework="netnano1.0" />
Expand Down
6 changes: 3 additions & 3 deletions Tests/ToughTestApp/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"nanoFramework.Iot.Device.Axp192": {
"type": "Direct",
"requested": "[1.2.114, 1.2.114]",
"resolved": "1.2.114",
"contentHash": "AY6ASGILt3LlIo/hzjBh1douHbTf+Z6Vz2PuQlzp+jH3TUXV6LTNqbK86S1Z+YHyGjkLP3HZBG08s6n89J1hUA=="
"requested": "[1.2.122, 1.2.122]",
"resolved": "1.2.122",
"contentHash": "dn1aobggAQfgvk479kJ+iztxNwrewL8SUUHZP//yjm9pWvFSPah8blRxn8yLD3+7ihwcttE7EuNO127CGs6Qmg=="
},
"nanoFramework.Iot.Device.Chsc6540": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion nanoFramework.AtomLite.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.12.0" />
<dependency id="nanoFramework.Hardware.Esp32" version="1.4.4" />
<dependency id="nanoFramework.Iot.Device.Button" version="1.2.114" />
<dependency id="nanoFramework.Iot.Device.Button" version="1.2.122" />
<dependency id="nanoFramework.System.Device.Dac" version="1.4.3" />
<dependency id="nanoFramework.System.Device.Adc" version="1.0.2" />
<dependency id="nanoFramework.System.Device.I2c" version="1.0.3" />
Expand Down
2 changes: 1 addition & 1 deletion nanoFramework.AtomLite/nanoFramework.AtomLite.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Iot.Device.Button.1.2.114\lib\Iot.Device.Button.dll</HintPath>
<HintPath>..\packages\nanoFramework.Iot.Device.Button.1.2.122\lib\Iot.Device.Button.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Iot.Device.Ws28xx.Esp32, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand Down
Loading

0 comments on commit e568562

Please sign in to comment.