Skip to content

Commit 1c040f0

Browse files
committed
* 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
1 parent dc05b64 commit 1c040f0

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>

Tests/Test.Gpio.DHT11/packages.config

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>

Tests/Test.Gpio.MCP3008/Test.Gpio.MCP3008.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
<ItemGroup>
5858
<Reference Include="System" />
5959
<Reference Include="System.Core" />
60-
<Reference Include="UnitsNet, Version=3.34.0.0, Culture=neutral, processorArchitecture=MSIL">
61-
<HintPath>..\..\packages\UnitsNet.3.34.0\lib\net35\UnitsNet.dll</HintPath>
60+
<Reference Include="UnitsNet, Version=3.46.1.0, Culture=neutral, processorArchitecture=MSIL">
61+
<HintPath>$(SolutionDir)packages\UnitsNet.3.46.1\lib\net35\UnitsNet.dll</HintPath>
6262
<Private>True</Private>
6363
</Reference>
6464
</ItemGroup>
@@ -99,5 +99,4 @@
9999
<Target Name="AfterBuild">
100100
</Target>
101101
-->
102-
</Project>
103-
102+
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="UnitsNet" version="3.34.0" targetFramework="net40" />
3+
<package id="UnitsNet" version="3.46.1" targetFramework="net40" />
44
</packages>

Tests/Test.Gpio.Pca9685/Test.Gpio.Pca9685.csproj

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@
3434
</PropertyGroup>
3535
<ItemGroup>
3636
<Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
37-
<HintPath>..\..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
37+
<HintPath>$(SolutionDir)packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
3838
<Private>True</Private>
3939
</Reference>
4040
<Reference Include="Common.Logging.Core, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
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
<Private>True</Private>
4343
</Reference>
4444
<Reference Include="NDesk.Options">
45-
<HintPath>..\..\packages\NDesk.Options.0.2.1\lib\NDesk.Options.dll</HintPath>
45+
<HintPath>$(SolutionDir)packages\NDesk.Options.0.2.1\lib\NDesk.Options.dll</HintPath>
4646
</Reference>
4747
<Reference Include="System" />
4848
<Reference Include="System.Core" />
49-
<Reference Include="UnitsNet, Version=3.34.0.0, Culture=neutral, processorArchitecture=MSIL">
50-
<HintPath>..\..\packages\UnitsNet.3.34.0\lib\net35\UnitsNet.dll</HintPath>
49+
<Reference Include="UnitsNet, Version=3.46.1.0, Culture=neutral, processorArchitecture=MSIL">
50+
<HintPath>$(SolutionDir)packages\UnitsNet.3.46.1\lib\net35\UnitsNet.dll</HintPath>
5151
<Private>True</Private>
5252
</Reference>
5353
</ItemGroup>
@@ -87,5 +87,4 @@
8787
<Target Name="AfterBuild">
8888
</Target>
8989
-->
90-
</Project>
91-
90+
</Project>

Tests/Test.Gpio.Pca9685/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="NDesk.Options" version="0.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>

UnitTests/Tests.Raspberry.IO.Components/Tests.Raspberry.IO.Components.csproj

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,20 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="FakeItEasy">
36-
<HintPath>..\..\packages\FakeItEasy.1.25.2\lib\net40\FakeItEasy.dll</HintPath>
35+
<Reference Include="FakeItEasy, Version=1.25.3.0, Culture=neutral, PublicKeyToken=eff28e2146d5fd2c, processorArchitecture=MSIL">
36+
<HintPath>$(SolutionDir)packages\FakeItEasy.1.25.3\lib\net40\FakeItEasy.dll</HintPath>
37+
<Private>True</Private>
3738
</Reference>
38-
<Reference Include="FluentAssertions">
39-
<HintPath>..\..\packages\FluentAssertions.3.3.0\lib\net40\FluentAssertions.dll</HintPath>
39+
<Reference Include="FluentAssertions, Version=4.6.3.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
40+
<HintPath>$(SolutionDir)packages\FluentAssertions.4.6.3\lib\net40\FluentAssertions.dll</HintPath>
41+
<Private>True</Private>
4042
</Reference>
41-
<Reference Include="FluentAssertions.Core">
42-
<HintPath>..\..\packages\FluentAssertions.3.3.0\lib\net40\FluentAssertions.Core.dll</HintPath>
43+
<Reference Include="FluentAssertions.Core, Version=4.6.3.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
44+
<HintPath>$(SolutionDir)packages\FluentAssertions.4.6.3\lib\net40\FluentAssertions.Core.dll</HintPath>
45+
<Private>True</Private>
4346
</Reference>
4447
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
45-
<HintPath>..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
48+
<HintPath>$(SolutionDir)packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
4649
<Private>True</Private>
4750
</Reference>
4851
<Reference Include="System" />
@@ -90,5 +93,4 @@
9093
<Target Name="AfterBuild">
9194
</Target>
9295
-->
93-
</Project>
94-
96+
</Project>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="FakeItEasy" version="1.25.2" targetFramework="net40" />
4-
<package id="FluentAssertions" version="3.3.0" targetFramework="net40" />
3+
<package id="FakeItEasy" version="1.25.3" targetFramework="net40" />
4+
<package id="FluentAssertions" version="4.6.3" targetFramework="net40" />
55
<package id="NUnit" version="2.6.4" targetFramework="net40" />
66
</packages>

