Skip to content

Commit

Permalink
Update 1 NuGet dependencies
Browse files Browse the repository at this point in the history
Bumps nanoFramework.System.IO.FileSystem from 1.1.54 to 1.1.66</br>
[version update]

### ⚠️ This is an automated update. ⚠️
  • Loading branch information
nfbot committed Dec 11, 2024
1 parent 57a1653 commit 6d16282
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion nanoFramework.WebServer.FileSystem.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Otherwise use 'nanoFramework.WebServer' nuget.</description>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />
<dependency id="nanoFramework.System.Net.Http.Server" version="1.5.150" />
<dependency id="nanoFramework.System.IO.FileSystem" version="1.1.54" />
<dependency id="nanoFramework.System.IO.FileSystem" version="1.1.66" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
<Reference Include="System.IO">
<HintPath>..\packages\nanoFramework.System.IO.FileSystem.1.1.23\lib\System.IO.FileSystem.dll</HintPath>
</Reference>
<Reference Include="System.IO.FileSystem, Version=1.1.54.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.IO.FileSystem.1.1.54\lib\System.IO.FileSystem.dll</HintPath>
<Reference Include="System.IO.FileSystem, Version=1.1.66.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.IO.FileSystem.1.1.66\lib\System.IO.FileSystem.dll</HintPath>
</Reference>
<Reference Include="System.IO.Streams, Version=1.1.59.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.IO.Streams.1.1.59\lib\System.IO.Streams.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion nanoFramework.WebServer.FileSystem/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Events" version="1.11.18" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Collections" version="1.5.45" targetFramework="netnano1.0" />
<package id="nanoFramework.System.IO.FileSystem" version="1.1.54" targetFramework="netnano1.0" />
<package id="nanoFramework.System.IO.FileSystem" version="1.1.66" targetFramework="netnano1.0" />
<package id="nanoFramework.System.IO.Streams" version="1.1.59" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Net" version="1.11.1" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Net.Http.Server" version="1.5.150" targetFramework="netnano1.0" />
Expand Down
6 changes: 3 additions & 3 deletions nanoFramework.WebServer.FileSystem/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
},
"nanoFramework.System.IO.FileSystem": {
"type": "Direct",
"requested": "[1.1.54, 1.1.54]",
"resolved": "1.1.54",
"contentHash": "K1QPNbrksqw4yjQ/GXgz1Q0hZBi3zi1A8/FUAhYsq8bESVNUFjNpvxHPSDw1gV8DzEg5jH5e9Z2VrAncTQogFQ=="
"requested": "[1.1.66, 1.1.66]",
"resolved": "1.1.66",
"contentHash": "bQIWR23R3UHTO7+icxqIvb07qHs1uI7kj+kjYNf+NTfUHunerfZ4v79+pcSudCR1p5bJHD8GVeV2Hyxl4SZAFw=="
},
"nanoFramework.System.IO.Streams": {
"type": "Direct",
Expand Down
4 changes: 2 additions & 2 deletions tests/WebServerE2ETests/WebServerE2ETests.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<Reference Include="System.Device.Wifi, Version=1.5.91.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.System.Device.Wifi.1.5.91\lib\System.Device.Wifi.dll</HintPath>
</Reference>
<Reference Include="System.IO.FileSystem, Version=1.1.54.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.System.IO.FileSystem.1.1.54\lib\System.IO.FileSystem.dll</HintPath>
<Reference Include="System.IO.FileSystem, Version=1.1.66.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.System.IO.FileSystem.1.1.66\lib\System.IO.FileSystem.dll</HintPath>
</Reference>
<Reference Include="System.IO.Streams, Version=1.1.59.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.System.IO.Streams.1.1.59\lib\System.IO.Streams.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion tests/WebServerE2ETests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package id="nanoFramework.Runtime.Events" version="1.11.18" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Collections" version="1.5.45" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Wifi" version="1.5.91" targetFramework="netnano1.0" />
<package id="nanoFramework.System.IO.FileSystem" version="1.1.54" targetFramework="netnano1.0" />
<package id="nanoFramework.System.IO.FileSystem" version="1.1.66" targetFramework="netnano1.0" />
<package id="nanoFramework.System.IO.Streams" version="1.1.59" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Net" version="1.11.1" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Net.Http.Server" version="1.5.150" targetFramework="netnano1.0" />
Expand Down
6 changes: 3 additions & 3 deletions tests/WebServerE2ETests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
},
"nanoFramework.System.IO.FileSystem": {
"type": "Direct",
"requested": "[1.1.54, 1.1.54]",
"resolved": "1.1.54",
"contentHash": "K1QPNbrksqw4yjQ/GXgz1Q0hZBi3zi1A8/FUAhYsq8bESVNUFjNpvxHPSDw1gV8DzEg5jH5e9Z2VrAncTQogFQ=="
"requested": "[1.1.66, 1.1.66]",
"resolved": "1.1.66",
"contentHash": "bQIWR23R3UHTO7+icxqIvb07qHs1uI7kj+kjYNf+NTfUHunerfZ4v79+pcSudCR1p5bJHD8GVeV2Hyxl4SZAFw=="
},
"nanoFramework.System.IO.Streams": {
"type": "Direct",
Expand Down

0 comments on commit 6d16282

Please sign in to comment.