Skip to content

Commit d00c7a0

Browse files
authored
Update 1 NuGet dependencies
1 parent 0dc1547 commit d00c7a0

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

devices/ShiftRegister/ShiftRegister.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
3434
<ItemGroup>
3535
<Reference Include="Iot.Device.Multiplexing, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
36-
<HintPath>packages\nanoFramework.Iot.Device.Multiplexing.1.2.693\lib\Iot.Device.Multiplexing.dll</HintPath>
36+
<HintPath>packages\nanoFramework.Iot.Device.Multiplexing.1.2.715\lib\Iot.Device.Multiplexing.dll</HintPath>
3737
</Reference>
3838
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
3939
<HintPath>packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>

devices/ShiftRegister/ShiftRegister.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<tags>nanoFramework C# csharp netmf netnf Iot.Device.ShiftRegister</tags>
2121
<dependencies>
2222
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />
23-
<dependency id="nanoFramework.Iot.Device.Multiplexing" version="1.2.693" />
23+
<dependency id="nanoFramework.Iot.Device.Multiplexing" version="1.2.715" />
2424
<dependency id="nanoFramework.System.Device.Spi" version="1.3.52" />
2525
</dependencies>
2626
</metadata>

devices/ShiftRegister/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
4-
<package id="nanoFramework.Iot.Device.Multiplexing" version="1.2.693" targetFramework="netnano1.0" />
4+
<package id="nanoFramework.Iot.Device.Multiplexing" version="1.2.715" targetFramework="netnano1.0" />
55
<package id="nanoFramework.Runtime.Events" version="1.11.18" targetFramework="netnano1.0" />
66
<package id="nanoFramework.System.Device.Gpio" version="1.1.41" targetFramework="netnano1.0" />
77
<package id="nanoFramework.System.Device.Spi" version="1.3.52" targetFramework="netnano1.0" />

devices/ShiftRegister/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"nanoFramework.Iot.Device.Multiplexing": {
1212
"type": "Direct",
13-
"requested": "[1.2.693, 1.2.693]",
14-
"resolved": "1.2.693",
15-
"contentHash": "5UN7orpuQlUDNXi4nGutYZ5DXW8kW0oWCQ5yPxdi/0FPm0zZMRf5+vpjTA6inygfbAe5iFqLj/pk8dHYlw5IbQ=="
13+
"requested": "[1.2.715, 1.2.715]",
14+
"resolved": "1.2.715",
15+
"contentHash": "VHVihax+DIMpwEopxCUVJEi+TdGFY14QCjSTqtc8G1F17W7oq6bY/aUarpQdUX08kGl9Rg0fZcMoU1Pcgywv+g=="
1616
},
1717
"nanoFramework.Runtime.Events": {
1818
"type": "Direct",

devices/ShiftRegister/samples/ShiftRegister-driver.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
2222
<ItemGroup>
2323
<Reference Include="Iot.Device.Multiplexing, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
24-
<HintPath>..\packages\nanoFramework.Iot.Device.Multiplexing.1.2.693\lib\Iot.Device.Multiplexing.dll</HintPath>
24+
<HintPath>..\packages\nanoFramework.Iot.Device.Multiplexing.1.2.715\lib\Iot.Device.Multiplexing.dll</HintPath>
2525
</Reference>
2626
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
2727
<HintPath>..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>

devices/ShiftRegister/samples/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
4-
<package id="nanoFramework.Iot.Device.Multiplexing" version="1.2.693" targetFramework="netnano1.0" />
4+
<package id="nanoFramework.Iot.Device.Multiplexing" version="1.2.715" targetFramework="netnano1.0" />
55
<package id="nanoFramework.Runtime.Events" version="1.11.18" targetFramework="netnano1.0" />
66
<package id="nanoFramework.System.Device.Gpio" version="1.1.41" targetFramework="netnano1.0" />
77
<package id="nanoFramework.System.Device.Spi" version="1.3.52" targetFramework="netnano1.0" />

devices/ShiftRegister/samples/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"nanoFramework.Iot.Device.Multiplexing": {
1212
"type": "Direct",
13-
"requested": "[1.2.693, 1.2.693]",
14-
"resolved": "1.2.693",
15-
"contentHash": "5UN7orpuQlUDNXi4nGutYZ5DXW8kW0oWCQ5yPxdi/0FPm0zZMRf5+vpjTA6inygfbAe5iFqLj/pk8dHYlw5IbQ=="
13+
"requested": "[1.2.715, 1.2.715]",
14+
"resolved": "1.2.715",
15+
"contentHash": "VHVihax+DIMpwEopxCUVJEi+TdGFY14QCjSTqtc8G1F17W7oq6bY/aUarpQdUX08kGl9Rg0fZcMoU1Pcgywv+g=="
1616
},
1717
"nanoFramework.Runtime.Events": {
1818
"type": "Direct",

0 commit comments

Comments
 (0)