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 83fe724f3..839da6d9c 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.5\lib\nanoFramework.Runtime.Events.dll + ..\packages\nanoFramework.Runtime.Events.1.9.1-preview.7\lib\nanoFramework.Runtime.Events.dll True - ..\packages\nanoFramework.System.Device.Gpio.1.0.0-preview.47\lib\System.Device.Gpio.dll + ..\packages\nanoFramework.System.Device.Gpio.1.0.0-preview.48\lib\System.Device.Gpio.dll True diff --git a/System.Device.Spi/packages.config b/System.Device.Spi/packages.config index 481700f14..f801a5af6 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 da39d4193..1d20f1c53 100644 --- a/Test/SpiHardwareUnitTests/SpiHardwareUnitTests.nfproj +++ b/Test/SpiHardwareUnitTests/SpiHardwareUnitTests.nfproj @@ -1,4 +1,4 @@ - + $(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\ @@ -36,19 +36,19 @@ True - ..\..\packages\nanoFramework.Runtime.Events.1.9.1-preview.5\lib\nanoFramework.Runtime.Events.dll + ..\..\packages\nanoFramework.Runtime.Events.1.9.1-preview.7\lib\nanoFramework.Runtime.Events.dll True - - ..\..\packages\nanoFramework.TestFramework.1.0.136\lib\nanoFramework.TestFramework.dll + + ..\..\packages\nanoFramework.TestFramework.1.0.138\lib\nanoFramework.TestFramework.dll True - ..\..\packages\nanoFramework.TestFramework.1.0.136\lib\nanoFramework.UnitTestLauncher.exe + ..\..\packages\nanoFramework.TestFramework.1.0.138\lib\nanoFramework.UnitTestLauncher.exe True - ..\..\packages\nanoFramework.System.Device.Gpio.1.0.0-preview.47\lib\System.Device.Gpio.dll + ..\..\packages\nanoFramework.System.Device.Gpio.1.0.0-preview.48\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 f8ed84310..51dba9454 100644 --- a/Test/SpiHardwareUnitTests/packages.config +++ b/Test/SpiHardwareUnitTests/packages.config @@ -1,7 +1,7 @@  - - - + + + \ No newline at end of file