Skip to content

Commit d2ee5f9

Browse files
Update 3 nuget dependencies
1 parent c6b6481 commit d2ee5f9

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
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: 3 additions & 3 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>
@@ -65,11 +65,11 @@
6565
<Private>True</Private>
6666
</Reference>
6767
<Reference Include="nanoFramework.Runtime.Events, Version=1.9.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
68-
<HintPath>..\packages\nanoFramework.Runtime.Events.1.9.1-preview.5\lib\nanoFramework.Runtime.Events.dll</HintPath>
68+
<HintPath>..\packages\nanoFramework.Runtime.Events.1.9.1-preview.7\lib\nanoFramework.Runtime.Events.dll</HintPath>
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.47\lib\System.Device.Gpio.dll</HintPath>
72+
<HintPath>..\packages\nanoFramework.System.Device.Gpio.1.0.0-preview.48\lib\System.Device.Gpio.dll</HintPath>
7373
<Private>True</Private>
7474
</Reference>
7575
</ItemGroup>

System.Device.Spi/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.10.5-preview.18" targetFramework="netnanoframework10" />
4-
<package id="nanoFramework.Runtime.Events" version="1.9.1-preview.5" targetFramework="netnanoframework10" />
5-
<package id="nanoFramework.System.Device.Gpio" version="1.0.0-preview.47" targetFramework="netnanoframework10" />
4+
<package id="nanoFramework.Runtime.Events" version="1.9.1-preview.7" targetFramework="netnanoframework10" />
5+
<package id="nanoFramework.System.Device.Gpio" version="1.0.0-preview.48" targetFramework="netnanoframework10" />
66
<package id="Nerdbank.GitVersioning" version="3.4.194" developmentDependency="true" targetFramework="netnanoframework10" />
77
</packages>

Test/SpiHardwareUnitTests/SpiHardwareUnitTests.nfproj

Lines changed: 8 additions & 8 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>
@@ -36,19 +36,19 @@
3636
<Private>True</Private>
3737
</Reference>
3838
<Reference Include="nanoFramework.Runtime.Events, Version=1.9.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
39-
<HintPath>..\..\packages\nanoFramework.Runtime.Events.1.9.1-preview.5\lib\nanoFramework.Runtime.Events.dll</HintPath>
39+
<HintPath>..\..\packages\nanoFramework.Runtime.Events.1.9.1-preview.7\lib\nanoFramework.Runtime.Events.dll</HintPath>
4040
<Private>True</Private>
4141
</Reference>
42-
<Reference Include="nanoFramework.TestFramework, Version=1.0.136.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
43-
<HintPath>..\..\packages\nanoFramework.TestFramework.1.0.136\lib\nanoFramework.TestFramework.dll</HintPath>
42+
<Reference Include="nanoFramework.TestFramework, Version=1.0.138.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
43+
<HintPath>..\..\packages\nanoFramework.TestFramework.1.0.138\lib\nanoFramework.TestFramework.dll</HintPath>
4444
<Private>True</Private>
4545
</Reference>
4646
<Reference Include="nanoFramework.UnitTestLauncher, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
47-
<HintPath>..\..\packages\nanoFramework.TestFramework.1.0.136\lib\nanoFramework.UnitTestLauncher.exe</HintPath>
47+
<HintPath>..\..\packages\nanoFramework.TestFramework.1.0.138\lib\nanoFramework.UnitTestLauncher.exe</HintPath>
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.47\lib\System.Device.Gpio.dll</HintPath>
51+
<HintPath>..\..\packages\nanoFramework.System.Device.Gpio.1.0.0-preview.48\lib\System.Device.Gpio.dll</HintPath>
5252
<Private>True</Private>
5353
</Reference>
5454
</ItemGroup>
@@ -66,11 +66,11 @@
6666
<ProjectConfigurationsDeclaredAsItems />
6767
</ProjectCapabilities>
6868
</ProjectExtensions>
69-
<Import Project="..\..\packages\nanoFramework.TestFramework.1.0.136\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.1.0.136\build\nanoFramework.TestFramework.targets')" />
69+
<Import Project="..\..\packages\nanoFramework.TestFramework.1.0.138\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.1.0.138\build\nanoFramework.TestFramework.targets')" />
7070
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
7171
<PropertyGroup>
7272
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText>
7373
</PropertyGroup>
74-
<Error Condition="!Exists('..\..\packages\nanoFramework.TestFramework.1.0.136\build\nanoFramework.TestFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\nanoFramework.TestFramework.1.0.136\build\nanoFramework.TestFramework.targets'))" />
74+
<Error Condition="!Exists('..\..\packages\nanoFramework.TestFramework.1.0.138\build\nanoFramework.TestFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\nanoFramework.TestFramework.1.0.138\build\nanoFramework.TestFramework.targets'))" />
7575
</Target>
7676
</Project>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.10.5-preview.18" targetFramework="netnanoframework10" />
4-
<package id="nanoFramework.Runtime.Events" version="1.9.1-preview.5" targetFramework="netnanoframework10" />
5-
<package id="nanoFramework.System.Device.Gpio" version="1.0.0-preview.47" targetFramework="netnanoframework10" />
6-
<package id="nanoFramework.TestFramework" version="1.0.136" targetFramework="netnanoframework10" developmentDependency="true" />
4+
<package id="nanoFramework.Runtime.Events" version="1.9.1-preview.7" targetFramework="netnanoframework10" />
5+
<package id="nanoFramework.System.Device.Gpio" version="1.0.0-preview.48" targetFramework="netnanoframework10" />
6+
<package id="nanoFramework.TestFramework" version="1.0.138" targetFramework="netnanoframework10" developmentDependency="true" />
77
</packages>

0 commit comments

Comments
 (0)