Skip to content

Commit 9f6de40

Browse files
authored
Update 1 NuGet dependencies
***NO_CI***
1 parent e7f24b4 commit 9f6de40

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

devices/Adc128D818/Adc128D818.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Label="Globals">
44
<NanoFrameworkProjectSystemPath>$(MSBuildExtensionsPath)\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath>

devices/Adc128D818/samples/Adc128D818.Samples/Adc128D818.Samples.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Label="Globals">
44
<NanoFrameworkProjectSystemPath>$(MSBuildExtensionsPath)\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath>

devices/DhcpServer/samples/DhcpServer.samples.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
<Reference Include="System.Device.Gpio, Version=1.1.57.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
6565
<HintPath>..\packages\nanoFramework.System.Device.Gpio.1.1.57\lib\System.Device.Gpio.dll</HintPath>
6666
</Reference>
67-
<Reference Include="System.Device.Wifi, Version=1.5.133.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
68-
<HintPath>..\packages\nanoFramework.System.Device.Wifi.1.5.133\lib\System.Device.Wifi.dll</HintPath>
67+
<Reference Include="System.Device.Wifi, Version=1.5.134.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
68+
<HintPath>..\packages\nanoFramework.System.Device.Wifi.1.5.134\lib\System.Device.Wifi.dll</HintPath>
6969
</Reference>
7070
<Reference Include="System.IO.Streams, Version=1.1.96.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
7171
<HintPath>..\packages\nanoFramework.System.IO.Streams.1.1.96\lib\System.IO.Streams.dll</HintPath>

devices/DhcpServer/samples/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<package id="nanoFramework.Runtime.Native" version="1.7.11" targetFramework="netnano1.0" />
77
<package id="nanoFramework.System.Collections" version="1.5.67" targetFramework="netnano1.0" />
88
<package id="nanoFramework.System.Device.Gpio" version="1.1.57" targetFramework="netnano1.0" />
9-
<package id="nanoFramework.System.Device.Wifi" version="1.5.133" targetFramework="netnano1.0" />
9+
<package id="nanoFramework.System.Device.Wifi" version="1.5.134" targetFramework="netnano1.0" />
1010
<package id="nanoFramework.System.IO.Streams" version="1.1.96" targetFramework="netnano1.0" />
1111
<package id="nanoFramework.System.Net" version="1.11.43" targetFramework="netnano1.0" />
1212
<package id="nanoFramework.System.Net.Http" version="1.5.196" targetFramework="netnano1.0" />

devices/DhcpServer/samples/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
},
4141
"nanoFramework.System.Device.Wifi": {
4242
"type": "Direct",
43-
"requested": "[1.5.133, 1.5.133]",
44-
"resolved": "1.5.133",
45-
"contentHash": "0AyJ6I7C+UWz8A2c+ChfYl/tdAroVZDxl7cVstQ9kbN0Ts8MEwD368Uoe8+pOpcJmjamTmg5iUDD9SMrW1nCuw=="
43+
"requested": "[1.5.134, 1.5.134]",
44+
"resolved": "1.5.134",
45+
"contentHash": "X3PzWhOjt2ln3FiYuNB3uTuQbemoNBTHyBHh7ln/udZSNkJTyJYF2N3RdYKQWogBmUDcE0eK8ELHU8FkWJ6y8g=="
4646
},
4747
"nanoFramework.System.IO.Streams": {
4848
"type": "Direct",

devices/Drv8825/Drv8825.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="packages\Nerdbank.GitVersioning.3.7.115\build\Nerdbank.GitVersioning.props" Condition="Exists('packages\Nerdbank.GitVersioning.3.7.115\build\Nerdbank.GitVersioning.props')" />
44
<PropertyGroup Label="Globals">

devices/Drv8825/samples/Drv8825.samples.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Label="Globals">
44
<NanoFrameworkProjectSystemPath>$(MSBuildExtensionsPath)\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath>

devices/MulticastDns/samples/MulticastDns.samples.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
<Reference Include="nanoFramework.WebServer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4242
<HintPath>..\packages\nanoFramework.WebServer.1.2.126\lib\nanoFramework.WebServer.dll</HintPath>
4343
</Reference>
44-
<Reference Include="System.Device.Wifi, Version=1.5.133.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
45-
<HintPath>..\packages\nanoFramework.System.Device.Wifi.1.5.133\lib\System.Device.Wifi.dll</HintPath>
44+
<Reference Include="System.Device.Wifi, Version=1.5.134.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
45+
<HintPath>..\packages\nanoFramework.System.Device.Wifi.1.5.134\lib\System.Device.Wifi.dll</HintPath>
4646
</Reference>
4747
<Reference Include="System.IO.Streams, Version=1.1.96.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4848
<HintPath>..\packages\nanoFramework.System.IO.Streams.1.1.96\lib\System.IO.Streams.dll</HintPath>

devices/MulticastDns/samples/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package id="nanoFramework.CoreLibrary" version="1.17.11" targetFramework="netnano1.0" />
44
<package id="nanoFramework.Runtime.Events" version="1.11.32" targetFramework="netnano1.0" />
55
<package id="nanoFramework.System.Collections" version="1.5.67" targetFramework="netnano1.0" />
6-
<package id="nanoFramework.System.Device.Wifi" version="1.5.133" targetFramework="netnano1.0" />
6+
<package id="nanoFramework.System.Device.Wifi" version="1.5.134" targetFramework="netnano1.0" />
77
<package id="nanoFramework.System.IO.Streams" version="1.1.96" targetFramework="netnano1.0" />
88
<package id="nanoFramework.System.Net" version="1.11.43" targetFramework="netnano1.0" />
99
<package id="nanoFramework.System.Net.Http.Server" version="1.5.196" targetFramework="netnano1.0" />

devices/MulticastDns/samples/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
},
2323
"nanoFramework.System.Device.Wifi": {
2424
"type": "Direct",
25-
"requested": "[1.5.133, 1.5.133]",
26-
"resolved": "1.5.133",
27-
"contentHash": "0AyJ6I7C+UWz8A2c+ChfYl/tdAroVZDxl7cVstQ9kbN0Ts8MEwD368Uoe8+pOpcJmjamTmg5iUDD9SMrW1nCuw=="
25+
"requested": "[1.5.134, 1.5.134]",
26+
"resolved": "1.5.134",
27+
"contentHash": "X3PzWhOjt2ln3FiYuNB3uTuQbemoNBTHyBHh7ln/udZSNkJTyJYF2N3RdYKQWogBmUDcE0eK8ELHU8FkWJ6y8g=="
2828
},
2929
"nanoFramework.System.IO.Streams": {
3030
"type": "Direct",

0 commit comments

Comments
 (0)