Skip to content

Commit d63f1a5

Browse files
Merge pull request #74 from WildGenie/reference
* Update and Fix Nuget References
2 parents dc05b64 + 1c040f0 commit d63f1a5

File tree

22 files changed

+82
-86
lines changed

22 files changed

+82
-86
lines changed

Raspberry.IO.Components/Raspberry.IO.Components.csproj

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@
3131
</PropertyGroup>
3232
<ItemGroup>
3333
<Reference Include="Raspberry.System, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
34-
<HintPath>..\packages\Raspberry.System.2.1\lib\net40\Raspberry.System.dll</HintPath>
34+
<HintPath>$(SolutionDir)packages\Raspberry.System.2.1\lib\net40\Raspberry.System.dll</HintPath>
3535
<Private>True</Private>
3636
</Reference>
3737
<Reference Include="System" />
3838
<Reference Include="System.Core" />
3939
<Reference Include="System.Configuration" />
4040
<Reference Include="Common.Logging.Core">
41-
<HintPath>..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath>
41+
<HintPath>$(SolutionDir)packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath>
4242
</Reference>
4343
<Reference Include="Common.Logging">
44-
<HintPath>..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
44+
<HintPath>$(SolutionDir)packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
4545
</Reference>
46-
<Reference Include="UnitsNet, Version=3.34.0.0, Culture=neutral, processorArchitecture=MSIL">
47-
<HintPath>..\packages\UnitsNet.3.34.0\lib\net35\UnitsNet.dll</HintPath>
46+
<Reference Include="UnitsNet, Version=3.46.1.0, Culture=neutral, processorArchitecture=MSIL">
47+
<HintPath>$(SolutionDir)packages\UnitsNet.3.46.1\lib\net35\UnitsNet.dll</HintPath>
4848
<Private>True</Private>
4949
</Reference>
5050
</ItemGroup>
@@ -193,5 +193,4 @@
193193
<ItemGroup />
194194
<ItemGroup />
195195
<ItemGroup />
196-
</Project>
197-
196+
</Project>

Raspberry.IO.Components/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
<package id="Common.Logging" version="3.3.1" targetFramework="net40" />
44
<package id="Common.Logging.Core" version="3.3.1" targetFramework="net40" />
55
<package id="Raspberry.System" version="2.1" targetFramework="net40" />
6-
<package id="UnitsNet" version="3.34.0" targetFramework="net40" />
6+
<package id="UnitsNet" version="3.46.1" targetFramework="net40" />
77
</packages>

Raspberry.IO.GeneralPurpose/Raspberry.IO.GeneralPurpose.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</PropertyGroup>
3434
<ItemGroup>
3535
<Reference Include="Raspberry.System, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
36-
<HintPath>..\packages\Raspberry.System.2.1\lib\net40\Raspberry.System.dll</HintPath>
36+
<HintPath>$(SolutionDir)packages\Raspberry.System.2.1\lib\net40\Raspberry.System.dll</HintPath>
3737
<Private>True</Private>
3838
</Reference>
3939
<Reference Include="System" />
@@ -103,5 +103,4 @@
103103
<Target Name="AfterBuild">
104104
</Target>
105105
-->
106-
</Project>
107-
106+
</Project>

Raspberry.IO.InterIntegratedCircuit/Raspberry.IO.InterIntegratedCircuit.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</PropertyGroup>
3434
<ItemGroup>
3535
<Reference Include="Raspberry.System, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
36-
<HintPath>..\packages\Raspberry.System.2.1\lib\net40\Raspberry.System.dll</HintPath>
36+
<HintPath>$(SolutionDir)packages\Raspberry.System.2.1\lib\net40\Raspberry.System.dll</HintPath>
3737
<Private>True</Private>
3838
</Reference>
3939
<Reference Include="System" />
@@ -70,5 +70,4 @@
7070
<Target Name="AfterBuild">
7171
</Target>
7272
-->
73-
</Project>
74-
73+
</Project>