UnitTests/Tests.Raspberry.IO.Interop/Tests.Raspberry.IO.Interop.csproj

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,20 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="FakeItEasy">
36-
<HintPath>..\..\packages\FakeItEasy.1.25.2\lib\net40\FakeItEasy.dll</HintPath>
35+
<Reference Include="FakeItEasy, Version=1.25.3.0, Culture=neutral, PublicKeyToken=eff28e2146d5fd2c, processorArchitecture=MSIL">
36+
<HintPath>$(SolutionDir)packages\FakeItEasy.1.25.3\lib\net40\FakeItEasy.dll</HintPath>
37+
<Private>True</Private>
3738
</Reference>
38-
<Reference Include="FluentAssertions">
39-
<HintPath>..\..\packages\FluentAssertions.3.3.0\lib\net40\FluentAssertions.dll</HintPath>
39+
<Reference Include="FluentAssertions, Version=4.6.3.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
40+
<HintPath>$(SolutionDir)packages\FluentAssertions.4.6.3\lib\net40\FluentAssertions.dll</HintPath>
41+
<Private>True</Private>
4042
</Reference>
41-
<Reference Include="FluentAssertions.Core">
42-
<HintPath>..\..\packages\FluentAssertions.3.3.0\lib\net40\FluentAssertions.Core.dll</HintPath>
43+
<Reference Include="FluentAssertions.Core, Version=4.6.3.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
44+
<HintPath>$(SolutionDir)packages\FluentAssertions.4.6.3\lib\net40\FluentAssertions.Core.dll</HintPath>
45+
<Private>True</Private>
4346
</Reference>
4447
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
45-
<HintPath>..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
48+
<HintPath>$(SolutionDir)packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
4649
<Private>True</Private>
4750
</Reference>
4851
<Reference Include="System" />
@@ -82,5 +85,4 @@
8285
<Target Name="AfterBuild">
8386
</Target>
8487
-->
85-
</Project>
86-
88+
</Project>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="FakeItEasy" version="1.25.2" targetFramework="net40" />
4-
<package id="FluentAssertions" version="3.3.0" targetFramework="net40" />
3+
<package id="FakeItEasy" version="1.25.3" targetFramework="net40" />
4+
<package id="FluentAssertions" version="4.6.3" targetFramework="net40" />
55
<package id="NUnit" version="2.6.4" targetFramework="net40" />
66
</packages>

UnitTests/Tests.Raspberry.IO.SerialPeripheralInterface/Tests.Raspberry.IO.SerialPeripheralInterface.csproj

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,20 @@
3434
<Prefer32Bit>false</Prefer32Bit>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="FluentAssertions">
38-
<HintPath>..\..\packages\FluentAssertions.3.3.0\lib\net40\FluentAssertions.dll</HintPath>
37+
<Reference Include="FakeItEasy, Version=1.25.3.0, Culture=neutral, PublicKeyToken=eff28e2146d5fd2c, processorArchitecture=MSIL">
38+
<HintPath>$(SolutionDir)packages\FakeItEasy.1.25.3\lib\net40\FakeItEasy.dll</HintPath>
39+
<Private>True</Private>
3940
</Reference>
40-
<Reference Include="FluentAssertions.Core">
41-
<HintPath>..\..\packages\FluentAssertions.3.3.0\lib\net40\FluentAssertions.Core.dll</HintPath>
41+
<Reference Include="FluentAssertions, Version=4.6.3.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
42+
<HintPath>$(SolutionDir)packages\FluentAssertions.4.6.3\lib\net40\FluentAssertions.dll</HintPath>
43+
<Private>True</Private>
44+
</Reference>
45+
<Reference Include="FluentAssertions.Core, Version=4.6.3.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
46+
<HintPath>$(SolutionDir)packages\FluentAssertions.4.6.3\lib\net40\FluentAssertions.Core.dll</HintPath>
47+
<Private>True</Private>
4248
</Reference>
4349
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
44-
<HintPath>..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
50+
<HintPath>$(SolutionDir)packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
4551
<Private>True</Private>
4652
</Reference>
4753
<Reference Include="System" />
@@ -51,9 +57,6 @@
5157
<Reference Include="Microsoft.CSharp" />
5258
<Reference Include="System.Data" />
5359
<Reference Include="System.Xml" />
54-
<Reference Include="FakeItEasy">
55-
<HintPath>..\..\packages\FakeItEasy.1.25.2\lib\net40\FakeItEasy.dll</HintPath>
56-
</Reference>
5760
</ItemGroup>
5861
<ItemGroup>
5962
<Compile Include="Interop\InteropSpec.cs" />
@@ -86,5 +89,4 @@
8689
<Target Name="AfterBuild">
8790
</Target>
8891
-->
89-
</Project>
90-
92+
</Project>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="FakeItEasy" version="1.25.2" targetFramework="net40" />
4-
<package id="FluentAssertions" version="3.3.0" targetFramework="net40" />
3+
<package id="FakeItEasy" version="1.25.3" targetFramework="net40" />
4+
<package id="FluentAssertions" version="4.6.3" targetFramework="net40" />
55
<package id="NUnit" version="2.6.4" targetFramework="net40" />
66
</packages>

0 commit comments

Comments
 (0)