Skip to content

Commit ea9a491

Browse files
Update 4 nuget dependencies
1 parent 7569573 commit ea9a491

File tree

5 files changed

+27
-26
lines changed

5 files changed

+27
-26
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,16 @@
5454
<None Include="packages.config" />
5555
</ItemGroup>
5656
<ItemGroup>
57-
<Reference Include="mscorlib, Version=1.11.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
58-
<HintPath>..\packages\nanoFramework.CoreLibrary.1.11.6-preview.2\lib\mscorlib.dll</HintPath>
57+
<Reference Include="mscorlib, Version=1.11.7.2, Culture=neutral, PublicKeyToken=c07d481e9758c731">
58+
<HintPath>..\packages\nanoFramework.CoreLibrary.1.11.7\lib\mscorlib.dll</HintPath>
5959
<Private>True</Private>
6060
</Reference>
6161
<Reference Include="nanoFramework.Runtime.Events, Version=1.9.2.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
62-
<HintPath>..\packages\nanoFramework.Runtime.Events.1.9.2-preview.12\lib\nanoFramework.Runtime.Events.dll</HintPath>
62+
<HintPath>..\packages\nanoFramework.Runtime.Events.1.9.2-preview.14\lib\nanoFramework.Runtime.Events.dll</HintPath>
6363
<Private>True</Private>
6464
</Reference>
6565
<Reference Include="System.Device.Gpio, Version=1.0.2.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
66-
<HintPath>..\packages\nanoFramework.System.Device.Gpio.1.0.2-preview.10\lib\System.Device.Gpio.dll</HintPath>
66+
<HintPath>..\packages\nanoFramework.System.Device.Gpio.1.0.2-preview.12\lib\System.Device.Gpio.dll</HintPath>
6767
<Private>True</Private>
6868
</Reference>
6969
</ItemGroup>

System.Device.Spi/packages.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="nanoFramework.CoreLibrary" version="1.11.6-preview.2" targetFramework="netnanoframework10" />
4-
<package id="nanoFramework.Runtime.Events" version="1.9.2-preview.12" targetFramework="netnanoframework10" />
5-
<package id="nanoFramework.System.Device.Gpio" version="1.0.2-preview.10" targetFramework="netnanoframework10" />
3+
<package id="nanoFramework.CoreLibrary" version="1.11.7" targetFramework="netnanoframework10" />
4+
<package id="nanoFramework.Runtime.Events" version="1.9.2-preview.14" targetFramework="netnanoframework10" />
5+
<package id="nanoFramework.System.Device.Gpio" version="1.0.2-preview.12" targetFramework="netnanoframework10" />
66
<package id="Nerdbank.GitVersioning" version="3.4.244" developmentDependency="true" targetFramework="netnanoframework10" />
77
</packages>

