Skip to content

Commit a10c4f7

Browse files
authored
Update 9 NuGet dependencies
1 parent 04bb7cb commit a10c4f7

File tree

7 files changed

+99
-99
lines changed

7 files changed

+99
-99
lines changed

Tests/MagicBitTestApp/MagicBitTestApp.nfproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
2525
</ItemGroup>
2626
<ItemGroup>
2727
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
28-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.759\lib\Iot.Device.Button.dll</HintPath>
28+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.772\lib\Iot.Device.Button.dll</HintPath>
2929
</Reference>
3030
<Reference Include="Iot.Device.Buzzer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
31-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.2.755\lib\Iot.Device.Buzzer.dll</HintPath>
31+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.2.772\lib\Iot.Device.Buzzer.dll</HintPath>
3232
</Reference>
3333
<Reference Include="Iot.Device.DCMotor, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
34-
<HintPath>..\..\packages\nanoFramework.Iot.Device.DCMotor.1.2.755\lib\Iot.Device.DCMotor.dll</HintPath>
34+
<HintPath>..\..\packages\nanoFramework.Iot.Device.DCMotor.1.2.772\lib\Iot.Device.DCMotor.dll</HintPath>
3535
</Reference>
3636
<Reference Include="Iot.Device.ServoMotor, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
37-
<HintPath>..\..\packages\nanoFramework.Iot.Device.ServoMotor.1.2.755\lib\Iot.Device.ServoMotor.dll</HintPath>
37+
<HintPath>..\..\packages\nanoFramework.Iot.Device.ServoMotor.1.2.772\lib\Iot.Device.ServoMotor.dll</HintPath>
3838
</Reference>
3939
<Reference Include="Iot.Device.Ssd13xx, Version=1.3.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
40-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ssd13xx.1.3.569\lib\Iot.Device.Ssd13xx.dll</HintPath>
40+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ssd13xx.1.3.586\lib\Iot.Device.Ssd13xx.dll</HintPath>
4141
</Reference>
4242
<Reference Include="mscorlib, Version=1.16.11.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4343
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.16.11\lib\mscorlib.dll</HintPath>
@@ -48,14 +48,14 @@
4848
<Reference Include="System.Device.Adc, Version=1.1.21.43297, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4949
<HintPath>..\..\packages\nanoFramework.System.Device.Adc.1.1.21\lib\System.Device.Adc.dll</HintPath>
5050
</Reference>
51-
<Reference Include="System.Device.Gpio, Version=1.1.52.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
52-
<HintPath>..\..\packages\nanoFramework.System.Device.Gpio.1.1.52\lib\System.Device.Gpio.dll</HintPath>
51+
<Reference Include="System.Device.Gpio, Version=1.1.53.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
52+
<HintPath>..\..\packages\nanoFramework.System.Device.Gpio.1.1.53\lib\System.Device.Gpio.dll</HintPath>
5353
</Reference>
5454
<Reference Include="System.Device.I2c, Version=1.1.26.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
5555
<HintPath>..\..\packages\nanoFramework.System.Device.I2c.1.1.26\lib\System.Device.I2c.dll</HintPath>
5656
</Reference>
5757
<Reference Include="System.Device.Model, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
58-
<HintPath>..\..\packages\nanoFramework.System.Device.Model.1.2.751\lib\System.Device.Model.dll</HintPath>
58+
<HintPath>..\..\packages\nanoFramework.System.Device.Model.1.2.771\lib\System.Device.Model.dll</HintPath>
5959
</Reference>
6060
<Reference Include="System.Device.Pwm, Version=1.1.20.42071, Culture=neutral, PublicKeyToken=c07d481e9758c731">
6161
<HintPath>..\..\packages\nanoFramework.System.Device.Pwm.1.1.20\lib\System.Device.Pwm.dll</HintPath>
@@ -66,8 +66,8 @@
6666
<Reference Include="System.Threading, Version=1.1.46.1709, Culture=neutral, PublicKeyToken=c07d481e9758c731">
6767
<HintPath>..\..\packages\nanoFramework.System.Threading.1.1.46\lib\System.Threading.dll</HintPath>
6868
</Reference>
69-
<Reference Include="UnitsNet.Frequency, Version=5.67.0.0, Culture=neutral, PublicKeyToken=null">
70-
<HintPath>..\..\packages\UnitsNet.nanoFramework.Frequency.5.67.0\lib\UnitsNet.Frequency.dll</HintPath>
69+
<Reference Include="UnitsNet.Frequency, Version=5.69.0.0, Culture=neutral, PublicKeyToken=null">
70+
<HintPath>..\..\packages\UnitsNet.nanoFramework.Frequency.5.69.0\lib\UnitsNet.Frequency.dll</HintPath>
7171
</Reference>
7272
</ItemGroup>
7373
<ItemGroup>
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.16.11" targetFramework="netnano1.0" />
4-
<package id="nanoFramework.Iot.Device.Button" version="1.2.759" targetFramework="netnano1.0" />
5-
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.755" targetFramework="netnano1.0" />
6-
<package id="nanoFramework.Iot.Device.DCMotor" version="1.2.755" targetFramework="netnano1.0" />
7-
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.2.755" targetFramework="netnano1.0" />
8-
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.569" targetFramework="netnano1.0" />
4+
<package id="nanoFramework.Iot.Device.Button" version="1.2.772" targetFramework="netnano1.0" />
5+
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.772" targetFramework="netnano1.0" />
6+
<package id="nanoFramework.Iot.Device.DCMotor" version="1.2.772" targetFramework="netnano1.0" />
7+
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.2.772" targetFramework="netnano1.0" />
8+
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.586" targetFramework="netnano1.0" />
99
<package id="nanoFramework.Runtime.Events" version="1.11.29" targetFramework="netnano1.0" />
1010
<package id="nanoFramework.System.Device.Adc" version="1.1.21" targetFramework="netnano1.0" />
11-
<package id="nanoFramework.System.Device.Gpio" version="1.1.52" targetFramework="netnano1.0" />
11+
<package id="nanoFramework.System.Device.Gpio" version="1.1.53" targetFramework="netnano1.0" />
1212
<package id="nanoFramework.System.Device.I2c" version="1.1.26" targetFramework="netnano1.0" />
13-
<package id="nanoFramework.System.Device.Model" version="1.2.751" targetFramework="netnano1.0" />
13+
<package id="nanoFramework.System.Device.Model" version="1.2.771" targetFramework="netnano1.0" />
1414
<package id="nanoFramework.System.Device.Pwm" version="1.1.20" targetFramework="netnano1.0" />
1515
<package id="nanoFramework.System.Math" version="1.5.90" targetFramework="netnano1.0" />
1616
<package id="nanoFramework.System.Threading" version="1.1.46" targetFramework="netnano1.0" />
17-
<package id="UnitsNet.nanoFramework.Frequency" version="5.67.0" targetFramework="netnano1.0" />
17+
<package id="UnitsNet.nanoFramework.Frequency" version="5.69.0" targetFramework="netnano1.0" />
1818
</packages>

