Skip to content

Commit a7881d4

Browse files
Update 1 NuGet dependencies (#92)
1 parent b31b976 commit a7881d4

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

System.Device.Spi/System.Device.Spi.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
<HintPath>..\packages\nanoFramework.Runtime.Events.1.10.0\lib\nanoFramework.Runtime.Events.dll</HintPath>
6868
<Private>True</Private>
6969
</Reference>
70-
<Reference Include="System.Device.Gpio, Version=1.1.5.11286, Culture=neutral, PublicKeyToken=c07d481e9758c731">
71-
<HintPath>..\packages\nanoFramework.System.Device.Gpio.1.1.5\lib\System.Device.Gpio.dll</HintPath>
70+
<Reference Include="System.Device.Gpio, Version=1.1.11.18191, Culture=neutral, PublicKeyToken=c07d481e9758c731">
71+
<HintPath>..\packages\nanoFramework.System.Device.Gpio.1.1.11\lib\System.Device.Gpio.dll</HintPath>
7272
<Private>True</Private>
7373
</Reference>
7474
</ItemGroup>

System.Device.Spi/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.12.0" targetFramework="netnanoframework10" />
44
<package id="nanoFramework.Runtime.Events" version="1.10.0" targetFramework="netnanoframework10" />
5-
<package id="nanoFramework.System.Device.Gpio" version="1.1.5" targetFramework="netnanoframework10" />
5+
<package id="nanoFramework.System.Device.Gpio" version="1.1.11" targetFramework="netnanoframework10" />
66
<package id="Nerdbank.GitVersioning" version="3.5.109" developmentDependency="true" targetFramework="netnano1.0" />
77
</packages>

System.Device.Spi/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"nanoFramework.System.Device.Gpio": {
1818
"type": "Direct",
19-
"requested": "[1.1.5, 1.1.5]",
20-
"resolved": "1.1.5",
21-
"contentHash": "NOhVZXIfotaFDQeoR37TyeHTHQKsrjTbOoMm1ZWmZrzRTpqxd5HUc+RBOEMflMD8qEwPKkxHBtfbR09kO4Iq8A=="
19+
"requested": "[1.1.11, 1.1.11]",
20+
"resolved": "1.1.11",
21+
"contentHash": "UhEJuox9ZejyfVCJToohE+DcYf/zV2q00/7xlk1PFldDZSus/47HKWCGoXkkRaU72Le14CFRf+xQL2JozuELLw=="
2222
},
2323
"Nerdbank.GitVersioning": {
2424
"type": "Direct",

Test/SpiHardwareUnitTests/SpiHardwareUnitTests.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
<HintPath>..\..\packages\nanoFramework.TestFramework.2.0.43\lib\nanoFramework.UnitTestLauncher.exe</HintPath>
5959
<Private>True</Private>
6060
</Reference>
61-
<Reference Include="System.Device.Gpio, Version=1.1.5.11286, Culture=neutral, PublicKeyToken=c07d481e9758c731">
62-
<HintPath>..\..\packages\nanoFramework.System.Device.Gpio.1.1.5\lib\System.Device.Gpio.dll</HintPath>
61+
<Reference Include="System.Device.Gpio, Version=1.1.11.18191, Culture=neutral, PublicKeyToken=c07d481e9758c731">
62+
<HintPath>..\..\packages\nanoFramework.System.Device.Gpio.1.1.11\lib\System.Device.Gpio.dll</HintPath>
6363
<Private>True</Private>
6464
</Reference>
6565
</ItemGroup>

Test/SpiHardwareUnitTests/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.12.0" targetFramework="netnanoframework10" />
44
<package id="nanoFramework.Runtime.Events" version="1.10.0" targetFramework="netnanoframework10" />
5-
<package id="nanoFramework.System.Device.Gpio" version="1.1.5" targetFramework="netnanoframework10" />
5+
<package id="nanoFramework.System.Device.Gpio" version="1.1.11" targetFramework="netnanoframework10" />
66
<package id="nanoFramework.TestFramework" version="2.0.43" targetFramework="netnanoframework10" developmentDependency="true" />
7-
</packages>
7+
</packages>

Test/SpiHardwareUnitTests/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"nanoFramework.System.Device.Gpio": {
1818
"type": "Direct",
19-
"requested": "[1.1.5, 1.1.5]",
20-
"resolved": "1.1.5",
21-
"contentHash": "NOhVZXIfotaFDQeoR37TyeHTHQKsrjTbOoMm1ZWmZrzRTpqxd5HUc+RBOEMflMD8qEwPKkxHBtfbR09kO4Iq8A=="
19+
"requested": "[1.1.11, 1.1.11]",
20+
"resolved": "1.1.11",
21+
"contentHash": "UhEJuox9ZejyfVCJToohE+DcYf/zV2q00/7xlk1PFldDZSus/47HKWCGoXkkRaU72Le14CFRf+xQL2JozuELLw=="
2222
},
2323
"nanoFramework.TestFramework": {
2424
"type": "Direct",

nanoFramework.System.Device.Spi.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This package requires a target with System.Device.Spi v$nativeVersion$ (checksum
2121
<dependencies>
2222
<dependency id="nanoFramework.CoreLibrary" version="1.12.0" />
2323
<dependency id="nanoFramework.Runtime.Events" version="1.10.0" />
24-
<dependency id="nanoFramework.System.Device.Gpio" version="1.1.5" />
24+
<dependency id="nanoFramework.System.Device.Gpio" version="1.1.11" />
2525
</dependencies>
2626
</metadata>
2727
<files>

0 commit comments

Comments
 (0)