Skip to content

Commit

Permalink
Update 2 NuGet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nfbot authored Nov 9, 2023
1 parent beda3d5 commit 11d4899
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions devices/ShiftRegister/ShiftRegister.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
<ItemGroup>
<Reference Include="Iot.Device.Multiplexing, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>packages\nanoFramework.Iot.Device.Multiplexing.1.2.418\lib\Iot.Device.Multiplexing.dll</HintPath>
<HintPath>packages\nanoFramework.Iot.Device.Multiplexing.1.2.423\lib\Iot.Device.Multiplexing.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand All @@ -48,8 +48,8 @@
<HintPath>packages\nanoFramework.System.Device.Gpio.1.1.38\lib\System.Device.Gpio.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Device.Spi, Version=1.3.41.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>packages\nanoFramework.System.Device.Spi.1.3.41\lib\System.Device.Spi.dll</HintPath>
<Reference Include="System.Device.Spi, Version=1.3.43.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>packages\nanoFramework.System.Device.Spi.1.3.43\lib\System.Device.Spi.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Threading, Version=1.1.32.63105, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand Down
4 changes: 2 additions & 2 deletions devices/ShiftRegister/ShiftRegister.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<tags>nanoFramework C# csharp netmf netnf Iot.Device.ShiftRegister</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />
<dependency id="nanoFramework.Iot.Device.Multiplexing" version="1.2.418" />
<dependency id="nanoFramework.System.Device.Spi" version="1.3.41" />
<dependency id="nanoFramework.Iot.Device.Multiplexing" version="1.2.423" />
<dependency id="nanoFramework.System.Device.Spi" version="1.3.43" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions devices/ShiftRegister/packages.config
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Multiplexing" version="1.2.418" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Multiplexing" version="1.2.423" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Events" version="1.11.15" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Gpio" version="1.1.38" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Spi" version="1.3.41" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Spi" version="1.3.43" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Threading" version="1.1.32" targetFramework="netnano1.0" />
<package id="Nerdbank.GitVersioning" version="3.6.133" developmentDependency="true" targetFramework="netnano1.0" />
<package id="StyleCop.MSBuild" version="6.2.0" targetFramework="netnano1.0" developmentDependency="true" />
Expand Down
12 changes: 6 additions & 6 deletions devices/ShiftRegister/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"nanoFramework.Iot.Device.Multiplexing": {
"type": "Direct",
"requested": "[1.2.418, 1.2.418]",
"resolved": "1.2.418",
"contentHash": "FBGKYSyzNb9nYCRn8ULYfVd/2guDM7QtK55TjfhlSuSKU/4trYs/1qQvhXTlQi9Rp13aYYVDO+s4Z/UqKjaesw=="
"requested": "[1.2.423, 1.2.423]",
"resolved": "1.2.423",
"contentHash": "LigBt8DUkr/c59Jmbcck9chOO0XFktTmWtAKnJwD0K7FwG1YVMUI73tO+04ms4wF109wdXw4xGru2w2BpmYAjA=="
},
"nanoFramework.Runtime.Events": {
"type": "Direct",
Expand All @@ -28,9 +28,9 @@
},
"nanoFramework.System.Device.Spi": {
"type": "Direct",
"requested": "[1.3.41, 1.3.41]",
"resolved": "1.3.41",
"contentHash": "FbnJZWDppIhxEQ/q1B1n9HeFGhoLZgpmod2YieMcRAjKvyAlYbinq2lKNsBROrlP6EpQ+XApdfv0asYJd5tKsw=="
"requested": "[1.3.43, 1.3.43]",
"resolved": "1.3.43",
"contentHash": "LR5ccTCLm4nOxM18YRn4P54ZtK668K7D2LqEdETE2GiDtr3f1Wrc2ehtQsjdDiebX9OHqfMXIYBEvbBoJAjyqw=="
},
"nanoFramework.System.Threading": {
"type": "Direct",
Expand Down
6 changes: 3 additions & 3 deletions devices/ShiftRegister/samples/ShiftRegister-driver.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
<ItemGroup>
<Reference Include="Iot.Device.Multiplexing, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Iot.Device.Multiplexing.1.2.418\lib\Iot.Device.Multiplexing.dll</HintPath>
<HintPath>..\packages\nanoFramework.Iot.Device.Multiplexing.1.2.423\lib\Iot.Device.Multiplexing.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand All @@ -36,8 +36,8 @@
<HintPath>..\packages\nanoFramework.System.Device.Gpio.1.1.38\lib\System.Device.Gpio.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Device.Spi, Version=1.3.41.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.Device.Spi.1.3.41\lib\System.Device.Spi.dll</HintPath>
<Reference Include="System.Device.Spi, Version=1.3.43.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.Device.Spi.1.3.43\lib\System.Device.Spi.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Threading, Version=1.1.32.63105, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand Down
4 changes: 2 additions & 2 deletions devices/ShiftRegister/samples/packages.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Multiplexing" version="1.2.418" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Multiplexing" version="1.2.423" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Events" version="1.11.15" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Gpio" version="1.1.38" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Spi" version="1.3.41" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Spi" version="1.3.43" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Threading" version="1.1.32" targetFramework="netnano1.0" />
</packages>
12 changes: 6 additions & 6 deletions devices/ShiftRegister/samples/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"nanoFramework.Iot.Device.Multiplexing": {
"type": "Direct",
"requested": "[1.2.418, 1.2.418]",
"resolved": "1.2.418",
"contentHash": "FBGKYSyzNb9nYCRn8ULYfVd/2guDM7QtK55TjfhlSuSKU/4trYs/1qQvhXTlQi9Rp13aYYVDO+s4Z/UqKjaesw=="
"requested": "[1.2.423, 1.2.423]",
"resolved": "1.2.423",
"contentHash": "LigBt8DUkr/c59Jmbcck9chOO0XFktTmWtAKnJwD0K7FwG1YVMUI73tO+04ms4wF109wdXw4xGru2w2BpmYAjA=="
},
"nanoFramework.Runtime.Events": {
"type": "Direct",
Expand All @@ -28,9 +28,9 @@
},
"nanoFramework.System.Device.Spi": {
"type": "Direct",
"requested": "[1.3.41, 1.3.41]",
"resolved": "1.3.41",
"contentHash": "FbnJZWDppIhxEQ/q1B1n9HeFGhoLZgpmod2YieMcRAjKvyAlYbinq2lKNsBROrlP6EpQ+XApdfv0asYJd5tKsw=="
"requested": "[1.3.43, 1.3.43]",
"resolved": "1.3.43",
"contentHash": "LR5ccTCLm4nOxM18YRn4P54ZtK668K7D2LqEdETE2GiDtr3f1Wrc2ehtQsjdDiebX9OHqfMXIYBEvbBoJAjyqw=="
},
"nanoFramework.System.Threading": {
"type": "Direct",
Expand Down

0 comments on commit 11d4899

Please sign in to comment.