Skip to content

Commit e7b462b

Browse files
authored
Update 24 NuGet dependencies
1 parent d00083a commit e7b462b

File tree

7 files changed

+165
-165
lines changed

7 files changed

+165
-165
lines changed

devices/Ft6xx6x/Ft6xx6x.nfproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@
4646
<None Include="packages.config" />
4747
</ItemGroup>
4848
<ItemGroup>
49-
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
50-
<HintPath>packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
49+
<Reference Include="mscorlib, Version=1.16.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
50+
<HintPath>packages\nanoFramework.CoreLibrary.1.16.1\lib\mscorlib.dll</HintPath>
5151
</Reference>
52-
<Reference Include="nanoFramework.Graphics.Core, Version=1.2.22.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
53-
<HintPath>packages\nanoFramework.Graphics.Core.1.2.22\lib\nanoFramework.Graphics.Core.dll</HintPath>
52+
<Reference Include="nanoFramework.Graphics.Core, Version=1.2.33.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
53+
<HintPath>packages\nanoFramework.Graphics.Core.1.2.33\lib\nanoFramework.Graphics.Core.dll</HintPath>
5454
</Reference>
55-
<Reference Include="System.Device.I2c, Version=1.1.16.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
56-
<HintPath>packages\nanoFramework.System.Device.I2c.1.1.16\lib\System.Device.I2c.dll</HintPath>
55+
<Reference Include="System.Device.I2c, Version=1.1.25.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
56+
<HintPath>packages\nanoFramework.System.Device.I2c.1.1.25\lib\System.Device.I2c.dll</HintPath>
5757
</Reference>
5858
</ItemGroup>
5959
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />

devices/Ft6xx6x/Ft6xx6x.nuspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<description>This package includes the .NET IoT Core binding FT6xx6x for .NET nanoFramework C# projects.</description>
1919
<tags>nanoFramework C# csharp netmf netnf iot ft6xx6x</tags>
2020
<dependencies>
21-
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />
22-
<dependency id="nanoFramework.System.Device.I2c" version="1.1.16" />
23-
<dependency id="nanoFramework.Graphics.Core" version="1.2.22" />
21+
<dependency id="nanoFramework.CoreLibrary" version="1.16.1" />
22+
<dependency id="nanoFramework.System.Device.I2c" version="1.1.25" />
23+
<dependency id="nanoFramework.Graphics.Core" version="1.2.33" />
2424
</dependencies>
2525
</metadata>
2626
<files>

devices/Ft6xx6x/packages.config

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
4-
<package id="nanoFramework.Graphics.Core" version="1.2.22" targetFramework="netnano1.0" />
5-
<package id="nanoFramework.System.Device.I2c" version="1.1.16" targetFramework="netnano1.0" />
3+
<package id="nanoFramework.CoreLibrary" version="1.16.1" targetFramework="netnano1.0" />
4+
<package id="nanoFramework.Graphics.Core" version="1.2.33" targetFramework="netnano1.0" />
5+
<package id="nanoFramework.System.Device.I2c" version="1.1.25" targetFramework="netnano1.0" />
66
<package id="Nerdbank.GitVersioning" version="3.7.115" developmentDependency="true" targetFramework="netnano1.0" />
77
</packages>

