Skip to content

Commit 68173e7

Browse files
authored
Update 1 NuGet dependencies
***NO_CI***
1 parent 77bc9ff commit 68173e7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

devices/Ft6xx6x/samples/Ft6xx6x.Samples.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
<Reference Include="System.Diagnostics.Stopwatch, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
102102
<HintPath>..\packages\nanoFramework.System.Diagnostics.Stopwatch.1.2.862\lib\System.Diagnostics.Stopwatch.dll</HintPath>
103103
</Reference>
104-
<Reference Include="System.IO.FileSystem, Version=1.1.85.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
105-
<HintPath>..\packages\nanoFramework.System.IO.FileSystem.1.1.85\lib\System.IO.FileSystem.dll</HintPath>
104+
<Reference Include="System.IO.FileSystem, Version=1.1.87.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
105+
<HintPath>..\packages\nanoFramework.System.IO.FileSystem.1.1.87\lib\System.IO.FileSystem.dll</HintPath>
106106
</Reference>
107107
<Reference Include="System.IO.Ports, Version=1.1.132.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
108108
<HintPath>..\packages\nanoFramework.System.IO.Ports.1.1.132\lib\System.IO.Ports.dll</HintPath>

devices/Ft6xx6x/samples/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<package id="nanoFramework.System.Device.Pwm" version="1.1.23" targetFramework="netnano1.0" />
2626
<package id="nanoFramework.System.Device.Spi" version="1.3.82" targetFramework="netnano1.0" />
2727
<package id="nanoFramework.System.Diagnostics.Stopwatch" version="1.2.862" targetFramework="netnano1.0" />
28-
<package id="nanoFramework.System.IO.FileSystem" version="1.1.85" targetFramework="netnano1.0" />
28+
<package id="nanoFramework.System.IO.FileSystem" version="1.1.87" targetFramework="netnano1.0" />
2929
<package id="nanoFramework.System.IO.Ports" version="1.1.132" targetFramework="netnano1.0" />
3030
<package id="nanoFramework.System.IO.Streams" version="1.1.96" targetFramework="netnano1.0" />
3131
<package id="nanoFramework.System.Math" version="1.5.116" targetFramework="netnano1.0" />

devices/Ft6xx6x/samples/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@
154154
},
155155
"nanoFramework.System.IO.FileSystem": {
156156
"type": "Direct",
157-
"requested": "[1.1.85, 1.1.85]",
158-
"resolved": "1.1.85",
159-
"contentHash": "7UAJHKiUT0pSWm+4Zf6H/Yo+EKBj01nF3T5Qkqb8AXYFmkfz4BFUauIWEWncCr6fsgclIU4EJ5HSDxuisCvN7g=="
157+
"requested": "[1.1.87, 1.1.87]",
158+
"resolved": "1.1.87",
159+
"contentHash": "Et2CmX2P9qtOUrMfQy9ijKZ31J/87aEb+iDGziD3Sys6KZRJKkFH3DHuYMLwzrWwZxiZ2McuN1ul0UzI02QKSg=="
160160
},
161161
"nanoFramework.System.IO.Ports": {
162162
"type": "Direct",

0 commit comments

Comments
 (0)