Skip to content

Commit 625c517

Browse files
committed
Further correction for Yx5300 driver
1 parent 7c08781 commit 625c517

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

devices/Yx5300/Yx5300.nfproj

+4-2
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,13 @@
5757
<HintPath>packages\nanoFramework.System.Text.1.2.54\lib\nanoFramework.System.Text.dll</HintPath>
5858
<Private>True</Private>
5959
</Reference>
60-
<Reference Include="System.IO.Ports">
60+
<Reference Include="System.IO.Ports, Version=1.1.84.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
6161
<HintPath>packages\nanoFramework.System.IO.Ports.1.1.84\lib\System.IO.Ports.dll</HintPath>
62+
<Private>True</Private>
6263
</Reference>
63-
<Reference Include="System.IO.Streams">
64+
<Reference Include="System.IO.Streams, Version=1.1.59.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
6465
<HintPath>packages\nanoFramework.System.IO.Streams.1.1.59\lib\System.IO.Streams.dll</HintPath>
66+
<Private>True</Private>
6567
</Reference>
6668
</ItemGroup>
6769
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />

devices/Yx5300/Yx5300.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependencies>
2222
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />
2323
<dependency id="nanoFramework.System.Collections" version="1.5.31" />
24-
<dependency id="nanoFramework.System.IO.Ports" version="1.1.78" />
24+
<dependency id="nanoFramework.System.IO.Ports" version="1.1.84" />
2525
<dependency id="nanoFramework.System.Text" version="1.2.54" />
2626
<dependency id="nanoFramework.System.IO.Streams" version="1.1.59" />
2727
</dependencies>

devices/Yx5300/samples/Yx5300.samples.nfproj

+6-4
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,13 @@
5252
<HintPath>..\packages\nanoFramework.System.Device.Gpio.1.1.38\lib\System.Device.Gpio.dll</HintPath>
5353
<Private>True</Private>
5454
</Reference>
55-
<Reference Include="System.IO.Ports">
56-
<HintPath>..\packages\nanoFramework.System.IO.Ports.1.1.84\lib\System.IO.Ports.dll</HintPath>
55+
<Reference Include="System.IO.Ports, Version=1.1.84.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
56+
<HintPath>packages\nanoFramework.System.IO.Ports.1.1.84\lib\System.IO.Ports.dll</HintPath>
57+
<Private>True</Private>
5758
</Reference>
58-
<Reference Include="System.IO.Streams">
59-
<HintPath>..\packages\nanoFramework.System.IO.Streams.1.1.59\lib\System.IO.Streams.dll</HintPath>
59+
<Reference Include="System.IO.Streams, Version=1.1.59.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
60+
<HintPath>packages\nanoFramework.System.IO.Streams.1.1.59\lib\System.IO.Streams.dll</HintPath>
61+
<Private>True</Private>
6062
</Reference>
6163
</ItemGroup>
6264
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />

0 commit comments

Comments
 (0)