devices/Ft6xx6x/packages.lock.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
".NETnanoFramework,Version=v1.0": {
55
"nanoFramework.CoreLibrary": {
66
"type": "Direct",
7-
"requested": "[1.15.5, 1.15.5]",
8-
"resolved": "1.15.5",
9-
"contentHash": "u2+GvAp1uxLrGdILACAZy+EVKOs28EQ52j8Lz7599egXZ3GBGejjnR2ofhjMQwzrJLlgtyrsx8nSLngDfJNsAg=="
7+
"requested": "[1.16.1, 1.16.1]",
8+
"resolved": "1.16.1",
9+
"contentHash": "pUQR6+CuheWC6UXkiIXhmknPkm50OYuKs6TcIBieV50D1R991QSJUFWjM1AixT/37REh8rzx2OAPgX6YDs06zA=="
1010
},
1111
"nanoFramework.Graphics.Core": {
1212
"type": "Direct",
13-
"requested": "[1.2.22, 1.2.22]",
14-
"resolved": "1.2.22",
15-
"contentHash": "TqxGYtwOjGqEMjnoR1SSvlimcXbO5QdYBXSMWgrpDcBMbr1edQfsJ3cwAOsn7t1+C6ML3cUURMfwkXsi8aTjVw=="
13+
"requested": "[1.2.33, 1.2.33]",
14+
"resolved": "1.2.33",
15+
"contentHash": "+rpY3Ur78T3gDOPkE6zThYtlC2DNpFw4V1dJGit3QrtnX/dJMuLY1DHbbE3mVyJ6D7Vt7NqX2QwhO5MTcwy36g=="
1616
},
1717
"nanoFramework.System.Device.I2c": {
1818
"type": "Direct",
19-
"requested": "[1.1.16, 1.1.16]",
20-
"resolved": "1.1.16",
21-
"contentHash": "33YPnlZVjFwx0mOhdKTOggx+TvbjTD3WZ6rkSB33ytF9fHoqfvS1AYr4+ScUHW4z2yE7vxVWBol5mI7iEg4Aiw=="
19+
"requested": "[1.1.25, 1.1.25]",
20+
"resolved": "1.1.25",
21+
"contentHash": "takcZmIdaZzS9C8xGXL65tM6qE+sO5N8HgCF/dKq0LO4AXm6SZ2oArre6wZWocstoIeOgwa11a4xX+WeLluUzw=="
2222
},
2323
"Nerdbank.GitVersioning": {
2424
"type": "Direct",

devices/Ft6xx6x/samples/Ft6xx6x.Samples.nfproj

+48-48
Original file line numberDiff line numberDiff line change
@@ -41,95 +41,95 @@
4141
<Reference Include="Iot.Device.Rtc, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4242
<HintPath>..\packages\nanoFramework.Iot.Device.Rtc.1.2.743\lib\Iot.Device.Rtc.dll</HintPath>
4343
</Reference>
44-
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
45-
<HintPath>..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
44+
<Reference Include="mscorlib, Version=1.16.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
45+
<HintPath>..\packages\nanoFramework.CoreLibrary.1.16.1\lib\mscorlib.dll</HintPath>
4646
</Reference>
47-
<Reference Include="nanoFramework.Graphics, Version=1.2.22.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
48-
<HintPath>..\packages\nanoFramework.Graphics.1.2.22\lib\nanoFramework.Graphics.dll</HintPath>
47+
<Reference Include="nanoFramework.Graphics, Version=1.2.33.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
48+
<HintPath>..\packages\nanoFramework.Graphics.1.2.33\lib\nanoFramework.Graphics.dll</HintPath>
4949
</Reference>
50-
<Reference Include="nanoFramework.Graphics.Core, Version=1.2.22.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
51-
<HintPath>..\packages\nanoFramework.Graphics.Core.1.2.22\lib\nanoFramework.Graphics.Core.dll</HintPath>
50+
<Reference Include="nanoFramework.Graphics.Core, Version=1.2.33.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
51+
<HintPath>..\packages\nanoFramework.Graphics.Core.1.2.33\lib\nanoFramework.Graphics.Core.dll</HintPath>
5252
</Reference>
53-
<Reference Include="nanoFramework.Hardware.Esp32, Version=1.6.23.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
54-
<HintPath>..\packages\nanoFramework.Hardware.Esp32.1.6.23\lib\nanoFramework.Hardware.Esp32.dll</HintPath>
53+
<Reference Include="nanoFramework.Hardware.Esp32, Version=1.6.28.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
54+
<HintPath>..\packages\nanoFramework.Hardware.Esp32.1.6.28\lib\nanoFramework.Hardware.Esp32.dll</HintPath>
5555
</Reference>
5656
<Reference Include="nanoFramework.M5Core2, Version=1.1.255.0, Culture=neutral, PublicKeyToken=null">
5757
<HintPath>..\packages\nanoFramework.M5Core2.1.1.255\lib\nanoFramework.M5Core2.dll</HintPath>
5858
</Reference>
59-
<Reference Include="nanoFramework.ResourceManager, Version=1.2.19.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
60-
<HintPath>..\packages\nanoFramework.ResourceManager.1.2.19\lib\nanoFramework.ResourceManager.dll</HintPath>
59+
<Reference Include="nanoFramework.ResourceManager, Version=1.2.28.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
60+
<HintPath>..\packages\nanoFramework.ResourceManager.1.2.28\lib\nanoFramework.ResourceManager.dll</HintPath>
6161
</Reference>
62-
<Reference Include="nanoFramework.Runtime.Events, Version=1.11.18.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
63-
<HintPath>..\packages\nanoFramework.Runtime.Events.1.11.18\lib\nanoFramework.Runtime.Events.dll</HintPath>
62+
<Reference Include="nanoFramework.Runtime.Events, Version=1.11.26.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
63+
<HintPath>..\packages\nanoFramework.Runtime.Events.1.11.26\lib\nanoFramework.Runtime.Events.dll</HintPath>
6464
</Reference>
65-
<Reference Include="nanoFramework.Runtime.Native, Version=1.7.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
66-
<HintPath>..\packages\nanoFramework.Runtime.Native.1.7.1\lib\nanoFramework.Runtime.Native.dll</HintPath>
65+
<Reference Include="nanoFramework.Runtime.Native, Version=1.7.7.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
66+
<HintPath>..\packages\nanoFramework.Runtime.Native.1.7.7\lib\nanoFramework.Runtime.Native.dll</HintPath>
6767
</Reference>
68-
<Reference Include="nanoFramework.System.Collections, Version=1.5.45.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
69-
<HintPath>..\packages\nanoFramework.System.Collections.1.5.45\lib\nanoFramework.System.Collections.dll</HintPath>
68+
<Reference Include="nanoFramework.System.Collections, Version=1.5.56.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
69+
<HintPath>..\packages\nanoFramework.System.Collections.1.5.56\lib\nanoFramework.System.Collections.dll</HintPath>
7070
</Reference>
71-
<Reference Include="nanoFramework.System.Runtime, Version=1.0.27.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
72-
<HintPath>..\packages\nanoFramework.System.Runtime.1.0.27\lib\nanoFramework.System.Runtime.dll</HintPath>
71+
<Reference Include="nanoFramework.System.Runtime, Version=1.0.28.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
72+
<HintPath>..\packages\nanoFramework.System.Runtime.1.0.28\lib\nanoFramework.System.Runtime.dll</HintPath>
7373
</Reference>
74-
<Reference Include="nanoFramework.System.Text, Version=1.3.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
75-
<HintPath>..\packages\nanoFramework.System.Text.1.3.1\lib\nanoFramework.System.Text.dll</HintPath>
74+
<Reference Include="nanoFramework.System.Text, Version=1.3.9.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
75+
<HintPath>..\packages\nanoFramework.System.Text.1.3.9\lib\nanoFramework.System.Text.dll</HintPath>
7676
</Reference>
7777
<Reference Include="System.Buffers.Binary.BinaryPrimitives, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
7878
<HintPath>..\packages\nanoFramework.System.Buffers.Binary.BinaryPrimitives.1.2.699\lib\System.Buffers.Binary.BinaryPrimitives.dll</HintPath>
7979
</Reference>
80-
<Reference Include="System.Device.Adc, Version=1.1.11.52458, Culture=neutral, PublicKeyToken=c07d481e9758c731">
81-
<HintPath>..\packages\nanoFramework.System.Device.Adc.1.1.11\lib\System.Device.Adc.dll</HintPath>
80+
<Reference Include="System.Device.Adc, Version=1.1.20.25610, Culture=neutral, PublicKeyToken=c07d481e9758c731">
81+
<HintPath>..\packages\nanoFramework.System.Device.Adc.1.1.20\lib\System.Device.Adc.dll</HintPath>
8282
</Reference>
83-
<Reference Include="System.Device.Dac, Version=1.5.13.54898, Culture=neutral, PublicKeyToken=c07d481e9758c731">
84-
<HintPath>..\packages\nanoFramework.System.Device.Dac.1.5.13\lib\System.Device.Dac.dll</HintPath>
83+
<Reference Include="System.Device.Dac, Version=1.5.22.53781, Culture=neutral, PublicKeyToken=c07d481e9758c731">
84+
<HintPath>..\packages\nanoFramework.System.Device.Dac.1.5.22\lib\System.Device.Dac.dll</HintPath>
8585
</Reference>
8686
<Reference Include="System.Device.Gpio, Version=1.1.41.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
8787
<HintPath>..\packages\nanoFramework.System.Device.Gpio.1.1.41\lib\System.Device.Gpio.dll</HintPath>
8888
</Reference>
89-
<Reference Include="System.Device.I2c, Version=1.1.16.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
90-
<HintPath>..\packages\nanoFramework.System.Device.I2c.1.1.16\lib\System.Device.I2c.dll</HintPath>
89+
<Reference Include="System.Device.I2c, Version=1.1.25.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
90+
<HintPath>..\packages\nanoFramework.System.Device.I2c.1.1.25\lib\System.Device.I2c.dll</HintPath>
9191
</Reference>
9292
<Reference Include="System.Device.Model, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
9393
<HintPath>..\packages\nanoFramework.System.Device.Model.1.2.693\lib\System.Device.Model.dll</HintPath>
9494
</Reference>
95-
<Reference Include="System.Device.Pwm, Version=1.1.10.32951, Culture=neutral, PublicKeyToken=c07d481e9758c731">
96-
<HintPath>..\packages\nanoFramework.System.Device.Pwm.1.1.10\lib\System.Device.Pwm.dll</HintPath>
95+
<Reference Include="System.Device.Pwm, Version=1.1.19.46814, Culture=neutral, PublicKeyToken=c07d481e9758c731">
96+
<HintPath>..\packages\nanoFramework.System.Device.Pwm.1.1.19\lib\System.Device.Pwm.dll</HintPath>
9797
</Reference>
98-
<Reference Include="System.Device.Spi, Version=1.3.52.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
99-
<HintPath>..\packages\nanoFramework.System.Device.Spi.1.3.52\lib\System.Device.Spi.dll</HintPath>
98+
<Reference Include="System.Device.Spi, Version=1.3.70.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
99+
<HintPath>..\packages\nanoFramework.System.Device.Spi.1.3.70\lib\System.Device.Spi.dll</HintPath>
100100
</Reference>
101101
<Reference Include="System.Diagnostics.Stopwatch, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
102102
<HintPath>..\packages\nanoFramework.System.Diagnostics.Stopwatch.1.2.693\lib\System.Diagnostics.Stopwatch.dll</HintPath>
103103
</Reference>
104-
<Reference Include="System.IO.FileSystem, Version=1.1.69.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
105-
<HintPath>..\packages\nanoFramework.System.IO.FileSystem.1.1.69\lib\System.IO.FileSystem.dll</HintPath>
104+
<Reference Include="System.IO.FileSystem, Version=1.1.74.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
105+
<HintPath>..\packages\nanoFramework.System.IO.FileSystem.1.1.74\lib\System.IO.FileSystem.dll</HintPath>
106106
</Reference>
107-
<Reference Include="System.IO.Ports, Version=1.1.107.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
108-
<HintPath>..\packages\nanoFramework.System.IO.Ports.1.1.107\lib\System.IO.Ports.dll</HintPath>
107+
<Reference Include="System.IO.Ports, Version=1.1.112.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
108+
<HintPath>..\packages\nanoFramework.System.IO.Ports.1.1.112\lib\System.IO.Ports.dll</HintPath>
109109
</Reference>
110-
<Reference Include="System.IO.Streams, Version=1.1.77.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
111-
<HintPath>..\packages\nanoFramework.System.IO.Streams.1.1.77\lib\System.IO.Streams.dll</HintPath>
110+
<Reference Include="System.IO.Streams, Version=1.1.82.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
111+
<HintPath>..\packages\nanoFramework.System.IO.Streams.1.1.82\lib\System.IO.Streams.dll</HintPath>
112112
</Reference>
113-
<Reference Include="System.Math, Version=1.5.43.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
114-
<HintPath>..\packages\nanoFramework.System.Math.1.5.43\lib\System.Math.dll</HintPath>
113+
<Reference Include="System.Math, Version=1.5.86.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
114+
<HintPath>..\packages\nanoFramework.System.Math.1.5.86\lib\System.Math.dll</HintPath>
115115
</Reference>
116116
<Reference Include="System.Numerics, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
117117
<HintPath>..\packages\nanoFramework.System.Numerics.1.2.693\lib\System.Numerics.dll</HintPath>
118118
</Reference>
119-
<Reference Include="System.Threading, Version=1.1.32.63105, Culture=neutral, PublicKeyToken=c07d481e9758c731">
120-
<HintPath>..\packages\nanoFramework.System.Threading.1.1.32\lib\System.Threading.dll</HintPath>
119+
<Reference Include="System.Threading, Version=1.1.45.11316, Culture=neutral, PublicKeyToken=c07d481e9758c731">
120+
<HintPath>..\packages\nanoFramework.System.Threading.1.1.45\lib\System.Threading.dll</HintPath>
121121
</Reference>
122-
<Reference Include="UnitsNet.ElectricCurrent, Version=5.66.0.0, Culture=neutral, PublicKeyToken=null">
123-
<HintPath>..\packages\UnitsNet.nanoFramework.ElectricCurrent.5.66.0\lib\UnitsNet.ElectricCurrent.dll</HintPath>
122+
<Reference Include="UnitsNet.ElectricCurrent, Version=5.67.0.0, Culture=neutral, PublicKeyToken=null">
123+
<HintPath>..\packages\UnitsNet.nanoFramework.ElectricCurrent.5.67.0\lib\UnitsNet.ElectricCurrent.dll</HintPath>
124124
</Reference>
125-
<Reference Include="UnitsNet.ElectricPotential, Version=5.66.0.0, Culture=neutral, PublicKeyToken=null">
126-
<HintPath>..\packages\UnitsNet.nanoFramework.ElectricPotential.5.66.0\lib\UnitsNet.ElectricPotential.dll</HintPath>
125+
<Reference Include="UnitsNet.ElectricPotential, Version=5.67.0.0, Culture=neutral, PublicKeyToken=null">
126+
<HintPath>..\packages\UnitsNet.nanoFramework.ElectricPotential.5.67.0\lib\UnitsNet.ElectricPotential.dll</HintPath>
127127
</Reference>
128-
<Reference Include="UnitsNet.Power, Version=5.66.0.0, Culture=neutral, PublicKeyToken=null">
129-
<HintPath>..\packages\UnitsNet.nanoFramework.Power.5.66.0\lib\UnitsNet.Power.dll</HintPath>
128+
<Reference Include="UnitsNet.Power, Version=5.67.0.0, Culture=neutral, PublicKeyToken=null">
129+
<HintPath>..\packages\UnitsNet.nanoFramework.Power.5.67.0\lib\UnitsNet.Power.dll</HintPath>
130130
</Reference>
131-
<Reference Include="UnitsNet.Temperature, Version=5.66.0.0, Culture=neutral, PublicKeyToken=null">
132-
<HintPath>..\packages\UnitsNet.nanoFramework.Temperature.5.66.0\lib\UnitsNet.Temperature.dll</HintPath>
131+
<Reference Include="UnitsNet.Temperature, Version=5.67.0.0, Culture=neutral, PublicKeyToken=null">
132+
<HintPath>..\packages\UnitsNet.nanoFramework.Temperature.5.67.0\lib\UnitsNet.Temperature.dll</HintPath>
133133
</Reference>
134134
</ItemGroup>
135135
<ItemGroup>

0 commit comments

Comments
 (0)