Skip to content

Commit 6235472

Browse files
authored
Update 1 NuGet dependencies
1 parent 1e3dcfc commit 6235472

28 files changed

+52
-52
lines changed

Tests/FireTestApp/FireTestApp.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
<Reference Include="System.Device.Spi, Version=1.3.77.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
9797
<HintPath>..\..\packages\nanoFramework.System.Device.Spi.1.3.77\lib\System.Device.Spi.dll</HintPath>
9898
</Reference>
99-
<Reference Include="System.IO.FileSystem, Version=1.1.80.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
100-
<HintPath>..\..\packages\nanoFramework.System.IO.FileSystem.1.1.80\lib\System.IO.FileSystem.dll</HintPath>
99+
<Reference Include="System.IO.FileSystem, Version=1.1.81.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
100+
<HintPath>..\..\packages\nanoFramework.System.IO.FileSystem.1.1.81\lib\System.IO.FileSystem.dll</HintPath>
101101
</Reference>
102102
<Reference Include="System.IO.Streams, Version=1.1.89.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
103103
<HintPath>..\..\packages\nanoFramework.System.IO.Streams.1.1.89\lib\System.IO.Streams.dll</HintPath>

Tests/FireTestApp/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<package id="nanoFramework.System.Device.Model" version="1.2.807" targetFramework="netnano1.0" />
2323
<package id="nanoFramework.System.Device.Pwm" version="1.1.21" targetFramework="netnano1.0" />
2424
<package id="nanoFramework.System.Device.Spi" version="1.3.77" targetFramework="netnano1.0" />
25-
<package id="nanoFramework.System.IO.FileSystem" version="1.1.80" targetFramework="netnano1.0" />
25+
<package id="nanoFramework.System.IO.FileSystem" version="1.1.81" targetFramework="netnano1.0" />
2626
<package id="nanoFramework.System.IO.Streams" version="1.1.89" targetFramework="netnano1.0" />
2727
<package id="nanoFramework.System.Math" version="1.5.102" targetFramework="netnano1.0" />
2828
<package id="nanoFramework.System.Numerics" version="1.2.807" targetFramework="netnano1.0" />

