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
2 changes: 1 addition & 1 deletion System.Device.Spi.sln
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31105.61
Expand Down
4 changes: 2 additions & 2 deletions System.Device.Spi/System.Device.Spi.nfproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<NanoFrameworkProjectSystemPath>$(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath>
Expand Down Expand Up @@ -69,7 +69,7 @@
<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.44\lib\System.Device.Gpio.dll</HintPath>
<HintPath>..\packages\nanoFramework.System.Device.Gpio.1.0.0-preview.45\lib\System.Device.Gpio.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
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-preview.10" targetFramework="netnanoframework10" />
<package id="nanoFramework.Runtime.Events" version="1.9.1-preview.1" targetFramework="netnanoframework10" />
<package id="nanoFramework.System.Device.Gpio" version="1.0.0-preview.44" targetFramework="netnanoframework10" />
<package id="nanoFramework.System.Device.Gpio" version="1.0.0-preview.45" targetFramework="netnanoframework10" />
<package id="Nerdbank.GitVersioning" version="3.4.194" developmentDependency="true" targetFramework="netnanoframework10" />
</packages>
4 changes: 2 additions & 2 deletions Test/SpiHardwareUnitTests/SpiHardwareUnitTests.nfproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<NanoFrameworkProjectSystemPath>$(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath>
Expand Down Expand Up @@ -48,7 +48,7 @@
<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.44\lib\System.Device.Gpio.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.System.Device.Gpio.1.0.0-preview.45\lib\System.Device.Gpio.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
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-preview.10" targetFramework="netnanoframework10" />
<package id="nanoFramework.Runtime.Events" version="1.9.1-preview.1" targetFramework="netnanoframework10" />
<package id="nanoFramework.System.Device.Gpio" version="1.0.0-preview.44" targetFramework="netnanoframework10" />
<package id="nanoFramework.System.Device.Gpio" version="1.0.0-preview.45" targetFramework="netnanoframework10" />
<package id="nanoFramework.TestFramework" version="1.0.127" targetFramework="netnanoframework10" developmentDependency="true" />
</packages>