Skip to content

Commit c96fc29

Browse files
committed
Update 1 NuGet dependencies
Bumps nanoFramework.System.IO.FileSystem from 1.1.80 to 1.1.81</br> [version update] ### ⚠️ This is an automated update. ⚠️
1 parent cdeecd4 commit c96fc29

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
@@ -108,8 +108,8 @@
108108
<Reference Include="System.Diagnostics.Stopwatch, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
109109
<HintPath>packages\nanoFramework.System.Diagnostics.Stopwatch.1.2.815\lib\System.Diagnostics.Stopwatch.dll</HintPath>
110110
</Reference>
111-
<Reference Include="System.IO.FileSystem, Version=1.1.80.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
112-
<HintPath>packages\nanoFramework.System.IO.FileSystem.1.1.80\lib\System.IO.FileSystem.dll</HintPath>
111+
<Reference Include="System.IO.FileSystem, Version=1.1.81.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
112+
<HintPath>packages\nanoFramework.System.IO.FileSystem.1.1.81\lib\System.IO.FileSystem.dll</HintPath>
113113
</Reference>
114114
<Reference Include="System.IO.Streams, Version=1.1.89.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
115115
<HintPath>packages\nanoFramework.System.IO.Streams.1.1.89\lib\System.IO.Streams.dll</HintPath>

devices/CharacterLcd/CharacterLcd.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency id="nanoFramework.System.Device.Spi" version="1.3.77" />
3030
<dependency id="nanoFramework.System.Diagnostics.Stopwatch" version="1.2.815" />
3131
<dependency id="nanoFramework.Graphics.Core" version="1.2.39" />
32-
<dependency id="nanoFramework.System.IO.FileSystem" version="1.1.80" />
32+
<dependency id="nanoFramework.System.IO.FileSystem" version="1.1.81" />
3333
<dependency id="nanoFramework.System.IO.Streams" version="1.1.89" />
3434
<dependency id="nanoFramework.System.Math" version="1.5.102" />
3535
<dependency id="nanoFramework.System.Text" version="1.3.29" />

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.27" targetFramework="netnano1.0" />
1313
<package id="nanoFramework.System.Device.Spi" version="1.3.77" targetFramework="netnano1.0" />
1414
<package id="nanoFramework.System.Diagnostics.Stopwatch" version="1.2.815" targetFramework="netnano1.0" />
15-
<package id="nanoFramework.System.IO.FileSystem" version="1.1.80" targetFramework="netnano1.0" />
15+
<package id="nanoFramework.System.IO.FileSystem" version="1.1.81" targetFramework="netnano1.0" />
1616
<package id="nanoFramework.System.IO.Streams" version="1.1.89" targetFramework="netnano1.0" />
1717
<package id="nanoFramework.System.Math" version="1.5.102" targetFramework="netnano1.0" />
1818
<package id="nanoFramework.System.Text" version="1.3.29" 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.80, 1.1.80]",
80-
"resolved": "1.1.80",
81-
"contentHash": "DQ7o0IDznDJLZ3CwWqIZdixaRDo7KxZktAyfHmD5PCAd1GiFNG6K0E/L6flBN4JypMT1Th+h29vEGyCQbwoGpg=="
79+
"requested": "[1.1.81, 1.1.81]",
80+
"resolved": "1.1.81",
81+
"contentHash": "ofjRWzWnD9T8wKSM9GrJYqEbWZqhEITAg6oRk/lJXqxoNk3OPqHfYxQpqlOBu9ArYPWXS2shz2b1nBfmzkzicA=="
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
@@ -65,8 +65,8 @@
6565
<Reference Include="System.Diagnostics.Stopwatch, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
6666
<HintPath>..\packages\nanoFramework.System.Diagnostics.Stopwatch.1.2.815\lib\System.Diagnostics.Stopwatch.dll</HintPath>
6767
</Reference>
68-
<Reference Include="System.IO.FileSystem, Version=1.1.80.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
69-
<HintPath>..\packages\nanoFramework.System.IO.FileSystem.1.1.80\lib\System.IO.FileSystem.dll</HintPath>
68+
<Reference Include="System.IO.FileSystem, Version=1.1.81.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
69+
<HintPath>..\packages\nanoFramework.System.IO.FileSystem.1.1.81\lib\System.IO.FileSystem.dll</HintPath>
7070
</Reference>
7171
<Reference Include="System.IO.Streams, Version=1.1.89.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
7272
<HintPath>..\packages\nanoFramework.System.IO.Streams.1.1.89\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.27" targetFramework="netnano1.0" />
1414
<package id="nanoFramework.System.Device.Spi" version="1.3.77" targetFramework="netnano1.0" />
1515
<package id="nanoFramework.System.Diagnostics.Stopwatch" version="1.2.815" targetFramework="netnano1.0" />
16-
<package id="nanoFramework.System.IO.FileSystem" version="1.1.80" targetFramework="netnano1.0" />
16+
<package id="nanoFramework.System.IO.FileSystem" version="1.1.81" targetFramework="netnano1.0" />
1717
<package id="nanoFramework.System.IO.Streams" version="1.1.89" targetFramework="netnano1.0" />
1818
<package id="nanoFramework.System.Math" version="1.5.102" targetFramework="netnano1.0" />
1919
<package id="nanoFramework.System.Text" version="1.3.29" 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.80, 1.1.80]",
86-
"resolved": "1.1.80",
87-
"contentHash": "DQ7o0IDznDJLZ3CwWqIZdixaRDo7KxZktAyfHmD5PCAd1GiFNG6K0E/L6flBN4JypMT1Th+h29vEGyCQbwoGpg=="
85+
"requested": "[1.1.81, 1.1.81]",
86+
"resolved": "1.1.81",
87+
"contentHash": "ofjRWzWnD9T8wKSM9GrJYqEbWZqhEITAg6oRk/lJXqxoNk3OPqHfYxQpqlOBu9ArYPWXS2shz2b1nBfmzkzicA=="
8888
},
8989
"nanoFramework.System.IO.Streams": {
9090
"type": "Direct",

0 commit comments

Comments
 (0)