Test/SpiHardwareUnitTests/SpiHardwareUnitTests.nfproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,24 @@
3131
<Compile Include="Properties\AssemblyInfo.cs" />
3232
</ItemGroup>
3333
<ItemGroup>
34-
<Reference Include="mscorlib, Version=1.11.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
35-
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.11.6-preview.2\lib\mscorlib.dll</HintPath>
34+
<Reference Include="mscorlib, Version=1.11.7.2, Culture=neutral, PublicKeyToken=c07d481e9758c731">
35+
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.11.7\lib\mscorlib.dll</HintPath>
3636
<Private>True</Private>
3737
</Reference>
3838
<Reference Include="nanoFramework.Runtime.Events, Version=1.9.2.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
39-
<HintPath>..\..\packages\nanoFramework.Runtime.Events.1.9.2-preview.12\lib\nanoFramework.Runtime.Events.dll</HintPath>
39+
<HintPath>..\..\packages\nanoFramework.Runtime.Events.1.9.2-preview.14\lib\nanoFramework.Runtime.Events.dll</HintPath>
4040
<Private>True</Private>
4141
</Reference>
42-
<Reference Include="nanoFramework.TestFramework, Version=1.0.163.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
43-
<HintPath>..\..\packages\nanoFramework.TestFramework.1.0.163\lib\nanoFramework.TestFramework.dll</HintPath>
42+
<Reference Include="nanoFramework.TestFramework, Version=1.0.166.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
43+
<HintPath>..\..\packages\nanoFramework.TestFramework.1.0.166\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.163\lib\nanoFramework.UnitTestLauncher.exe</HintPath>
47+
<HintPath>..\..\packages\nanoFramework.TestFramework.1.0.166\lib\nanoFramework.UnitTestLauncher.exe</HintPath>
4848
<Private>True</Private>
4949
</Reference>
5050
<Reference Include="System.Device.Gpio, Version=1.0.2.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
51-
<HintPath>..\..\packages\nanoFramework.System.Device.Gpio.1.0.2-preview.10\lib\System.Device.Gpio.dll</HintPath>
51+
<HintPath>..\..\packages\nanoFramework.System.Device.Gpio.1.0.2-preview.12\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.163\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.1.0.163\build\nanoFramework.TestFramework.targets')" />
69+
<Import Project="..\..\packages\nanoFramework.TestFramework.1.0.166\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.1.0.166\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.163\build\nanoFramework.TestFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\nanoFramework.TestFramework.1.0.163\build\nanoFramework.TestFramework.targets'))" />
74+
<Error Condition="!Exists('..\..\packages\nanoFramework.TestFramework.1.0.166\build\nanoFramework.TestFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\nanoFramework.TestFramework.1.0.166\build\nanoFramework.TestFramework.targets'))" />
7575
</Target>
7676
</Project>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="nanoFramework.CoreLibrary" version="1.11.6-preview.2" targetFramework="netnanoframework10" />
4-
<package id="nanoFramework.Runtime.Events" version="1.9.2-preview.12" targetFramework="netnanoframework10" />
5-
<package id="nanoFramework.System.Device.Gpio" version="1.0.2-preview.10" targetFramework="netnanoframework10" />
6-
<package id="nanoFramework.TestFramework" version="1.0.163" targetFramework="netnanoframework10" developmentDependency="true" />
3+
<package id="nanoFramework.CoreLibrary" version="1.11.7" targetFramework="netnanoframework10" />
4+
<package id="nanoFramework.Runtime.Events" version="1.9.2-preview.14" targetFramework="netnanoframework10" />
5+
<package id="nanoFramework.System.Device.Gpio" version="1.0.2-preview.12" targetFramework="netnanoframework10" />
6+
<package id="nanoFramework.TestFramework" version="1.0.166" targetFramework="netnanoframework10" developmentDependency="true" />
77
</packages>

nanoFramework.System.Device.Spi.nuspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@
1616
<icon>images\nf-logo.png</icon>
1717
<repository type="git" url="https://github.com/nanoframework/System.Device.Spi" commit="$commit$" />
1818
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
19-
<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>
19+
<description>This package includes the System.Device.Spi assembly for .NET nanoFramework C# projects.
20+
This package requires a target with System.Device.Spi v$nativeVersion$ (checksum $checksum$).</description>
2021
<tags>nanoFramework C# csharp netmf netnf System.Device.Spi</tags>
2122
<dependencies>
22-
<dependency id="nanoFramework.CoreLibrary" version="1.11.6-preview.2" />
23-
<dependency id="nanoFramework.Runtime.Events" version="1.9.2-preview.12" />
24-
<dependency id="nanoFramework.System.Device.Gpio" version="1.0.2-preview.10" />
23+
<dependency id="nanoFramework.CoreLibrary" version="1.11.7" />
24+
<dependency id="nanoFramework.Runtime.Events" version="1.9.2-preview.14" />
25+
<dependency id="nanoFramework.System.Device.Gpio" version="1.0.2-preview.12" />
2526
</dependencies>
2627
</metadata>
2728
<files>

0 commit comments

Comments
 (0)