Raspberry.IO.SerialPeripheralInterface/Raspberry.IO.SerialPeripheralInterface.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</PropertyGroup>
3434
<ItemGroup>
3535
<Reference Include="Raspberry.System, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
36-
<HintPath>..\packages\Raspberry.System.2.1\lib\net40\Raspberry.System.dll</HintPath>
36+
<HintPath>$(SolutionDir)packages\Raspberry.System.2.1\lib\net40\Raspberry.System.dll</HintPath>
3737
<Private>True</Private>
3838
</Reference>
3939
<Reference Include="System" />
@@ -93,5 +93,4 @@
9393
<Target Name="AfterBuild">
9494
</Target>
9595
-->
96-
</Project>
97-
96+
</Project>

Tests/Test.Gpio.DHT11/Test.Gpio.DHT11.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</PropertyGroup>
3535
<ItemGroup>
3636
<Reference Include="Raspberry.System, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
37-
<HintPath>..\..\packages\Raspberry.System.2.1\lib\net40\Raspberry.System.dll</HintPath>
37+
<HintPath>$(SolutionDir)packages\Raspberry.System.2.1\lib\net40\Raspberry.System.dll</HintPath>
3838
<Private>True</Private>
3939
</Reference>
4040
<Reference Include="System" />
@@ -45,8 +45,8 @@
4545
<Reference Include="Microsoft.CSharp" />
4646
<Reference Include="System.Data" />
4747
<Reference Include="System.Xml" />
48-
<Reference Include="UnitsNet, Version=3.34.0.0, Culture=neutral, processorArchitecture=MSIL">
49-
<HintPath>..\..\packages\UnitsNet.3.34.0\lib\net35\UnitsNet.dll</HintPath>
48+
<Reference Include="UnitsNet, Version=3.46.1.0, Culture=neutral, processorArchitecture=MSIL">
49+
<HintPath>$(SolutionDir)packages\UnitsNet.3.46.1\lib\net35\UnitsNet.dll</HintPath>
5050
<Private>True</Private>
5151
</Reference>
5252
</ItemGroup>
@@ -79,5 +79,4 @@
7979
<Target Name="AfterBuild">
8080
</Target>
8181
-->
82-
</Project>
83-
82+
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Raspberry.System" version="2.1" targetFramework="net40" />
4-
<package id="UnitsNet" version="3.34.0" targetFramework="net40" />
4+
<package id="UnitsNet" version="3.46.1" targetFramework="net40" />
55
</packages>

Tests/Test.Gpio.Ds1307/Test.Gpio.Ds1307.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
<Reference Include="System.Data.DataSetExtensions" />
4141
<Reference Include="Microsoft.CSharp" />
4242
<Reference Include="System.Data" />
43-
<Reference Include="System.Net.Http" />
4443
<Reference Include="System.Xml" />
4544
</ItemGroup>
4645
<ItemGroup>

Tests/Test.Gpio.HCSR04/Test.Gpio.HCSR04.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
</PropertyGroup>
5757
<ItemGroup>
5858
<Reference Include="Raspberry.System, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
59-
<HintPath>..\..\packages\Raspberry.System.2.1\lib\net40\Raspberry.System.dll</HintPath>
59+
<HintPath>$(SolutionDir)packages\Raspberry.System.2.1\lib\net40\Raspberry.System.dll</HintPath>
6060
<Private>True</Private>
6161
</Reference>
6262
<Reference Include="System.Configuration" />
6363
<Reference Include="System.Core" />
64-
<Reference Include="UnitsNet, Version=3.34.0.0, Culture=neutral, processorArchitecture=MSIL">
65-
<HintPath>..\..\packages\UnitsNet.3.34.0\lib\net35\UnitsNet.dll</HintPath>
64+
<Reference Include="UnitsNet, Version=3.46.1.0, Culture=neutral, processorArchitecture=MSIL">
65+
<HintPath>$(SolutionDir)packages\UnitsNet.3.46.1\lib\net35\UnitsNet.dll</HintPath>
6666
<Private>True</Private>
6767
</Reference>
6868
</ItemGroup>
@@ -103,5 +103,4 @@
103103
<Target Name="AfterBuild">
104104
</Target>
105105
-->
106-
</Project>
107-
106+
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Raspberry.System" version="2.1" targetFramework="net40" />
4-
<package id="UnitsNet" version="3.34.0" targetFramework="net40" />
4+
<package id="UnitsNet" version="3.46.1" targetFramework="net40" />
55
</packages>

0 commit comments

Comments
 (0)