Skip to content

Commit 3c68d34

Browse files
Update 1 nuget dependencies
1 parent 7abb8c1 commit 3c68d34

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

System.Device.Spi.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.31105.61

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Label="Globals">
44
<NanoFrameworkProjectSystemPath>$(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath>
@@ -69,7 +69,7 @@
6969
<Private>True</Private>
7070
</Reference>
7171
<Reference Include="System.Device.Gpio, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
72-
<HintPath>..\packages\nanoFramework.System.Device.Gpio.1.0.0-preview.44\lib\System.Device.Gpio.dll</HintPath>
72+
<HintPath>..\packages\nanoFramework.System.Device.Gpio.1.0.0-preview.45\lib\System.Device.Gpio.dll</HintPath>
7373
<Private>True</Private>
7474
</Reference>
7575
</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.10.5-preview.10" targetFramework="netnanoframework10" />
44
<package id="nanoFramework.Runtime.Events" version="1.9.1-preview.1" targetFramework="netnanoframework10" />
5-
<package id="nanoFramework.System.Device.Gpio" version="1.0.0-preview.44" targetFramework="netnanoframework10" />
5+
<package id="nanoFramework.System.Device.Gpio" version="1.0.0-preview.45" targetFramework="netnanoframework10" />
66
<package id="Nerdbank.GitVersioning" version="3.4.194" developmentDependency="true" targetFramework="netnanoframework10" />
77
</packages>

Test/SpiHardwareUnitTests/SpiHardwareUnitTests.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Label="Globals">
44
<NanoFrameworkProjectSystemPath>$(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath>
@@ -48,7 +48,7 @@
4848
<Private>True</Private>
4949
</Reference>
5050
<Reference Include="System.Device.Gpio, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
51-
<HintPath>..\..\packages\nanoFramework.System.Device.Gpio.1.0.0-preview.44\lib\System.Device.Gpio.dll</HintPath>
51+
<HintPath>..\..\packages\nanoFramework.System.Device.Gpio.1.0.0-preview.45\lib\System.Device.Gpio.dll</HintPath>
5252
<Private>True</Private>
5353
</Reference>
5454
</ItemGroup>

Test/SpiHardwareUnitTests/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.10.5-preview.10" targetFramework="netnanoframework10" />
44
<package id="nanoFramework.Runtime.Events" version="1.9.1-preview.1" targetFramework="netnanoframework10" />
5-
<package id="nanoFramework.System.Device.Gpio" version="1.0.0-preview.44" targetFramework="netnanoframework10" />
5+
<package id="nanoFramework.System.Device.Gpio" version="1.0.0-preview.45" targetFramework="netnanoframework10" />
66
<package id="nanoFramework.TestFramework" version="1.0.127" targetFramework="netnanoframework10" developmentDependency="true" />
77
</packages>

0 commit comments

Comments
 (0)