Skip to content

Commit e386665

Browse files
authored
Update 1 NuGet dependencies
1 parent d92d4c9 commit e386665

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

devices/CharacterLcd/CharacterLcd.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
<Reference Include="System.Diagnostics.Stopwatch, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
112112
<HintPath>packages\nanoFramework.System.Diagnostics.Stopwatch.1.2.670\lib\System.Diagnostics.Stopwatch.dll</HintPath>
113113
</Reference>
114-
<Reference Include="System.IO.FileSystem, Version=1.1.54.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
115-
<HintPath>packages\nanoFramework.System.IO.FileSystem.1.1.54\lib\System.IO.FileSystem.dll</HintPath>
114+
<Reference Include="System.IO.FileSystem, Version=1.1.66.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
115+
<HintPath>packages\nanoFramework.System.IO.FileSystem.1.1.66\lib\System.IO.FileSystem.dll</HintPath>
116116
</Reference>
117117
<Reference Include="System.IO.Streams, Version=1.1.59.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
118118
<HintPath>packages\nanoFramework.System.IO.Streams.1.1.59\lib\System.IO.Streams.dll</HintPath>

devices/CharacterLcd/CharacterLcd.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency id="nanoFramework.System.Device.Spi" version="1.3.52" />
3232
<dependency id="nanoFramework.System.Diagnostics.Stopwatch" version="1.2.670" />
3333
<dependency id="nanoFramework.Graphics.Core" version="1.2.22" />
34-
<dependency id="nanoFramework.System.IO.FileSystem" version="1.1.54" />
34+
<dependency id="nanoFramework.System.IO.FileSystem" version="1.1.66" />
3535
<dependency id="nanoFramework.System.IO.Streams" version="1.1.59" />
3636
<dependency id="nanoFramework.System.Math" version="1.5.43" />
3737
<dependency id="nanoFramework.System.Text" version="1.2.54" />

devices/CharacterLcd/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<package id="nanoFramework.System.Device.I2c" version="1.1.16" targetFramework="netnano1.0" />
1313
<package id="nanoFramework.System.Device.Spi" version="1.3.52" targetFramework="netnano1.0" />
1414
<package id="nanoFramework.System.Diagnostics.Stopwatch" version="1.2.670" targetFramework="netnano1.0" />
15-
<package id="nanoFramework.System.IO.FileSystem" version="1.1.54" targetFramework="netnano1.0" />
15+
<package id="nanoFramework.System.IO.FileSystem" version="1.1.66" targetFramework="netnano1.0" />
1616
<package id="nanoFramework.System.IO.Streams" version="1.1.59" targetFramework="netnano1.0" />
1717
<package id="nanoFramework.System.Math" version="1.5.43" targetFramework="netnano1.0" />
1818
<package id="nanoFramework.System.Runtime" version="1.0.27" targetFramework="netnano1.0" />

devices/CharacterLcd/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
},
7777
"nanoFramework.System.IO.FileSystem": {
7878
"type": "Direct",
79-
"requested": "[1.1.54, 1.1.54]",
80-
"resolved": "1.1.54",
81-
"contentHash": "K1QPNbrksqw4yjQ/GXgz1Q0hZBi3zi1A8/FUAhYsq8bESVNUFjNpvxHPSDw1gV8DzEg5jH5e9Z2VrAncTQogFQ=="
79+
"requested": "[1.1.66, 1.1.66]",
80+
"resolved": "1.1.66",
81+
"contentHash": "bQIWR23R3UHTO7+icxqIvb07qHs1uI7kj+kjYNf+NTfUHunerfZ4v79+pcSudCR1p5bJHD8GVeV2Hyxl4SZAFw=="
8282
},
8383
"nanoFramework.System.IO.Streams": {
8484
"type": "Direct",

devices/CharacterLcd/samples/CharacterLcd.Samples.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
<Reference Include="System.Diagnostics.Stopwatch, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
6969
<HintPath>..\packages\nanoFramework.System.Diagnostics.Stopwatch.1.2.670\lib\System.Diagnostics.Stopwatch.dll</HintPath>
7070
</Reference>
71-
<Reference Include="System.IO.FileSystem, Version=1.1.54.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
72-
<HintPath>..\packages\nanoFramework.System.IO.FileSystem.1.1.54\lib\System.IO.FileSystem.dll</HintPath>
71+
<Reference Include="System.IO.FileSystem, Version=1.1.66.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
72+
<HintPath>..\packages\nanoFramework.System.IO.FileSystem.1.1.66\lib\System.IO.FileSystem.dll</HintPath>
7373
</Reference>
7474
<Reference Include="System.IO.Streams, Version=1.1.59.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
7575
<HintPath>..\packages\nanoFramework.System.IO.Streams.1.1.59\lib\System.IO.Streams.dll</HintPath>

devices/CharacterLcd/samples/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<package id="nanoFramework.System.Device.I2c" version="1.1.16" targetFramework="netnano1.0" />
1414
<package id="nanoFramework.System.Device.Spi" version="1.3.52" targetFramework="netnano1.0" />
1515
<package id="nanoFramework.System.Diagnostics.Stopwatch" version="1.2.670" targetFramework="netnano1.0" />
16-
<package id="nanoFramework.System.IO.FileSystem" version="1.1.54" targetFramework="netnano1.0" />
16+
<package id="nanoFramework.System.IO.FileSystem" version="1.1.66" targetFramework="netnano1.0" />
1717
<package id="nanoFramework.System.IO.Streams" version="1.1.59" targetFramework="netnano1.0" />
1818
<package id="nanoFramework.System.Math" version="1.5.43" targetFramework="netnano1.0" />
1919
<package id="nanoFramework.System.Runtime" version="1.0.27" targetFramework="netnano1.0" />

devices/CharacterLcd/samples/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@
8282
},
8383
"nanoFramework.System.IO.FileSystem": {
8484
"type": "Direct",
85-
"requested": "[1.1.54, 1.1.54]",
86-
"resolved": "1.1.54",
87-
"contentHash": "K1QPNbrksqw4yjQ/GXgz1Q0hZBi3zi1A8/FUAhYsq8bESVNUFjNpvxHPSDw1gV8DzEg5jH5e9Z2VrAncTQogFQ=="
85+
"requested": "[1.1.66, 1.1.66]",
86+
"resolved": "1.1.66",
87+
"contentHash": "bQIWR23R3UHTO7+icxqIvb07qHs1uI7kj+kjYNf+NTfUHunerfZ4v79+pcSudCR1p5bJHD8GVeV2Hyxl4SZAFw=="
8888
},
8989
"nanoFramework.System.IO.Streams": {
9090
"type": "Direct",

0 commit comments

Comments
 (0)