Skip to content

Commit e9dea9c

Browse files
Update 25 NuGet dependencies
1 parent 4992747 commit e9dea9c

33 files changed

+736
-736
lines changed

Tests/AtomLiteTestApp/AtomLiteTestApp.nfproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@
2929
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.0.289-preview.6\lib\Iot.Device.Button.dll</HintPath>
3030
<Private>True</Private>
3131
</Reference>
32-
<Reference Include="mscorlib, Version=1.12.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
33-
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.12.0-preview.19\lib\mscorlib.dll</HintPath>
32+
<Reference Include="mscorlib, Version=1.12.0.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">
33+
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.12.0\lib\mscorlib.dll</HintPath>
3434
<Private>True</Private>
3535
</Reference>
36-
<Reference Include="nanoFramework.Runtime.Events, Version=1.10.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
37-
<HintPath>..\..\packages\nanoFramework.Runtime.Events.1.10.0-preview.13\lib\nanoFramework.Runtime.Events.dll</HintPath>
36+
<Reference Include="nanoFramework.Runtime.Events, Version=1.10.0.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
37+
<HintPath>..\..\packages\nanoFramework.Runtime.Events.1.10.0\lib\nanoFramework.Runtime.Events.dll</HintPath>
3838
<Private>True</Private>
3939
</Reference>
40-
<Reference Include="System.Device.Gpio, Version=1.0.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
41-
<HintPath>..\..\packages\nanoFramework.System.Device.Gpio.1.0.3-preview.18\lib\System.Device.Gpio.dll</HintPath>
40+
<Reference Include="System.Device.Gpio, Version=1.0.4.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
41+
<HintPath>..\..\packages\nanoFramework.System.Device.Gpio.1.0.4\lib\System.Device.Gpio.dll</HintPath>
4242
<Private>True</Private>
4343
</Reference>
4444
<Reference Include="System.Drawing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
45-
<HintPath>..\..\packages\nanoFramework.System.Drawing.1.0.289-preview.5\lib\System.Drawing.dll</HintPath>
45+
<HintPath>..\..\packages\nanoFramework.System.Drawing.1.0.289\lib\System.Drawing.dll</HintPath>
4646
<Private>True</Private>
4747
</Reference>
4848
</ItemGroup>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="nanoFramework.CoreLibrary" version="1.12.0-preview.19" targetFramework="netnanoframework10" />
3+
<package id="nanoFramework.CoreLibrary" version="1.12.0" targetFramework="netnanoframework10" />
44
<package id="nanoFramework.Iot.Device.Button" version="1.0.289-preview.6" targetFramework="netnanoframework10" />
5-
<package id="nanoFramework.Runtime.Events" version="1.10.0-preview.13" targetFramework="netnanoframework10" />
6-
<package id="nanoFramework.System.Device.Gpio" version="1.0.3-preview.18" targetFramework="netnanoframework10" />
7-
<package id="nanoFramework.System.Drawing" version="1.0.289-preview.5" targetFramework="netnanoframework10" />
5+
<package id="nanoFramework.Runtime.Events" version="1.10.0" targetFramework="netnanoframework10" />
6+
<package id="nanoFramework.System.Device.Gpio" version="1.0.4" targetFramework="netnanoframework10" />
7+
<package id="nanoFramework.System.Drawing" version="1.0.289" targetFramework="netnanoframework10" />
88
</packages>