Tests/MagicBitTestApp/packages.lock.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,33 @@
1010
},
1111
"nanoFramework.Iot.Device.Button": {
1212
"type": "Direct",
13-
"requested": "[1.2.759, 1.2.759]",
14-
"resolved": "1.2.759",
15-
"contentHash": "Mv6HVAgKgYwcWWdEibw++YIRf0Y2GVO+nPBN6ULgvdvnQLsaHncFRjJ6+3mjCxNNa/IlE/nHEGdkveSfiXS2vw=="
13+
"requested": "[1.2.772, 1.2.772]",
14+
"resolved": "1.2.772",
15+
"contentHash": "tTCVIeAUOOe9WhCMC93gHdtqGZoBxhij0gPiRi7erSBdgFy2j0s/znsZo1+75OI2E9JzFFxwlERE82z7Sxcvtg=="
1616
},
1717
"nanoFramework.Iot.Device.Buzzer": {
1818
"type": "Direct",
19-
"requested": "[1.2.755, 1.2.755]",
20-
"resolved": "1.2.755",
21-
"contentHash": "kNsaE+L/08lsLP6jqtJBDv6BvdNuE4r1eB0EAuq/R8ks7daIGuWk7YXoCVvYMvMCMdtVnuRoQvTuJR4vwsU3FA=="
19+
"requested": "[1.2.772, 1.2.772]",
20+
"resolved": "1.2.772",
21+
"contentHash": "KdBoMosK/tbytoGkxiPt4afbou6pQfEDiMjRE7TbbUaQk0NAxDp7A/jFJeR2Z64/1AZHhCdBUUdrBD79fFaorg=="
2222
},
2323
"nanoFramework.Iot.Device.DCMotor": {
2424
"type": "Direct",
25-
"requested": "[1.2.755, 1.2.755]",
26-
"resolved": "1.2.755",
27-
"contentHash": "TQoBueKst4wFhyjqJEVTADvX7Q9b+ePqXlDKGOFQZwj1GjcZTWYbxeHrbYF5I1bsEr4x1W+pyASasjNddjepDA=="
25+
"requested": "[1.2.772, 1.2.772]",
26+
"resolved": "1.2.772",
27+
"contentHash": "+SqFCO8EtQYsEWfSOasE5zMst5Q+PP9I5CjBCqoLnugeWwiDZ3+sB4pymS8ab5EFPsaAQpdhQkjZjPpNBxCaLQ=="
2828
},
2929
"nanoFramework.Iot.Device.ServoMotor": {
3030
"type": "Direct",
31-
"requested": "[1.2.755, 1.2.755]",
32-
"resolved": "1.2.755",
33-
"contentHash": "EXptJ3/UEM2VX5631IJLbc3GxpDkToAuvFhzS9AET4TlXlhG0RFWC0nEUE3HCjgmfyDC4TAYNY2oDQU62xn81g=="
31+
"requested": "[1.2.772, 1.2.772]",
32+
"resolved": "1.2.772",
33+
"contentHash": "fRt1YWSdIETAG/uFJ8cq/4VtC+PXgxKj2S019BIKW/nwii12kGa4RftK16k+qxtFSu2olimgHanZEl6Chaco3g=="
3434
},
3535
"nanoFramework.Iot.Device.Ssd13xx": {
3636
"type": "Direct",
37-
"requested": "[1.3.569, 1.3.569]",
38-
"resolved": "1.3.569",
39-
"contentHash": "5CTaUZsSE9Rx6xmciGqjWdDp+Jh3RItgjbj0DPhDdatS/w3LTgRmj/09Z2Qz+Gl0TfFQg5cfKonwysZ0fuCS0w=="
37+
"requested": "[1.3.586, 1.3.586]",
38+
"resolved": "1.3.586",
39+
"contentHash": "rtFrjv8Eg0DFHMEfwsgyyuFn5c+fg8CyGMG+0laJ45acIX+bYRG63kiiiQpnp/VbvLpzdS1Cb/1PML2lVysI6g=="
4040
},
4141
"nanoFramework.Runtime.Events": {
4242
"type": "Direct",
@@ -52,9 +52,9 @@
5252
},
5353
"nanoFramework.System.Device.Gpio": {
5454
"type": "Direct",
55-
"requested": "[1.1.52, 1.1.52]",
56-
"resolved": "1.1.52",
57-
"contentHash": "XkgsWQ5JMPUeKC+4IpFHtgzYLtYPI9qP6BnN1Z//L90boarLJ88FY/dqb1OsYdJJaTwtpXm/unatOvkLYdYfZQ=="
55+
"requested": "[1.1.53, 1.1.53]",
56+
"resolved": "1.1.53",
57+
"contentHash": "7Pd5iAeWPGdtKUB+OJ0vPjL+d9tQAK0s0JxV1dfjh6PZcU38wykdK64oMqNmCbDFA0aiZl0UyFmz3zXchn39nQ=="
5858
},
5959
"nanoFramework.System.Device.I2c": {
6060
"type": "Direct",
@@ -64,9 +64,9 @@
6464
},
6565
"nanoFramework.System.Device.Model": {
6666
"type": "Direct",
67-
"requested": "[1.2.751, 1.2.751]",
68-
"resolved": "1.2.751",
69-
"contentHash": "9o3ChWA213pUpUq1kpyhmFfiapZVCIBumQgWRZ3yFVB6OdkYcG+2Niwwdk/S8a2FR5HZXZvRaSg4YeXwJ7Y2Fw=="
67+
"requested": "[1.2.771, 1.2.771]",
68+
"resolved": "1.2.771",
69+
"contentHash": "zFUG1fsNIl0DqCrjMMfwJLXeIgb98q57qN5bpnMQgCCUXkGqn+skIeo2TW3LdzTvpXC2kZBUPgfRIOwVPvW4eQ=="
7070
},
7171
"nanoFramework.System.Device.Pwm": {
7272
"type": "Direct",
@@ -88,9 +88,9 @@
8888
},
8989
"UnitsNet.nanoFramework.Frequency": {
9090
"type": "Direct",
91-
"requested": "[5.67.0, 5.67.0]",
92-
"resolved": "5.67.0",
93-
"contentHash": "Cbt5NmBFBWVzOIGX5MRZnJr9IutjdnHkq+RuSuJeD/yj+d8DiWTTgiEb18cHUvwHYpa7uqtsuZHdANgCG0MyFQ=="
91+
"requested": "[5.69.0, 5.69.0]",
92+
"resolved": "5.69.0",
93+
"contentHash": "WRZV7cIeqCgAFCoalLK2/nJIAaCBT0abAv2VI4RhtZNWqWD6lYzu4XXs+YHiu8UkaiBiSlaCB2uzpIOpve4wfw=="
9494
}
9595
}
9696
}

