Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions System.Device.Spi/System.Device.Spi.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,9 @@
<Private>True</Private>
<SpecificVersion>True</SpecificVersion>
</Reference>
<Reference Include="System.Device.Gpio, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.Device.Gpio.1.0.0-preview.52\lib\System.Device.Gpio.dll</HintPath>
<Reference Include="System.Device.Gpio, Version=1.0.1.2, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.Device.Gpio.1.0.1\lib\System.Device.Gpio.dll</HintPath>
<Private>True</Private>
<SpecificVersion>True</SpecificVersion>
</Reference>
</ItemGroup>
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
Expand All @@ -88,4 +87,4 @@
</PropertyGroup>
<Error Condition="!Exists('..\packages\Nerdbank.GitVersioning.3.4.194\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Nerdbank.GitVersioning.3.4.194\build\Nerdbank.GitVersioning.targets'))" />
</Target>
</Project>
</Project>
2 changes: 1 addition & 1 deletion System.Device.Spi/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<packages>
<package id="nanoFramework.CoreLibrary" version="1.10.5" targetFramework="netnanoframework10" />
<package id="nanoFramework.Runtime.Events" version="1.9.1" targetFramework="netnanoframework10" />
<package id="nanoFramework.System.Device.Gpio" version="1.0.0-preview.52" targetFramework="netnanoframework10" />
<package id="nanoFramework.System.Device.Gpio" version="1.0.1" targetFramework="netnanoframework10" />
<package id="Nerdbank.GitVersioning" version="3.4.194" developmentDependency="true" targetFramework="netnanoframework10" />
</packages>
6 changes: 3 additions & 3 deletions Test/SpiHardwareUnitTests/SpiHardwareUnitTests.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<HintPath>..\..\packages\nanoFramework.TestFramework.1.0.147\lib\nanoFramework.UnitTestLauncher.exe</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Device.Gpio, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.System.Device.Gpio.1.0.0-preview.50\lib\System.Device.Gpio.dll</HintPath>
<Reference Include="System.Device.Gpio, Version=1.0.1.2, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.System.Device.Gpio.1.0.1\lib\System.Device.Gpio.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand All @@ -73,4 +73,4 @@
</PropertyGroup>
<Error Condition="!Exists('..\..\packages\nanoFramework.TestFramework.1.0.147\build\nanoFramework.TestFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\nanoFramework.TestFramework.1.0.147\build\nanoFramework.TestFramework.targets'))" />
</Target>
</Project>
</Project>
2 changes: 1 addition & 1 deletion Test/SpiHardwareUnitTests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<packages>
<package id="nanoFramework.CoreLibrary" version="1.10.5" targetFramework="netnanoframework10" />
<package id="nanoFramework.Runtime.Events" version="1.9.1" targetFramework="netnanoframework10" />
<package id="nanoFramework.System.Device.Gpio" version="1.0.0-preview.50" targetFramework="netnanoframework10" />
<package id="nanoFramework.System.Device.Gpio" version="1.0.1" targetFramework="netnanoframework10" />
<package id="nanoFramework.TestFramework" version="1.0.147" targetFramework="netnanoframework10" developmentDependency="true" />
</packages>
5 changes: 3 additions & 2 deletions nanoFramework.System.Device.Spi.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@
<icon>images\nf-logo.png</icon>
<repository type="git" url="https://github.com/nanoframework/System.Device.Spi" commit="$commit$" />
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<description>This package includes the System.Device.Spi assembly for .NET nanoFramework C# projects.&#10;This package requires a target with System.Device.Spi v$nativeVersion$ (checksum $checksum$).</description>
<description>This package includes the System.Device.Spi assembly for .NET nanoFramework C# projects.
This package requires a target with System.Device.Spi v$nativeVersion$ (checksum $checksum$).</description>
<summary>System.Device.Spi assembly for .NET nanoFramework C# projects</summary>
<tags>nanoFramework C# csharp netmf netnf System.Device.Spi</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.10.5" />
<dependency id="nanoFramework.Runtime.Events" version="1.9.1" />
<dependency id="nanoFramework.System.Device.Gpio" version="1.0.0-preview.52" />
<dependency id="nanoFramework.System.Device.Gpio" version="1.0.1" />
</dependencies>
</metadata>
<files>
Expand Down