Skip to content

Commit

Permalink
Update 11 NuGet dependencies
Browse files Browse the repository at this point in the history
Bumps nanoFramework.Iot.Device.Button from 1.2.718 to 1.2.737</br>Bumps nanoFramework.Iot.Device.Ws28xx.Esp32 from 1.2.696 to 1.2.737</br>Bumps Nerdbank.GitVersioning from 3.7.112 to 3.7.115</br>Bumps nanoFramework.Iot.Device.Mpu6886 from 1.2.718 to 1.2.737</br>Bumps nanoFramework.Iot.Device.Buzzer from 1.2.718 to 1.2.737</br>Bumps nanoFramework.Iot.Device.ePaper from 1.0.558 to 1.0.573</br>Bumps nanoFramework.Iot.Device.Rtc from 1.2.718 to 1.2.737</br>Bumps nanoFramework.Iot.Device.Bmm150 from 1.2.704 to 1.2.737</br>Bumps nanoFramework.Iot.Device.Ip5306 from 1.2.718 to 1.2.737</br>Bumps nanoFramework.Iot.Device.Axp192 from 1.2.718 to 1.2.737</br>Bumps nanoFramework.Iot.Device.Chsc6540 from 1.1.696 to 1.1.737</br>
[version update]

### ⚠️ This is an automated update. ⚠️
  • Loading branch information