nanoFramework.MagicBit.nuspec

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
1919
<tags>nanoFramework C# csharp netmf netnf nanoframework MagicBit</tags>
2020
<dependencies>
2121
<dependency id="nanoFramework.CoreLibrary" version="1.16.11" />
22-
<dependency id="nanoFramework.Hardware.Esp32" version="1.6.28" />
23-
<dependency id="nanoFramework.Iot.Device.Button" version="1.2.759" />
24-
<dependency id="nanoFramework.Iot.Device.Buzzer" version="1.2.755" />
25-
<dependency id="nanoFramework.Iot.Device.DCMotor" version="1.2.755" />
26-
<dependency id="nanoFramework.Iot.Device.ServoMotor" version="1.2.755" />
27-
<dependency id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.569" />
22+
<dependency id="nanoFramework.Hardware.Esp32" version="1.6.29" />
23+
<dependency id="nanoFramework.Iot.Device.Button" version="1.2.772" />
24+
<dependency id="nanoFramework.Iot.Device.Buzzer" version="1.2.772" />
25+
<dependency id="nanoFramework.Iot.Device.DCMotor" version="1.2.772" />
26+
<dependency id="nanoFramework.Iot.Device.ServoMotor" version="1.2.772" />
27+
<dependency id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.586" />
2828
<dependency id="nanoFramework.System.Device.Adc" version="1.1.21" />
29-
<dependency id="nanoFramework.System.Device.Gpio" version="1.1.52" />
29+
<dependency id="nanoFramework.System.Device.Gpio" version="1.1.53" />
3030
<dependency id="nanoFramework.System.Device.I2c" version="1.1.26" />
31-
<dependency id="nanoFramework.System.Device.Model" version="1.2.751" />
31+
<dependency id="nanoFramework.System.Device.Model" version="1.2.771" />
3232
<dependency id="nanoFramework.System.Device.Pwm" version="1.1.20" />
3333
<dependency id="nanoFramework.System.Math" version="1.5.90" />
34-
<dependency id="UnitsNet.nanoFramework.Frequency" version="5.67.0" />
34+
<dependency id="UnitsNet.nanoFramework.Frequency" version="5.69.0" />
3535
</dependencies>
3636
</metadata>
3737
<files>