Tests/AtomMatrixTestApp/AtomMatrixTestApp.nfproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@
2929
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.0.289-preview.6\lib\Iot.Device.Button.dll</HintPath>
3030
<Private>True</Private>
3131
</Reference>
32-
<Reference Include="mscorlib, Version=1.12.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
33-
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.12.0-preview.19\lib\mscorlib.dll</HintPath>
32+
<Reference Include="mscorlib, Version=1.12.0.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">
33+
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.12.0\lib\mscorlib.dll</HintPath>
3434
<Private>True</Private>
3535
</Reference>
36-
<Reference Include="nanoFramework.Runtime.Events, Version=1.10.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
37-
<HintPath>..\..\packages\nanoFramework.Runtime.Events.1.10.0-preview.13\lib\nanoFramework.Runtime.Events.dll</HintPath>
36+
<Reference Include="nanoFramework.Runtime.Events, Version=1.10.0.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
37+
<HintPath>..\..\packages\nanoFramework.Runtime.Events.1.10.0\lib\nanoFramework.Runtime.Events.dll</HintPath>
3838
<Private>True</Private>
3939
</Reference>
40-
<Reference Include="System.Device.Gpio, Version=1.0.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
41-
<HintPath>..\..\packages\nanoFramework.System.Device.Gpio.1.0.3-preview.18\lib\System.Device.Gpio.dll</HintPath>
40+
<Reference Include="System.Device.Gpio, Version=1.0.4.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
41+
<HintPath>..\..\packages\nanoFramework.System.Device.Gpio.1.0.4\lib\System.Device.Gpio.dll</HintPath>
4242
<Private>True</Private>
4343
</Reference>
4444
<Reference Include="System.Drawing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
45-
<HintPath>..\..\packages\nanoFramework.System.Drawing.1.0.289-preview.5\lib\System.Drawing.dll</HintPath>
45+
<HintPath>..\..\packages\nanoFramework.System.Drawing.1.0.289\lib\System.Drawing.dll</HintPath>
4646
<Private>True</Private>
4747
</Reference>
4848
</ItemGroup>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="nanoFramework.CoreLibrary" version="1.12.0-preview.19" targetFramework="netnanoframework10" />
3+
<package id="nanoFramework.CoreLibrary" version="1.12.0" targetFramework="netnanoframework10" />
44
<package id="nanoFramework.Iot.Device.Button" version="1.0.289-preview.6" targetFramework="netnanoframework10" />
5-
<package id="nanoFramework.Runtime.Events" version="1.10.0-preview.13" targetFramework="netnanoframework10" />
6-
<package id="nanoFramework.System.Device.Gpio" version="1.0.3-preview.18" targetFramework="netnanoframework10" />
7-
<package id="nanoFramework.System.Drawing" version="1.0.289-preview.5" targetFramework="netnanoframework10" />
5+
<package id="nanoFramework.Runtime.Events" version="1.10.0" targetFramework="netnanoframework10" />
6+
<package id="nanoFramework.System.Device.Gpio" version="1.0.4" targetFramework="netnanoframework10" />
7+
<package id="nanoFramework.System.Drawing" version="1.0.289" targetFramework="netnanoframework10" />
88
</packages>