nfbot committed Jan 13, 2025
1 parent 72ee5af commit eae378c
Show file tree
Hide file tree
Showing 57 changed files with 419 additions and 401 deletions.
4 changes: 2 additions & 2 deletions Tests/AtomLiteTestApp/AtomLiteTestApp.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.718\lib\Iot.Device.Button.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.737\lib\Iot.Device.Button.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.Ws28xx.Esp32, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ws28xx.Esp32.1.2.696\lib\Iot.Device.Ws28xx.Esp32.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ws28xx.Esp32.1.2.737\lib\Iot.Device.Ws28xx.Esp32.dll</HintPath>
</Reference>
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions Tests/AtomLiteTestApp/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Graphics.Core" version="1.2.22" targetFramework="netnano1.0" />
<package id="nanoFramework.Hardware.Esp32.Rmt" version="2.0.13" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.718" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Ws28xx.Esp32" version="1.2.696" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.737" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Ws28xx.Esp32" version="1.2.737" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Events" version="1.11.18" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Gpio" version="1.1.41" targetFramework="netnano1.0" />
</packages>
12 changes: 6 additions & 6 deletions Tests/AtomLiteTestApp/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
},
"nanoFramework.Iot.Device.Button": {
"type": "Direct",
"requested": "[1.2.718, 1.2.718]",
"resolved": "1.2.718",
"contentHash": "u+jJCTtHEcYdWnRe7u1sSqObqlSu2c9UyyAgB0q1XYVVQYOSSCorVATgFi5d49OfVAP9so6c9I19lZogksGUAQ=="
"requested": "[1.2.737, 1.2.737]",
"resolved": "1.2.737",
"contentHash": "sOcjpoHlsA7OXZCSpeLeO1XJQDIo3i1vTBhz1zko3Op4csrlrbld8jLD6XPfnsLkDypdP6SpThBZvIA6OkOdkg=="
},
"nanoFramework.Iot.Device.Ws28xx.Esp32": {
"type": "Direct",
"requested": "[1.2.696, 1.2.696]",
"resolved": "1.2.696",
"contentHash": "ENSowII+Qex9aWx9fCVLm0gS2M+Mzu+FJIvCu0OVOQpHXbIuJJnebVYctgh1ChPKeiUSMHgEcUaCvPJq2WHNDQ=="
"requested": "[1.2.737, 1.2.737]",
"resolved": "1.2.737",
"contentHash": "I7SpEYScQN12w0ThIxENgZAAxeLCjOilTby8+QI+ISzbDpF1fkBC6eK7HqmcW5mnTSR8Qs/iyvNmEVPffWg60Q=="
},
"nanoFramework.Runtime.Events": {
"type": "Direct",
Expand Down
4 changes: 2 additions & 2 deletions Tests/AtomMatrixTestApp/AtomMatrixTestApp.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.718\lib\Iot.Device.Button.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.737\lib\Iot.Device.Button.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.Ws28xx.Esp32, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ws28xx.Esp32.1.2.696\lib\Iot.Device.Ws28xx.Esp32.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ws28xx.Esp32.1.2.737\lib\Iot.Device.Ws28xx.Esp32.dll</HintPath>
</Reference>
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions Tests/AtomMatrixTestApp/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Graphics.Core" version="1.2.22" targetFramework="netnano1.0" />
<package id="nanoFramework.Hardware.Esp32.Rmt" version="2.0.13" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.718" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Ws28xx.Esp32" version="1.2.696" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.737" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Ws28xx.Esp32" version="1.2.737" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Events" version="1.11.18" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Gpio" version="1.1.41" targetFramework="netnano1.0" />
</packages>
12 changes: 6 additions & 6 deletions Tests/AtomMatrixTestApp/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
},
"nanoFramework.Iot.Device.Button": {
"type": "Direct",
"requested": "[1.2.718, 1.2.718]",
"resolved": "1.2.718",
"contentHash": "u+jJCTtHEcYdWnRe7u1sSqObqlSu2c9UyyAgB0q1XYVVQYOSSCorVATgFi5d49OfVAP9so6c9I19lZogksGUAQ=="
"requested": "[1.2.737, 1.2.737]",
"resolved": "1.2.737",
"contentHash": "sOcjpoHlsA7OXZCSpeLeO1XJQDIo3i1vTBhz1zko3Op4csrlrbld8jLD6XPfnsLkDypdP6SpThBZvIA6OkOdkg=="
},
"nanoFramework.Iot.Device.Ws28xx.Esp32": {
"type": "Direct",
"requested": "[1.2.696, 1.2.696]",
"resolved": "1.2.696",
"contentHash": "ENSowII+Qex9aWx9fCVLm0gS2M+Mzu+FJIvCu0OVOQpHXbIuJJnebVYctgh1ChPKeiUSMHgEcUaCvPJq2WHNDQ=="
"requested": "[1.2.737, 1.2.737]",
"resolved": "1.2.737",
"contentHash": "I7SpEYScQN12w0ThIxENgZAAxeLCjOilTby8+QI+ISzbDpF1fkBC6eK7HqmcW5mnTSR8Qs/iyvNmEVPffWg60Q=="
},
"nanoFramework.Runtime.Events": {
"type": "Direct",
Expand Down
12 changes: 6 additions & 6 deletions Tests/FireTestApp/FireTestApp.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Iot.Device.Bmm150, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Bmm150.1.2.704\lib\Iot.Device.Bmm150.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Bmm150.1.2.737\lib\Iot.Device.Bmm150.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.718\lib\Iot.Device.Button.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.737\lib\Iot.Device.Button.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.Buzzer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.2.718\lib\Iot.Device.Buzzer.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.2.737\lib\Iot.Device.Buzzer.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.Ip5306, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ip5306.1.2.718\lib\Iot.Device.Ip5306.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ip5306.1.2.737\lib\Iot.Device.Ip5306.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.Mpu6886, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Mpu6886.1.2.718\lib\Iot.Device.Mpu6886.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Mpu6886.1.2.737\lib\Iot.Device.Mpu6886.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.Ws28xx.Esp32, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ws28xx.Esp32.1.2.696\lib\Iot.Device.Ws28xx.Esp32.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ws28xx.Esp32.1.2.737\lib\Iot.Device.Ws28xx.Esp32.dll</HintPath>
</Reference>
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
Expand Down
12 changes: 6 additions & 6 deletions Tests/FireTestApp/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<package id="nanoFramework.Graphics" version="1.2.22" targetFramework="netnano1.0" />
<package id="nanoFramework.Graphics.Core" version="1.2.22" targetFramework="netnano1.0" />
<package id="nanoFramework.Hardware.Esp32.Rmt" version="2.0.13" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Bmm150" version="1.2.704" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.718" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.718" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Ip5306" version="1.2.718" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.2.718" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Ws28xx.Esp32" version="1.2.696" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Bmm150" version="1.2.737" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.737" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.737" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Ip5306" version="1.2.737" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.2.737" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Ws28xx.Esp32" version="1.2.737" targetFramework="netnano1.0" />
<package id="nanoFramework.ResourceManager" version="1.2.19" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Events" version="1.11.18" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Native" version="1.7.1" targetFramework="netnano1.0" />
Expand Down
36 changes: 18 additions & 18 deletions Tests/FireTestApp/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,39 +28,39 @@
},
"nanoFramework.Iot.Device.Bmm150": {
"type": "Direct",
"requested": "[1.2.704, 1.2.704]",
"resolved": "1.2.704",
"contentHash": "DC+0W5CwL5XTtyk/M8ilhNaXhyMaj4CxN4FEEt3P4wfr7VS0LDnoR9pZtLsS2Upe5iLmYsEc4en9zY1z713mkQ=="
"requested": "[1.2.737, 1.2.737]",
"resolved": "1.2.737",
"contentHash": "ONyNjIMMOKAbB9zIfOcGIz5uxQYE7QXAaZKl4Hf/BUUoNPeGZHAteMDKPQsoebLyLULyhD5hMB+uyhzIaQ1S5w=="
},
"nanoFramework.Iot.Device.Button": {
"type": "Direct",
"requested": "[1.2.718, 1.2.718]",
"resolved": "1.2.718",
"contentHash": "u+jJCTtHEcYdWnRe7u1sSqObqlSu2c9UyyAgB0q1XYVVQYOSSCorVATgFi5d49OfVAP9so6c9I19lZogksGUAQ=="
"requested": "[1.2.737, 1.2.737]",
"resolved": "1.2.737",
"contentHash": "sOcjpoHlsA7OXZCSpeLeO1XJQDIo3i1vTBhz1zko3Op4csrlrbld8jLD6XPfnsLkDypdP6SpThBZvIA6OkOdkg=="
},
"nanoFramework.Iot.Device.Buzzer": {
"type": "Direct",
"requested": "[1.2.718, 1.2.718]",
"resolved": "1.2.718",
"contentHash": "n3zImT5n+ioC1Q7zmRlnBcC/yzEHSO/lR8Xx6TEZLcGkp2I9XyNg8Yp2mC+HB5RKw3DRNS6z5NgkZ7mBiZU2ug=="
"requested": "[1.2.737, 1.2.737]",
"resolved": "1.2.737",
"contentHash": "9qWb6qYYSqzDQc5EVSdVxesmK4L9J4zADx56b8GzxQ7DwrOEYaOoqTxDnmj6n7pcDfVKYGCO3PY8I4XNqRuHkw=="
},
"nanoFramework.Iot.Device.Ip5306": {
"type": "Direct",
"requested": "[1.2.718, 1.2.718]",
"resolved": "1.2.718",
"contentHash": "VCnjPdg+hIsYTYjXd0priNy2+yOBSDRQbjwdvLQRAkFBujUtnHEh/YUTwzCyT/7wSYN3cCbXpA4tPk582pYcVA=="
"requested": "[1.2.737, 1.2.737]",
"resolved": "1.2.737",
"contentHash": "Yrf3XsEtSdFko/o3Vm1apk+OIvncHr3QyGH8UURzokMXcYgKlIe318UDb0ayhEMXAKK6fQbBm5WlbZxb9w3Zvg=="
},
"nanoFramework.Iot.Device.Mpu6886": {
"type": "Direct",
"requested": "[1.2.718, 1.2.718]",
"resolved": "1.2.718",
"contentHash": "CEhYPPEcn9+rm/12nffQHWJOqtFvdh90CG7DTpslxjQ92zHskBVSHKZPsNSsfbt4miIf+hYRZQOrt8qJoJ5qRQ=="
"requested": "[1.2.737, 1.2.737]",
"resolved": "1.2.737",
"contentHash": "B+GPHU04eLiH/IeQc/JwqVTRaGzVZRjleYuce9Z+r4gIushgjaiAGmzeKaaKxKX3YIz8/Sq8+TRNHMKGHX1Q/Q=="
},
"nanoFramework.Iot.Device.Ws28xx.Esp32": {
"type": "Direct",
"requested": "[1.2.696, 1.2.696]",
"resolved": "1.2.696",
"contentHash": "ENSowII+Qex9aWx9fCVLm0gS2M+Mzu+FJIvCu0OVOQpHXbIuJJnebVYctgh1ChPKeiUSMHgEcUaCvPJq2WHNDQ=="
"requested": "[1.2.737, 1.2.737]",
"resolved": "1.2.737",
"contentHash": "I7SpEYScQN12w0ThIxENgZAAxeLCjOilTby8+QI+ISzbDpF1fkBC6eK7HqmcW5mnTSR8Qs/iyvNmEVPffWg60Q=="
},
"nanoFramework.ResourceManager": {
"type": "Direct",
Expand Down
10 changes: 5 additions & 5 deletions Tests/M5Core2TestApp/M5Core2TestApp.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Iot.Device.Axp192, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Axp192.1.2.718\lib\Iot.Device.Axp192.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Axp192.1.2.737\lib\Iot.Device.Axp192.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.Bmm150, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Bmm150.1.2.704\lib\Iot.Device.Bmm150.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Bmm150.1.2.737\lib\Iot.Device.Bmm150.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.718\lib\Iot.Device.Button.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.737\lib\Iot.Device.Button.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.Common.NumberHelper, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Common.NumberHelper.1.2.693\lib\Iot.Device.Common.NumberHelper.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.Mpu6886, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Mpu6886.1.2.718\lib\Iot.Device.Mpu6886.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Mpu6886.1.2.737\lib\Iot.Device.Mpu6886.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.Rtc, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Rtc.1.2.718\lib\Iot.Device.Rtc.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Rtc.1.2.737\lib\Iot.Device.Rtc.dll</HintPath>
</Reference>
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
Expand Down
10 changes: 5 additions & 5 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.15.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Graphics" version="1.2.22" targetFramework="netnano1.0" />
<package id="nanoFramework.Hardware.Esp32" version="1.6.23" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Axp192" version="1.2.718" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Bmm150" version="1.2.704" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.718" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Axp192" version="1.2.737" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Bmm150" version="1.2.737" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.737" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.NumberHelper" version="1.2.693" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.2.718" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Rtc" version="1.2.718" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.2.737" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Rtc" version="1.2.737" targetFramework="netnano1.0" />
<package id="nanoFramework.ResourceManager" version="1.2.19" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Events" version="1.11.18" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Native" version="1.7.1" targetFramework="netnano1.0" />
Expand Down
30 changes: 15 additions & 15 deletions Tests/M5Core2TestApp/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
},
"nanoFramework.Iot.Device.Axp192": {
"type": "Direct",
"requested": "[1.2.718, 1.2.718]",
"resolved": "1.2.718",
"contentHash": "gRDzkZo7wvD8l5AlWlcIPGW+Ino9tL1/cX1FYW6FjYfX5ML6XV3tsdB2N/z/y6HrwMCi8p7g0kol5upM0jd5xg=="
"requested": "[1.2.737, 1.2.737]",
"resolved": "1.2.737",
"contentHash": "l6sWEdtSjvXaJza5rMfecJvW/flhnRtmlHIvOdG06cF3otLWG8wLRyUIbfDQ8FOy97d9Mc1p7woyrSNGwu80pA=="
},
"nanoFramework.Iot.Device.Bmm150": {
"type": "Direct",
"requested": "[1.2.704, 1.2.704]",
"resolved": "1.2.704",
"contentHash": "DC+0W5CwL5XTtyk/M8ilhNaXhyMaj4CxN4FEEt3P4wfr7VS0LDnoR9pZtLsS2Upe5iLmYsEc4en9zY1z713mkQ=="
"requested": "[1.2.737, 1.2.737]",
"resolved": "1.2.737",
"contentHash": "ONyNjIMMOKAbB9zIfOcGIz5uxQYE7QXAaZKl4Hf/BUUoNPeGZHAteMDKPQsoebLyLULyhD5hMB+uyhzIaQ1S5w=="
},
"nanoFramework.Iot.Device.Button": {
"type": "Direct",
"requested": "[1.2.718, 1.2.718]",
"resolved": "1.2.718",
"contentHash": "u+jJCTtHEcYdWnRe7u1sSqObqlSu2c9UyyAgB0q1XYVVQYOSSCorVATgFi5d49OfVAP9so6c9I19lZogksGUAQ=="
"requested": "[1.2.737, 1.2.737]",
"resolved": "1.2.737",
"contentHash": "sOcjpoHlsA7OXZCSpeLeO1XJQDIo3i1vTBhz1zko3Op4csrlrbld8jLD6XPfnsLkDypdP6SpThBZvIA6OkOdkg=="
},
"nanoFramework.Iot.Device.Common.NumberHelper": {
"type": "Direct",
Expand All @@ -46,15 +46,15 @@
},
"nanoFramework.Iot.Device.Mpu6886": {
"type": "Direct",
"requested": "[1.2.718, 1.2.718]",
"resolved": "1.2.718",
"contentHash": "CEhYPPEcn9+rm/12nffQHWJOqtFvdh90CG7DTpslxjQ92zHskBVSHKZPsNSsfbt4miIf+hYRZQOrt8qJoJ5qRQ=="
"requested": "[1.2.737, 1.2.737]",
"resolved": "1.2.737",
"contentHash": "B+GPHU04eLiH/IeQc/JwqVTRaGzVZRjleYuce9Z+r4gIushgjaiAGmzeKaaKxKX3YIz8/Sq8+TRNHMKGHX1Q/Q=="
},
"nanoFramework.Iot.Device.Rtc": {
"type": "Direct",
"requested": "[1.2.718, 1.2.718]",
"resolved": "1.2.718",
"contentHash": "BMZw0fBJQtR+RmoMJMPuDQM9YhCbITuByFHF77y5UiZVpKO9Hm1nEHz+JnYMNgHPlwj3iYX4j3HAvixkPGshMQ=="
"requested": "[1.2.737, 1.2.737]",
"resolved": "1.2.737",
"contentHash": "ufNm2DjJIHJUonrGLjIhXRXrHKY6+YSXsAtOEM0PwV1j/d0Pnusr13ZzrZxjr17ndmXUPl61+ILlt9Ua0VG7Vw=="
},
"nanoFramework.ResourceManager": {
"type": "Direct",
Expand Down
Loading

0 comments on commit eae378c

Please sign in to comment.