nanoFramework.MagicBit/nanoFramework.MagicBit.nfproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,49 +30,49 @@
3030
</ItemGroup>
3131
<ItemGroup>
3232
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
33-
<HintPath>..\packages\nanoFramework.Iot.Device.Button.1.2.759\lib\Iot.Device.Button.dll</HintPath>
33+
<HintPath>..\packages\nanoFramework.Iot.Device.Button.1.2.772\lib\Iot.Device.Button.dll</HintPath>
3434
</Reference>
3535
<Reference Include="Iot.Device.Buzzer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
36-
<HintPath>..\packages\nanoFramework.Iot.Device.Buzzer.1.2.755\lib\Iot.Device.Buzzer.dll</HintPath>
36+
<HintPath>..\packages\nanoFramework.Iot.Device.Buzzer.1.2.772\lib\Iot.Device.Buzzer.dll</HintPath>
3737
</Reference>
3838
<Reference Include="Iot.Device.DCMotor, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
39-
<HintPath>..\packages\nanoFramework.Iot.Device.DCMotor.1.2.755\lib\Iot.Device.DCMotor.dll</HintPath>
39+
<HintPath>..\packages\nanoFramework.Iot.Device.DCMotor.1.2.772\lib\Iot.Device.DCMotor.dll</HintPath>
4040
</Reference>
4141
<Reference Include="Iot.Device.ServoMotor, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
42-
<HintPath>..\packages\nanoFramework.Iot.Device.ServoMotor.1.2.755\lib\Iot.Device.ServoMotor.dll</HintPath>
42+
<HintPath>..\packages\nanoFramework.Iot.Device.ServoMotor.1.2.772\lib\Iot.Device.ServoMotor.dll</HintPath>
4343
</Reference>
4444
<Reference Include="Iot.Device.Ssd13xx, Version=1.3.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
45-
<HintPath>..\packages\nanoFramework.Iot.Device.Ssd13xx.1.3.569\lib\Iot.Device.Ssd13xx.dll</HintPath>
45+
<HintPath>..\packages\nanoFramework.Iot.Device.Ssd13xx.1.3.586\lib\Iot.Device.Ssd13xx.dll</HintPath>
4646
</Reference>
4747
<Reference Include="mscorlib, Version=1.16.11.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4848
<HintPath>..\packages\nanoFramework.CoreLibrary.1.16.11\lib\mscorlib.dll</HintPath>
4949
</Reference>
50-
<Reference Include="nanoFramework.Hardware.Esp32, Version=1.6.28.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
51-
<HintPath>..\packages\nanoFramework.Hardware.Esp32.1.6.28\lib\nanoFramework.Hardware.Esp32.dll</HintPath>
50+
<Reference Include="nanoFramework.Hardware.Esp32, Version=1.6.29.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
51+
<HintPath>..\packages\nanoFramework.Hardware.Esp32.1.6.29\lib\nanoFramework.Hardware.Esp32.dll</HintPath>
5252
</Reference>
5353
<Reference Include="nanoFramework.Runtime.Events, Version=1.11.29.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
5454
<HintPath>..\packages\nanoFramework.Runtime.Events.1.11.29\lib\nanoFramework.Runtime.Events.dll</HintPath>
5555
</Reference>
5656
<Reference Include="System.Device.Adc, Version=1.1.21.43297, Culture=neutral, PublicKeyToken=c07d481e9758c731">
5757
<HintPath>..\packages\nanoFramework.System.Device.Adc.1.1.21\lib\System.Device.Adc.dll</HintPath>
5858
</Reference>
59-
<Reference Include="System.Device.Gpio, Version=1.1.52.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
60-
<HintPath>..\packages\nanoFramework.System.Device.Gpio.1.1.52\lib\System.Device.Gpio.dll</HintPath>
59+
<Reference Include="System.Device.Gpio, Version=1.1.53.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
60+
<HintPath>..\packages\nanoFramework.System.Device.Gpio.1.1.53\lib\System.Device.Gpio.dll</HintPath>
6161
</Reference>
6262
<Reference Include="System.Device.I2c, Version=1.1.26.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
6363
<HintPath>..\packages\nanoFramework.System.Device.I2c.1.1.26\lib\System.Device.I2c.dll</HintPath>
6464
</Reference>
6565
<Reference Include="System.Device.Model, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
66-
<HintPath>..\packages\nanoFramework.System.Device.Model.1.2.751\lib\System.Device.Model.dll</HintPath>
66+
<HintPath>..\packages\nanoFramework.System.Device.Model.1.2.771\lib\System.Device.Model.dll</HintPath>
6767
</Reference>
6868
<Reference Include="System.Device.Pwm, Version=1.1.20.42071, Culture=neutral, PublicKeyToken=c07d481e9758c731">
6969
<HintPath>..\packages\nanoFramework.System.Device.Pwm.1.1.20\lib\System.Device.Pwm.dll</HintPath>
7070
</Reference>
7171
<Reference Include="System.Math, Version=1.5.90.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
7272
<HintPath>..\packages\nanoFramework.System.Math.1.5.90\lib\System.Math.dll</HintPath>
7373
</Reference>
74-
<Reference Include="UnitsNet.Frequency, Version=5.67.0.0, Culture=neutral, PublicKeyToken=null">
75-
<HintPath>..\packages\UnitsNet.nanoFramework.Frequency.5.67.0\lib\UnitsNet.Frequency.dll</HintPath>
74+
<Reference Include="UnitsNet.Frequency, Version=5.69.0.0, Culture=neutral, PublicKeyToken=null">
75+
<HintPath>..\packages\UnitsNet.nanoFramework.Frequency.5.69.0\lib\UnitsNet.Frequency.dll</HintPath>
7676
</Reference>
7777
</ItemGroup>
7878
<ItemGroup>
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.16.11" targetFramework="netnano1.0" />
4-
<package id="nanoFramework.Hardware.Esp32" version="1.6.28" targetFramework="netnano1.0" />
5-
<package id="nanoFramework.Iot.Device.Button" version="1.2.759" targetFramework="netnano1.0" />
6-
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.755" targetFramework="netnano1.0" />
7-
<package id="nanoFramework.Iot.Device.DCMotor" version="1.2.755" targetFramework="netnano1.0" />
8-
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.2.755" targetFramework="netnano1.0" />
9-
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.569" targetFramework="netnano1.0" />
4+
<package id="nanoFramework.Hardware.Esp32" version="1.6.29" targetFramework="netnano1.0" />
5+
<package id="nanoFramework.Iot.Device.Button" version="1.2.772" targetFramework="netnano1.0" />
6+
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.772" targetFramework="netnano1.0" />
7+
<package id="nanoFramework.Iot.Device.DCMotor" version="1.2.772" targetFramework="netnano1.0" />
8+
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.2.772" targetFramework="netnano1.0" />
9+
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.586" targetFramework="netnano1.0" />
1010
<package id="nanoFramework.Runtime.Events" version="1.11.29" targetFramework="netnano1.0" />
1111
<package id="nanoFramework.System.Device.Adc" version="1.1.21" targetFramework="netnano1.0" />
12-
<package id="nanoFramework.System.Device.Gpio" version="1.1.52" targetFramework="netnano1.0" />
12+
<package id="nanoFramework.System.Device.Gpio" version="1.1.53" targetFramework="netnano1.0" />
1313
<package id="nanoFramework.System.Device.I2c" version="1.1.26" targetFramework="netnano1.0" />
14-
<package id="nanoFramework.System.Device.Model" version="1.2.751" targetFramework="netnano1.0" />
14+
<package id="nanoFramework.System.Device.Model" version="1.2.771" targetFramework="netnano1.0" />
1515
<package id="nanoFramework.System.Device.Pwm" version="1.1.20" targetFramework="netnano1.0" />
1616
<package id="nanoFramework.System.Math" version="1.5.90" targetFramework="netnano1.0" />
1717
<package id="Nerdbank.GitVersioning" version="3.7.115" targetFramework="netnano1.0" developmentDependency="true" />
18-
<package id="UnitsNet.nanoFramework.Frequency" version="5.67.0" targetFramework="netnano1.0" />
18+
<package id="UnitsNet.nanoFramework.Frequency" version="5.69.0" targetFramework="netnano1.0" />
1919
</packages>

0 commit comments

Comments
 (0)