Tests/FireTestApp/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@
136136
},
137137
"nanoFramework.System.IO.FileSystem": {
138138
"type": "Direct",
139-
"requested": "[1.1.80, 1.1.80]",
140-
"resolved": "1.1.80",
141-
"contentHash": "DQ7o0IDznDJLZ3CwWqIZdixaRDo7KxZktAyfHmD5PCAd1GiFNG6K0E/L6flBN4JypMT1Th+h29vEGyCQbwoGpg=="
139+
"requested": "[1.1.81, 1.1.81]",
140+
"resolved": "1.1.81",
141+
"contentHash": "ofjRWzWnD9T8wKSM9GrJYqEbWZqhEITAg6oRk/lJXqxoNk3OPqHfYxQpqlOBu9ArYPWXS2shz2b1nBfmzkzicA=="
142142
},
143143
"nanoFramework.System.IO.Streams": {
144144
"type": "Direct",

Tests/M5Core2TestApp/M5Core2TestApp.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
<Reference Include="System.Diagnostics.Stopwatch, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
101101
<HintPath>..\..\packages\nanoFramework.System.Diagnostics.Stopwatch.1.2.815\lib\System.Diagnostics.Stopwatch.dll</HintPath>
102102
</Reference>
103-
<Reference Include="System.IO.FileSystem, Version=1.1.80.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
104-
<HintPath>..\..\packages\nanoFramework.System.IO.FileSystem.1.1.80\lib\System.IO.FileSystem.dll</HintPath>
103+
<Reference Include="System.IO.FileSystem, Version=1.1.81.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
104+
<HintPath>..\..\packages\nanoFramework.System.IO.FileSystem.1.1.81\lib\System.IO.FileSystem.dll</HintPath>
105105
</Reference>
106106
<Reference Include="System.IO.Ports, Version=1.1.125.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
107107
<HintPath>..\..\packages\nanoFramework.System.IO.Ports.1.1.125\lib\System.IO.Ports.dll</HintPath>

Tests/M5Core2TestApp/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<package id="nanoFramework.System.Device.Spi" version="1.3.77" targetFramework="netnano1.0" />
2424
<package id="nanoFramework.System.Device.Wifi" version="1.5.124" targetFramework="netnano1.0" />
2525
<package id="nanoFramework.System.Diagnostics.Stopwatch" version="1.2.815" targetFramework="netnano1.0" />
26-
<package id="nanoFramework.System.IO.FileSystem" version="1.1.80" targetFramework="netnano1.0" />
26+
<package id="nanoFramework.System.IO.FileSystem" version="1.1.81" targetFramework="netnano1.0" />
2727
<package id="nanoFramework.System.IO.Ports" version="1.1.125" targetFramework="netnano1.0" />
2828
<package id="nanoFramework.System.IO.Streams" version="1.1.89" targetFramework="netnano1.0" />
2929
<package id="nanoFramework.System.Math" version="1.5.102" targetFramework="netnano1.0" />

Tests/M5Core2TestApp/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@
142142
},
143143
"nanoFramework.System.IO.FileSystem": {
144144
"type": "Direct",
145-
"requested": "[1.1.80, 1.1.80]",
146-
"resolved": "1.1.80",
147-
"contentHash": "DQ7o0IDznDJLZ3CwWqIZdixaRDo7KxZktAyfHmD5PCAd1GiFNG6K0E/L6flBN4JypMT1Th+h29vEGyCQbwoGpg=="
145+
"requested": "[1.1.81, 1.1.81]",
146+
"resolved": "1.1.81",
147+
"contentHash": "ofjRWzWnD9T8wKSM9GrJYqEbWZqhEITAg6oRk/lJXqxoNk3OPqHfYxQpqlOBu9ArYPWXS2shz2b1nBfmzkzicA=="
148148
},
149149
"nanoFramework.System.IO.Ports": {
150150
"type": "Direct",

Tests/M5CoreTestApp/M5CoreTestApp.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
<Reference Include="System.Diagnostics.Stopwatch, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
8686
<HintPath>..\..\packages\nanoFramework.System.Diagnostics.Stopwatch.1.2.815\lib\System.Diagnostics.Stopwatch.dll</HintPath>
8787
</Reference>
88-
<Reference Include="System.IO.FileSystem, Version=1.1.80.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
89-
<HintPath>..\..\packages\nanoFramework.System.IO.FileSystem.1.1.80\lib\System.IO.FileSystem.dll</HintPath>
88+
<Reference Include="System.IO.FileSystem, Version=1.1.81.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
89+
<HintPath>..\..\packages\nanoFramework.System.IO.FileSystem.1.1.81\lib\System.IO.FileSystem.dll</HintPath>
9090
</Reference>
9191
<Reference Include="System.IO.Ports, Version=1.1.125.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
9292
<HintPath>..\..\packages\nanoFramework.System.IO.Ports.1.1.125\lib\System.IO.Ports.dll</HintPath>

Tests/M5CoreTestApp/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<package id="nanoFramework.System.Device.Pwm" version="1.1.21" targetFramework="netnano1.0" />
2020
<package id="nanoFramework.System.Device.Spi" version="1.3.77" targetFramework="netnano1.0" />
2121
<package id="nanoFramework.System.Diagnostics.Stopwatch" version="1.2.815" targetFramework="netnano1.0" />
22-
<package id="nanoFramework.System.IO.FileSystem" version="1.1.80" targetFramework="netnano1.0" />
22+
<package id="nanoFramework.System.IO.FileSystem" version="1.1.81" targetFramework="netnano1.0" />
2323
<package id="nanoFramework.System.IO.Ports" version="1.1.125" targetFramework="netnano1.0" />
2424
<package id="nanoFramework.System.IO.Streams" version="1.1.89" targetFramework="netnano1.0" />
2525
<package id="nanoFramework.System.Math" version="1.5.102" targetFramework="netnano1.0" />

Tests/M5CoreTestApp/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@
118118
},
119119
"nanoFramework.System.IO.FileSystem": {
120120
"type": "Direct",
121-
"requested": "[1.1.80, 1.1.80]",
122-
"resolved": "1.1.80",
123-
"contentHash": "DQ7o0IDznDJLZ3CwWqIZdixaRDo7KxZktAyfHmD5PCAd1GiFNG6K0E/L6flBN4JypMT1Th+h29vEGyCQbwoGpg=="
121+
"requested": "[1.1.81, 1.1.81]",
122+
"resolved": "1.1.81",
123+
"contentHash": "ofjRWzWnD9T8wKSM9GrJYqEbWZqhEITAg6oRk/lJXqxoNk3OPqHfYxQpqlOBu9ArYPWXS2shz2b1nBfmzkzicA=="
124124
},
125125
"nanoFramework.System.IO.Ports": {
126126
"type": "Direct",

Tests/ToughTestApp/ToughTestApp.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
<Reference Include="System.Device.Wifi, Version=1.5.124.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
6767
<HintPath>..\..\packages\nanoFramework.System.Device.Wifi.1.5.124\lib\System.Device.Wifi.dll</HintPath>
6868
</Reference>
69-
<Reference Include="System.IO.FileSystem, Version=1.1.80.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
70-
<HintPath>..\..\packages\nanoFramework.System.IO.FileSystem.1.1.80\lib\System.IO.FileSystem.dll</HintPath>
69+
<Reference Include="System.IO.FileSystem, Version=1.1.81.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
70+
<HintPath>..\..\packages\nanoFramework.System.IO.FileSystem.1.1.81\lib\System.IO.FileSystem.dll</HintPath>
7171
</Reference>
7272
<Reference Include="System.IO.Ports, Version=1.1.125.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
7373
<HintPath>..\..\packages\nanoFramework.System.IO.Ports.1.1.125\lib\System.IO.Ports.dll</HintPath>

0 commit comments

Comments
 (0)