diff --git a/System.Device.Spi.sln b/System.Device.Spi.sln index 97b12f26b..16e75c647 100644 --- a/System.Device.Spi.sln +++ b/System.Device.Spi.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.31105.61 diff --git a/System.Device.Spi/System.Device.Spi.nfproj b/System.Device.Spi/System.Device.Spi.nfproj index 12ff6048c..27ce5684d 100644 --- a/System.Device.Spi/System.Device.Spi.nfproj +++ b/System.Device.Spi/System.Device.Spi.nfproj @@ -1,4 +1,4 @@ - + $(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\ @@ -69,7 +69,7 @@ True - ..\packages\nanoFramework.System.Device.Gpio.1.0.0-preview.42\lib\System.Device.Gpio.dll + ..\packages\nanoFramework.System.Device.Gpio.1.0.0-preview.43\lib\System.Device.Gpio.dll True diff --git a/System.Device.Spi/packages.config b/System.Device.Spi/packages.config index 5be22f089..ffb495764 100644 --- a/System.Device.Spi/packages.config +++ b/System.Device.Spi/packages.config @@ -2,6 +2,6 @@ - + \ No newline at end of file diff --git a/Test/SpiHardwareUnitTests/SpiHardwareUnitTests.nfproj b/Test/SpiHardwareUnitTests/SpiHardwareUnitTests.nfproj index 29da9a7bc..96fb56489 100644 --- a/Test/SpiHardwareUnitTests/SpiHardwareUnitTests.nfproj +++ b/Test/SpiHardwareUnitTests/SpiHardwareUnitTests.nfproj @@ -1,4 +1,4 @@ - + $(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\ @@ -39,16 +39,16 @@ ..\..\packages\nanoFramework.Runtime.Events.1.9.0-preview.28\lib\nanoFramework.Runtime.Events.dll True - - ..\..\packages\nanoFramework.TestFramework.1.0.126\lib\nanoFramework.TestFramework.dll + + ..\..\packages\nanoFramework.TestFramework.1.0.127\lib\nanoFramework.TestFramework.dll True - ..\..\packages\nanoFramework.TestFramework.1.0.126\lib\nanoFramework.UnitTestLauncher.exe + ..\..\packages\nanoFramework.TestFramework.1.0.127\lib\nanoFramework.UnitTestLauncher.exe True - ..\..\packages\nanoFramework.System.Device.Gpio.1.0.0-preview.42\lib\System.Device.Gpio.dll + ..\..\packages\nanoFramework.System.Device.Gpio.1.0.0-preview.43\lib\System.Device.Gpio.dll True @@ -66,11 +66,11 @@ - + 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}. - + diff --git a/Test/SpiHardwareUnitTests/packages.config b/Test/SpiHardwareUnitTests/packages.config index a499244a5..2055e25d7 100644 --- a/Test/SpiHardwareUnitTests/packages.config +++ b/Test/SpiHardwareUnitTests/packages.config @@ -2,6 +2,6 @@ - - + + \ No newline at end of file