Tests/FireTestApp/FireTestApp.nfproj

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -45,80 +45,80 @@
4545
<HintPath>..\..\packages\nanoFramework.Iot.Device.Mpu6886.1.0.288-preview.114\lib\Iot.Device.Mpu6886.dll</HintPath>
4646
<Private>True</Private>
4747
</Reference>
48-
<Reference Include="mscorlib, Version=1.12.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
49-
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.12.0-preview.19\lib\mscorlib.dll</HintPath>
48+
<Reference Include="mscorlib, Version=1.12.0.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">
49+
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.12.0\lib\mscorlib.dll</HintPath>
5050
<Private>True</Private>
5151
</Reference>
52-
<Reference Include="nanoFramework.Graphics, Version=1.0.2.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
53-
<HintPath>..\..\packages\nanoFramework.Graphics.1.0.2-preview.18\lib\nanoFramework.Graphics.dll</HintPath>
52+
<Reference Include="nanoFramework.Graphics, Version=1.0.2.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
53+
<HintPath>..\..\packages\nanoFramework.Graphics.1.0.2\lib\nanoFramework.Graphics.dll</HintPath>
5454
<Private>True</Private>
5555
</Reference>
56-
<Reference Include="nanoFramework.ResourceManager, Version=1.1.4.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
57-
<HintPath>..\..\packages\nanoFramework.ResourceManager.1.1.4-preview.13\lib\nanoFramework.ResourceManager.dll</HintPath>
56+
<Reference Include="nanoFramework.ResourceManager, Version=1.1.4.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
57+
<HintPath>..\..\packages\nanoFramework.ResourceManager.1.1.4\lib\nanoFramework.ResourceManager.dll</HintPath>
5858
<Private>True</Private>
5959
</Reference>
60-
<Reference Include="nanoFramework.Runtime.Events, Version=1.10.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
61-
<HintPath>..\..\packages\nanoFramework.Runtime.Events.1.10.0-preview.13\lib\nanoFramework.Runtime.Events.dll</HintPath>
60+
<Reference Include="nanoFramework.Runtime.Events, Version=1.10.0.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
61+
<HintPath>..\..\packages\nanoFramework.Runtime.Events.1.10.0\lib\nanoFramework.Runtime.Events.dll</HintPath>
6262
<Private>True</Private>
6363
</Reference>
64-
<Reference Include="nanoFramework.Runtime.Native, Version=1.5.4.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
65-
<HintPath>..\..\packages\nanoFramework.Runtime.Native.1.5.4-preview.10\lib\nanoFramework.Runtime.Native.dll</HintPath>
64+
<Reference Include="nanoFramework.Runtime.Native, Version=1.5.4.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
65+
<HintPath>..\..\packages\nanoFramework.Runtime.Native.1.5.4\lib\nanoFramework.Runtime.Native.dll</HintPath>
6666
<Private>True</Private>
6767
</Reference>
68-
<Reference Include="nanoFramework.System.Collections, Version=1.4.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
69-
<HintPath>..\..\packages\nanoFramework.System.Collections.1.4.0-preview.27\lib\nanoFramework.System.Collections.dll</HintPath>
68+
<Reference Include="nanoFramework.System.Collections, Version=1.4.0.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
69+
<HintPath>..\..\packages\nanoFramework.System.Collections.1.4.0\lib\nanoFramework.System.Collections.dll</HintPath>
7070
<Private>True</Private>
7171
</Reference>
7272
<Reference Include="System.Buffers.Binary.BinaryPrimitives, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
73-
<HintPath>..\..\packages\nanoFramework.System.Buffers.Binary.BinaryPrimitives.1.0.288-preview.113\lib\System.Buffers.Binary.BinaryPrimitives.dll</HintPath>
73+
<HintPath>..\..\packages\nanoFramework.System.Buffers.Binary.BinaryPrimitives.1.0.288\lib\System.Buffers.Binary.BinaryPrimitives.dll</HintPath>
7474
<Private>True</Private>
7575
</Reference>
7676
<Reference Include="System.Device.Adc, Version=1.0.2.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
77-
<HintPath>..\..\packages\nanoFramework.System.Device.Adc.1.0.2-preview.13\lib\System.Device.Adc.dll</HintPath>
77+
<HintPath>..\..\packages\nanoFramework.System.Device.Adc.1.0.2-preview.15\lib\System.Device.Adc.dll</HintPath>
7878
<Private>True</Private>
7979
</Reference>
80-
<Reference Include="System.Device.Dac, Version=1.4.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
81-
<HintPath>..\..\packages\nanoFramework.System.Device.Dac.1.4.3-preview.13\lib\System.Device.Dac.dll</HintPath>
80+
<Reference Include="System.Device.Dac, Version=1.4.3.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
81+
<HintPath>..\..\packages\nanoFramework.System.Device.Dac.1.4.3\lib\System.Device.Dac.dll</HintPath>
8282
<Private>True</Private>
8383
</Reference>
84-
<Reference Include="System.Device.Gpio, Version=1.0.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
85-
<HintPath>..\..\packages\nanoFramework.System.Device.Gpio.1.0.3-preview.18\lib\System.Device.Gpio.dll</HintPath>
84+
<Reference Include="System.Device.Gpio, Version=1.0.4.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
85+
<HintPath>..\..\packages\nanoFramework.System.Device.Gpio.1.0.4\lib\System.Device.Gpio.dll</HintPath>
8686
<Private>True</Private>
8787
</Reference>
88-
<Reference Include="System.Device.I2c, Version=1.0.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
89-
<HintPath>..\..\packages\nanoFramework.System.Device.I2c.1.0.3-preview.13\lib\System.Device.I2c.dll</HintPath>
88+
<Reference Include="System.Device.I2c, Version=1.0.3.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
89+
<HintPath>..\..\packages\nanoFramework.System.Device.I2c.1.0.3\lib\System.Device.I2c.dll</HintPath>
9090
<Private>True</Private>
9191
</Reference>
9292
<Reference Include="System.Device.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
93-
<HintPath>..\..\packages\nanoFramework.System.Device.Model.1.0.288-preview.113\lib\System.Device.Model.dll</HintPath>
93+
<HintPath>..\..\packages\nanoFramework.System.Device.Model.1.0.288\lib\System.Device.Model.dll</HintPath>
9494
<Private>True</Private>
9595
</Reference>
96-
<Reference Include="System.Device.Pwm, Version=1.0.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
97-
<HintPath>..\..\packages\nanoFramework.System.Device.Pwm.1.0.1-preview.13\lib\System.Device.Pwm.dll</HintPath>
96+
<Reference Include="System.Device.Pwm, Version=1.0.1.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
97+
<HintPath>..\..\packages\nanoFramework.System.Device.Pwm.1.0.1\lib\System.Device.Pwm.dll</HintPath>
9898
<Private>True</Private>
9999
</Reference>
100-
<Reference Include="System.Device.Spi, Version=1.0.4.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
101-
<HintPath>..\..\packages\nanoFramework.System.Device.Spi.1.0.4-preview.11\lib\System.Device.Spi.dll</HintPath>
100+
<Reference Include="System.Device.Spi, Version=1.0.5.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
101+
<HintPath>..\..\packages\nanoFramework.System.Device.Spi.1.0.5\lib\System.Device.Spi.dll</HintPath>
102102
<Private>True</Private>
103103
</Reference>
104-
<Reference Include="System.Math, Version=1.4.4.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
105-
<HintPath>..\..\packages\nanoFramework.System.Math.1.4.4-preview.22\lib\System.Math.dll</HintPath>
104+
<Reference Include="System.Math, Version=1.4.4.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
105+
<HintPath>..\..\packages\nanoFramework.System.Math.1.4.4\lib\System.Math.dll</HintPath>
106106
<Private>True</Private>
107107
</Reference>
108108
<Reference Include="System.Numerics, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
109-
<HintPath>..\..\packages\nanoFramework.System.Numerics.1.0.289-preview.9\lib\System.Numerics.dll</HintPath>
109+
<HintPath>..\..\packages\nanoFramework.System.Numerics.1.0.289\lib\System.Numerics.dll</HintPath>
110110
<Private>True</Private>
111111
</Reference>
112-
<Reference Include="UnitsNet.ElectricCurrent, Version=4.126.0.0, Culture=neutral, PublicKeyToken=null">
113-
<HintPath>..\..\packages\UnitsNet.nanoFramework.ElectricCurrent.4.126.0\lib\UnitsNet.ElectricCurrent.dll</HintPath>
112+
<Reference Include="UnitsNet.ElectricCurrent, Version=4.127.0.0, Culture=neutral, PublicKeyToken=null">
113+
<HintPath>..\..\packages\UnitsNet.nanoFramework.ElectricCurrent.4.127.0\lib\UnitsNet.ElectricCurrent.dll</HintPath>
114114
<Private>True</Private>
115115
</Reference>
116-
<Reference Include="UnitsNet.Frequency, Version=4.126.0.0, Culture=neutral, PublicKeyToken=null">
117-
<HintPath>..\..\packages\UnitsNet.nanoFramework.Frequency.4.126.0\lib\UnitsNet.Frequency.dll</HintPath>
116+
<Reference Include="UnitsNet.Frequency, Version=4.127.0.0, Culture=neutral, PublicKeyToken=null">
117+
<HintPath>..\..\packages\UnitsNet.nanoFramework.Frequency.4.127.0\lib\UnitsNet.Frequency.dll</HintPath>
118118
<Private>True</Private>
119119
</Reference>
120-
<Reference Include="UnitsNet.Temperature, Version=4.126.0.0, Culture=neutral, PublicKeyToken=null">
121-
<HintPath>..\..\packages\UnitsNet.nanoFramework.Temperature.4.126.0\lib\UnitsNet.Temperature.dll</HintPath>
120+
<Reference Include="UnitsNet.Temperature, Version=4.127.0.0, Culture=neutral, PublicKeyToken=null">
121+
<HintPath>..\..\packages\UnitsNet.nanoFramework.Temperature.4.127.0\lib\UnitsNet.Temperature.dll</HintPath>
122122
<Private>True</Private>
123123
</Reference>
124124
</ItemGroup>

0 commit comments

Comments
 (0)