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 7e0e68a18..86de3cd54 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\ @@ -65,11 +65,11 @@ True - ..\packages\nanoFramework.Runtime.Events.1.9.1-preview.3\lib\nanoFramework.Runtime.Events.dll + ..\packages\nanoFramework.Runtime.Events.1.9.1-preview.5\lib\nanoFramework.Runtime.Events.dll True - ..\packages\nanoFramework.System.Device.Gpio.1.0.0-preview.46\lib\System.Device.Gpio.dll + ..\packages\nanoFramework.System.Device.Gpio.1.0.0-preview.47\lib\System.Device.Gpio.dll True diff --git a/System.Device.Spi/packages.config b/System.Device.Spi/packages.config index 274998d0c..15767fefe 100644 --- a/System.Device.Spi/packages.config +++ b/System.Device.Spi/packages.config @@ -1,7 +1,7 @@  - - + + \ No newline at end of file diff --git a/Test/SpiHardwareUnitTests/SpiHardwareUnitTests.nfproj b/Test/SpiHardwareUnitTests/SpiHardwareUnitTests.nfproj index 9a52aa282..dc64d3c96 100644 --- a/Test/SpiHardwareUnitTests/SpiHardwareUnitTests.nfproj +++ b/Test/SpiHardwareUnitTests/SpiHardwareUnitTests.nfproj @@ -1,4 +1,4 @@ - + $(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\ @@ -36,7 +36,7 @@ True - ..\..\packages\nanoFramework.Runtime.Events.1.9.1-preview.3\lib\nanoFramework.Runtime.Events.dll + ..\..\packages\nanoFramework.Runtime.Events.1.9.1-preview.5\lib\nanoFramework.Runtime.Events.dll True @@ -48,7 +48,7 @@ True - ..\..\packages\nanoFramework.System.Device.Gpio.1.0.0-preview.46\lib\System.Device.Gpio.dll + ..\..\packages\nanoFramework.System.Device.Gpio.1.0.0-preview.47\lib\System.Device.Gpio.dll True diff --git a/Test/SpiHardwareUnitTests/packages.config b/Test/SpiHardwareUnitTests/packages.config index 59b493d80..6032d85ef 100644 --- a/Test/SpiHardwareUnitTests/packages.config +++ b/Test/SpiHardwareUnitTests/packages.config @@ -1,7 +1,7 @@  - - + + \ No newline at end of file