From 1c040f077aec8e185ae8e0f595c5a577b2efa12c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bilgehan=20Zeki=20=C3=96ZAYTA=C3=87?= Date: Mon, 31 Oct 2016 16:26:41 +0300 Subject: [PATCH] * Update and Fix Nuget References Update reference path to "$(SolutionDir)packages\" Update Nuget packages to working lastest version: - FakeItEasy 1.25.3 - FluentAssertions 4.6.3 - UnitsNet 3.46.1.0 --- .../Raspberry.IO.Components.csproj | 13 +++++------ Raspberry.IO.Components/packages.config | 2 +- .../Raspberry.IO.GeneralPurpose.csproj | 5 ++--- ...Raspberry.IO.InterIntegratedCircuit.csproj | 5 ++--- ...pberry.IO.SerialPeripheralInterface.csproj | 5 ++--- Tests/Test.Gpio.DHT11/Test.Gpio.DHT11.csproj | 9 ++++---- Tests/Test.Gpio.DHT11/packages.config | 2 +- .../Test.Gpio.Ds1307/Test.Gpio.Ds1307.csproj | 1 - .../Test.Gpio.HCSR04/Test.Gpio.HCSR04.csproj | 9 ++++---- Tests/Test.Gpio.HCSR04/packages.config | 2 +- .../Test.Gpio.MCP3008.csproj | 7 +++--- Tests/Test.Gpio.MCP3008/packages.config | 2 +- .../Test.Gpio.Pca9685.csproj | 13 +++++------ Tests/Test.Gpio.Pca9685/packages.config | 2 +- .../Tests.Raspberry.IO.Components.csproj | 20 +++++++++-------- .../packages.config | 4 ++-- .../Tests.Raspberry.IO.Interop.csproj | 20 +++++++++-------- .../packages.config | 4 ++-- ...pberry.IO.SerialPeripheralInterface.csproj | 22 ++++++++++--------- .../packages.config | 4 ++-- .../Tests.Raspberry.IO.csproj | 13 +++++------ UnitTests/Tests.Raspberry.IO/packages.config | 4 ++-- 22 files changed, 82 insertions(+), 86 deletions(-) diff --git a/Raspberry.IO.Components/Raspberry.IO.Components.csproj b/Raspberry.IO.Components/Raspberry.IO.Components.csproj index 13f4a5a..e875fb8 100644 --- a/Raspberry.IO.Components/Raspberry.IO.Components.csproj +++ b/Raspberry.IO.Components/Raspberry.IO.Components.csproj @@ -31,20 +31,20 @@ - ..\packages\Raspberry.System.2.1\lib\net40\Raspberry.System.dll + $(SolutionDir)packages\Raspberry.System.2.1\lib\net40\Raspberry.System.dll True - ..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll + $(SolutionDir)packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll - ..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll + $(SolutionDir)packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll - - ..\packages\UnitsNet.3.34.0\lib\net35\UnitsNet.dll + + $(SolutionDir)packages\UnitsNet.3.46.1\lib\net35\UnitsNet.dll True @@ -193,5 +193,4 @@ - - + \ No newline at end of file diff --git a/Raspberry.IO.Components/packages.config b/Raspberry.IO.Components/packages.config index 2025ba4..5b70f76 100644 --- a/Raspberry.IO.Components/packages.config +++ b/Raspberry.IO.Components/packages.config @@ -3,5 +3,5 @@ - + \ No newline at end of file diff --git a/Raspberry.IO.GeneralPurpose/Raspberry.IO.GeneralPurpose.csproj b/Raspberry.IO.GeneralPurpose/Raspberry.IO.GeneralPurpose.csproj index 3d5ef47..cabdaa4 100644 --- a/Raspberry.IO.GeneralPurpose/Raspberry.IO.GeneralPurpose.csproj +++ b/Raspberry.IO.GeneralPurpose/Raspberry.IO.GeneralPurpose.csproj @@ -33,7 +33,7 @@ - ..\packages\Raspberry.System.2.1\lib\net40\Raspberry.System.dll + $(SolutionDir)packages\Raspberry.System.2.1\lib\net40\Raspberry.System.dll True @@ -103,5 +103,4 @@ --> - - + \ No newline at end of file diff --git a/Raspberry.IO.InterIntegratedCircuit/Raspberry.IO.InterIntegratedCircuit.csproj b/Raspberry.IO.InterIntegratedCircuit/Raspberry.IO.InterIntegratedCircuit.csproj index b82adfa..2d629a4 100644 --- a/Raspberry.IO.InterIntegratedCircuit/Raspberry.IO.InterIntegratedCircuit.csproj +++ b/Raspberry.IO.InterIntegratedCircuit/Raspberry.IO.InterIntegratedCircuit.csproj @@ -33,7 +33,7 @@ - ..\packages\Raspberry.System.2.1\lib\net40\Raspberry.System.dll + $(SolutionDir)packages\Raspberry.System.2.1\lib\net40\Raspberry.System.dll True @@ -70,5 +70,4 @@ --> - - + \ No newline at end of file diff --git a/Raspberry.IO.SerialPeripheralInterface/Raspberry.IO.SerialPeripheralInterface.csproj b/Raspberry.IO.SerialPeripheralInterface/Raspberry.IO.SerialPeripheralInterface.csproj index ad6b183..13fa724 100644 --- a/Raspberry.IO.SerialPeripheralInterface/Raspberry.IO.SerialPeripheralInterface.csproj +++ b/Raspberry.IO.SerialPeripheralInterface/Raspberry.IO.SerialPeripheralInterface.csproj @@ -33,7 +33,7 @@ - ..\packages\Raspberry.System.2.1\lib\net40\Raspberry.System.dll + $(SolutionDir)packages\Raspberry.System.2.1\lib\net40\Raspberry.System.dll True @@ -93,5 +93,4 @@ --> - - + \ No newline at end of file diff --git a/Tests/Test.Gpio.DHT11/Test.Gpio.DHT11.csproj b/Tests/Test.Gpio.DHT11/Test.Gpio.DHT11.csproj index 5eca5ac..de43d32 100644 --- a/Tests/Test.Gpio.DHT11/Test.Gpio.DHT11.csproj +++ b/Tests/Test.Gpio.DHT11/Test.Gpio.DHT11.csproj @@ -34,7 +34,7 @@ - ..\..\packages\Raspberry.System.2.1\lib\net40\Raspberry.System.dll + $(SolutionDir)packages\Raspberry.System.2.1\lib\net40\Raspberry.System.dll True @@ -45,8 +45,8 @@ - - ..\..\packages\UnitsNet.3.34.0\lib\net35\UnitsNet.dll + + $(SolutionDir)packages\UnitsNet.3.46.1\lib\net35\UnitsNet.dll True @@ -79,5 +79,4 @@ --> - - + \ No newline at end of file diff --git a/Tests/Test.Gpio.DHT11/packages.config b/Tests/Test.Gpio.DHT11/packages.config index 03e8cfb..67e0cf0 100644 --- a/Tests/Test.Gpio.DHT11/packages.config +++ b/Tests/Test.Gpio.DHT11/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/Tests/Test.Gpio.Ds1307/Test.Gpio.Ds1307.csproj b/Tests/Test.Gpio.Ds1307/Test.Gpio.Ds1307.csproj index 27d2dc1..81f8e63 100644 --- a/Tests/Test.Gpio.Ds1307/Test.Gpio.Ds1307.csproj +++ b/Tests/Test.Gpio.Ds1307/Test.Gpio.Ds1307.csproj @@ -40,7 +40,6 @@ - diff --git a/Tests/Test.Gpio.HCSR04/Test.Gpio.HCSR04.csproj b/Tests/Test.Gpio.HCSR04/Test.Gpio.HCSR04.csproj index 06b3452..7709dd7 100644 --- a/Tests/Test.Gpio.HCSR04/Test.Gpio.HCSR04.csproj +++ b/Tests/Test.Gpio.HCSR04/Test.Gpio.HCSR04.csproj @@ -56,13 +56,13 @@ - ..\..\packages\Raspberry.System.2.1\lib\net40\Raspberry.System.dll + $(SolutionDir)packages\Raspberry.System.2.1\lib\net40\Raspberry.System.dll True - - ..\..\packages\UnitsNet.3.34.0\lib\net35\UnitsNet.dll + + $(SolutionDir)packages\UnitsNet.3.46.1\lib\net35\UnitsNet.dll True @@ -103,5 +103,4 @@ --> - - + \ No newline at end of file diff --git a/Tests/Test.Gpio.HCSR04/packages.config b/Tests/Test.Gpio.HCSR04/packages.config index 03e8cfb..67e0cf0 100644 --- a/Tests/Test.Gpio.HCSR04/packages.config +++ b/Tests/Test.Gpio.HCSR04/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/Tests/Test.Gpio.MCP3008/Test.Gpio.MCP3008.csproj b/Tests/Test.Gpio.MCP3008/Test.Gpio.MCP3008.csproj index 55a85e9..c28ab36 100644 --- a/Tests/Test.Gpio.MCP3008/Test.Gpio.MCP3008.csproj +++ b/Tests/Test.Gpio.MCP3008/Test.Gpio.MCP3008.csproj @@ -57,8 +57,8 @@ - - ..\..\packages\UnitsNet.3.34.0\lib\net35\UnitsNet.dll + + $(SolutionDir)packages\UnitsNet.3.46.1\lib\net35\UnitsNet.dll True @@ -99,5 +99,4 @@ --> - - + \ No newline at end of file diff --git a/Tests/Test.Gpio.MCP3008/packages.config b/Tests/Test.Gpio.MCP3008/packages.config index e7d26fb..b4e59a6 100644 --- a/Tests/Test.Gpio.MCP3008/packages.config +++ b/Tests/Test.Gpio.MCP3008/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Tests/Test.Gpio.Pca9685/Test.Gpio.Pca9685.csproj b/Tests/Test.Gpio.Pca9685/Test.Gpio.Pca9685.csproj index 6c4ec85..c65a4a2 100644 --- a/Tests/Test.Gpio.Pca9685/Test.Gpio.Pca9685.csproj +++ b/Tests/Test.Gpio.Pca9685/Test.Gpio.Pca9685.csproj @@ -34,20 +34,20 @@ - ..\..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll + $(SolutionDir)packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll True - ..\..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll + $(SolutionDir)packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll True - ..\..\packages\NDesk.Options.0.2.1\lib\NDesk.Options.dll + $(SolutionDir)packages\NDesk.Options.0.2.1\lib\NDesk.Options.dll - - ..\..\packages\UnitsNet.3.34.0\lib\net35\UnitsNet.dll + + $(SolutionDir)packages\UnitsNet.3.46.1\lib\net35\UnitsNet.dll True @@ -87,5 +87,4 @@ --> - - + \ No newline at end of file diff --git a/Tests/Test.Gpio.Pca9685/packages.config b/Tests/Test.Gpio.Pca9685/packages.config index 407e739..c717648 100644 --- a/Tests/Test.Gpio.Pca9685/packages.config +++ b/Tests/Test.Gpio.Pca9685/packages.config @@ -3,5 +3,5 @@ - + \ No newline at end of file diff --git a/UnitTests/Tests.Raspberry.IO.Components/Tests.Raspberry.IO.Components.csproj b/UnitTests/Tests.Raspberry.IO.Components/Tests.Raspberry.IO.Components.csproj index dd1f518..418273e 100644 --- a/UnitTests/Tests.Raspberry.IO.Components/Tests.Raspberry.IO.Components.csproj +++ b/UnitTests/Tests.Raspberry.IO.Components/Tests.Raspberry.IO.Components.csproj @@ -32,17 +32,20 @@ 4 - - ..\..\packages\FakeItEasy.1.25.2\lib\net40\FakeItEasy.dll + + $(SolutionDir)packages\FakeItEasy.1.25.3\lib\net40\FakeItEasy.dll + True - - ..\..\packages\FluentAssertions.3.3.0\lib\net40\FluentAssertions.dll + + $(SolutionDir)packages\FluentAssertions.4.6.3\lib\net40\FluentAssertions.dll + True - - ..\..\packages\FluentAssertions.3.3.0\lib\net40\FluentAssertions.Core.dll + + $(SolutionDir)packages\FluentAssertions.4.6.3\lib\net40\FluentAssertions.Core.dll + True - ..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll + $(SolutionDir)packages\NUnit.2.6.4\lib\nunit.framework.dll True @@ -90,5 +93,4 @@ --> - - + \ No newline at end of file diff --git a/UnitTests/Tests.Raspberry.IO.Components/packages.config b/UnitTests/Tests.Raspberry.IO.Components/packages.config index 1191330..3c2106d 100644 --- a/UnitTests/Tests.Raspberry.IO.Components/packages.config +++ b/UnitTests/Tests.Raspberry.IO.Components/packages.config @@ -1,6 +1,6 @@  - - + + \ No newline at end of file diff --git a/UnitTests/Tests.Raspberry.IO.Interop/Tests.Raspberry.IO.Interop.csproj b/UnitTests/Tests.Raspberry.IO.Interop/Tests.Raspberry.IO.Interop.csproj index 51abfdc..cd88ef2 100644 --- a/UnitTests/Tests.Raspberry.IO.Interop/Tests.Raspberry.IO.Interop.csproj +++ b/UnitTests/Tests.Raspberry.IO.Interop/Tests.Raspberry.IO.Interop.csproj @@ -32,17 +32,20 @@ 4 - - ..\..\packages\FakeItEasy.1.25.2\lib\net40\FakeItEasy.dll + + $(SolutionDir)packages\FakeItEasy.1.25.3\lib\net40\FakeItEasy.dll + True - - ..\..\packages\FluentAssertions.3.3.0\lib\net40\FluentAssertions.dll + + $(SolutionDir)packages\FluentAssertions.4.6.3\lib\net40\FluentAssertions.dll + True - - ..\..\packages\FluentAssertions.3.3.0\lib\net40\FluentAssertions.Core.dll + + $(SolutionDir)packages\FluentAssertions.4.6.3\lib\net40\FluentAssertions.Core.dll + True - ..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll + $(SolutionDir)packages\NUnit.2.6.4\lib\nunit.framework.dll True @@ -82,5 +85,4 @@ --> - - + \ No newline at end of file diff --git a/UnitTests/Tests.Raspberry.IO.Interop/packages.config b/UnitTests/Tests.Raspberry.IO.Interop/packages.config index 1191330..3c2106d 100644 --- a/UnitTests/Tests.Raspberry.IO.Interop/packages.config +++ b/UnitTests/Tests.Raspberry.IO.Interop/packages.config @@ -1,6 +1,6 @@  - - + + \ No newline at end of file diff --git a/UnitTests/Tests.Raspberry.IO.SerialPeripheralInterface/Tests.Raspberry.IO.SerialPeripheralInterface.csproj b/UnitTests/Tests.Raspberry.IO.SerialPeripheralInterface/Tests.Raspberry.IO.SerialPeripheralInterface.csproj index e6ac4d7..12ff3b6 100644 --- a/UnitTests/Tests.Raspberry.IO.SerialPeripheralInterface/Tests.Raspberry.IO.SerialPeripheralInterface.csproj +++ b/UnitTests/Tests.Raspberry.IO.SerialPeripheralInterface/Tests.Raspberry.IO.SerialPeripheralInterface.csproj @@ -34,14 +34,20 @@ false - - ..\..\packages\FluentAssertions.3.3.0\lib\net40\FluentAssertions.dll + + $(SolutionDir)packages\FakeItEasy.1.25.3\lib\net40\FakeItEasy.dll + True - - ..\..\packages\FluentAssertions.3.3.0\lib\net40\FluentAssertions.Core.dll + + $(SolutionDir)packages\FluentAssertions.4.6.3\lib\net40\FluentAssertions.dll + True + + + $(SolutionDir)packages\FluentAssertions.4.6.3\lib\net40\FluentAssertions.Core.dll + True - ..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll + $(SolutionDir)packages\NUnit.2.6.4\lib\nunit.framework.dll True @@ -51,9 +57,6 @@ - - ..\..\packages\FakeItEasy.1.25.2\lib\net40\FakeItEasy.dll - @@ -86,5 +89,4 @@ --> - - + \ No newline at end of file diff --git a/UnitTests/Tests.Raspberry.IO.SerialPeripheralInterface/packages.config b/UnitTests/Tests.Raspberry.IO.SerialPeripheralInterface/packages.config index 1191330..3c2106d 100644 --- a/UnitTests/Tests.Raspberry.IO.SerialPeripheralInterface/packages.config +++ b/UnitTests/Tests.Raspberry.IO.SerialPeripheralInterface/packages.config @@ -1,6 +1,6 @@  - - + + \ No newline at end of file diff --git a/UnitTests/Tests.Raspberry.IO/Tests.Raspberry.IO.csproj b/UnitTests/Tests.Raspberry.IO/Tests.Raspberry.IO.csproj index 058c7ff..e213af9 100644 --- a/UnitTests/Tests.Raspberry.IO/Tests.Raspberry.IO.csproj +++ b/UnitTests/Tests.Raspberry.IO/Tests.Raspberry.IO.csproj @@ -32,20 +32,20 @@ 4 - - ..\..\packages\FakeItEasy.2.0.0\lib\net40\FakeItEasy.dll + + $(SolutionDir)packages\FakeItEasy.1.25.3\lib\net40\FakeItEasy.dll True - ..\..\packages\FluentAssertions.4.6.3\lib\net40\FluentAssertions.dll + $(SolutionDir)packages\FluentAssertions.4.6.3\lib\net40\FluentAssertions.dll True - ..\..\packages\FluentAssertions.4.6.3\lib\net40\FluentAssertions.Core.dll + $(SolutionDir)packages\FluentAssertions.4.6.3\lib\net40\FluentAssertions.Core.dll True - ..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll + $(SolutionDir)packages\NUnit.2.6.4\lib\nunit.framework.dll True @@ -72,5 +72,4 @@ --> - - + \ No newline at end of file diff --git a/UnitTests/Tests.Raspberry.IO/packages.config b/UnitTests/Tests.Raspberry.IO/packages.config index 1191330..3c2106d 100644 --- a/UnitTests/Tests.Raspberry.IO/packages.config +++ b/UnitTests/Tests.Raspberry.IO/packages.config @@ -1,6 +1,6 @@  - - + + \ No newline at end of file