Skip to content

Commit 9fa552d

Browse files
committed
bump test refs
1 parent b9288ec commit 9fa552d

File tree

4 files changed

+19
-17
lines changed

4 files changed

+19
-17
lines changed

AcceptanceTests/AcceptanceTests.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,19 @@
3636
<ItemGroup>
3737
<Reference Include="ApprovalTests, Version=3.0.0.0, Culture=neutral, PublicKeyToken=11bd7d124fc62e0f, processorArchitecture=MSIL">
3838
<SpecificVersion>False</SpecificVersion>
39-
<HintPath>..\packages\ApprovalTests.3.0.6\lib\net40\ApprovalTests.dll</HintPath>
39+
<HintPath>..\packages\ApprovalTests.3.0.7\lib\net40\ApprovalTests.dll</HintPath>
4040
</Reference>
4141
<Reference Include="ApprovalUtilities, Version=3.0.0.0, Culture=neutral, PublicKeyToken=11bd7d124fc62e0f, processorArchitecture=MSIL">
4242
<SpecificVersion>False</SpecificVersion>
43-
<HintPath>..\packages\ApprovalUtilities.3.0.6\lib\net35\ApprovalUtilities.dll</HintPath>
43+
<HintPath>..\packages\ApprovalUtilities.3.0.7\lib\net35\ApprovalUtilities.dll</HintPath>
4444
</Reference>
4545
<Reference Include="LibGit2Sharp, Version=0.19.0.0, Culture=neutral, processorArchitecture=MSIL">
4646
<SpecificVersion>False</SpecificVersion>
4747
<HintPath>..\packages\LibGit2Sharp.0.19.0.0\lib\net40\LibGit2Sharp.dll</HintPath>
4848
</Reference>
49-
<Reference Include="Shouldly">
50-
<HintPath>..\packages\Shouldly.2.1.1\lib\net40\Shouldly.dll</HintPath>
49+
<Reference Include="Shouldly, Version=2.2.0.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL">
50+
<SpecificVersion>False</SpecificVersion>
51+
<HintPath>..\packages\Shouldly.2.2.0\lib\net40\Shouldly.dll</HintPath>
5152
</Reference>
5253
<Reference Include="System" />
5354
<Reference Include="System.Core" />

AcceptanceTests/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ApprovalTests" version="3.0.6" targetFramework="net40" />
4-
<package id="ApprovalUtilities" version="3.0.6" targetFramework="net40" />
3+
<package id="ApprovalTests" version="3.0.7" targetFramework="net45" />
4+
<package id="ApprovalUtilities" version="3.0.7" targetFramework="net45" />
55
<package id="Fody" version="1.24.0" targetFramework="net40" developmentDependency="true" />
66
<package id="LibGit2Sharp" version="0.19.0.0" targetFramework="net45" />
7-
<package id="Shouldly" version="2.1.1" targetFramework="net40" />
7+
<package id="Shouldly" version="2.2.0" targetFramework="net45" />
88
<package id="xunit" version="1.9.2" targetFramework="net35" />
99
<package id="xunit.extensions" version="1.9.2" targetFramework="net35" />
1010
</packages>

Tests/Tests.csproj

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
<ItemGroup>
3838
<Reference Include="ApprovalTests, Version=3.0.0.0, Culture=neutral, PublicKeyToken=11bd7d124fc62e0f, processorArchitecture=MSIL">
3939
<SpecificVersion>False</SpecificVersion>
40-
<HintPath>..\packages\ApprovalTests.3.0.6\lib\net40\ApprovalTests.dll</HintPath>
40+
<HintPath>..\packages\ApprovalTests.3.0.7\lib\net40\ApprovalTests.dll</HintPath>
4141
</Reference>
4242
<Reference Include="ApprovalUtilities, Version=3.0.0.0, Culture=neutral, PublicKeyToken=11bd7d124fc62e0f, processorArchitecture=MSIL">
4343
<SpecificVersion>False</SpecificVersion>
44-
<HintPath>..\packages\ApprovalUtilities.3.0.6\lib\net35\ApprovalUtilities.dll</HintPath>
44+
<HintPath>..\packages\ApprovalUtilities.3.0.7\lib\net35\ApprovalUtilities.dll</HintPath>
4545
</Reference>
46-
<Reference Include="FluentDateTime, Version=1.10.1.0, Culture=neutral, PublicKeyToken=6ccbc613702e6c71, processorArchitecture=MSIL">
46+
<Reference Include="FluentDateTime, Version=1.11.0.0, Culture=neutral, PublicKeyToken=6ccbc613702e6c71, processorArchitecture=MSIL">
4747
<SpecificVersion>False</SpecificVersion>
48-
<HintPath>..\packages\FluentDateTime.1.10.1.0\Lib\NET35\FluentDateTime.dll</HintPath>
48+
<HintPath>..\packages\FluentDateTime.1.11.0\Lib\NET35\FluentDateTime.dll</HintPath>
4949
</Reference>
5050
<Reference Include="LibGit2Sharp, Version=0.19.0.0, Culture=neutral, processorArchitecture=MSIL">
5151
<SpecificVersion>False</SpecificVersion>
@@ -71,8 +71,9 @@
7171
<Reference Include="Roslyn.Compilers.CSharp">
7272
<HintPath>..\packages\Roslyn.Compilers.CSharp.1.2.20906.2\lib\net45\Roslyn.Compilers.CSharp.dll</HintPath>
7373
</Reference>
74-
<Reference Include="Shouldly">
75-
<HintPath>..\packages\Shouldly.2.1.1\lib\net40\Shouldly.dll</HintPath>
74+
<Reference Include="Shouldly, Version=2.2.0.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL">
75+
<SpecificVersion>False</SpecificVersion>
76+
<HintPath>..\packages\Shouldly.2.2.0\lib\net40\Shouldly.dll</HintPath>
7677
</Reference>
7778
<Reference Include="System" />
7879
<Reference Include="System.Core" />

Tests/packages.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ApprovalTests" version="3.0.6" targetFramework="net45" />
4-
<package id="ApprovalUtilities" version="3.0.6" targetFramework="net45" />
5-
<package id="FluentDateTime" version="1.10.1.0" targetFramework="net45" />
3+
<package id="ApprovalTests" version="3.0.7" targetFramework="net45" />
4+
<package id="ApprovalUtilities" version="3.0.7" targetFramework="net45" />
5+
<package id="FluentDateTime" version="1.11.0" targetFramework="net45" />
66
<package id="Fody" version="1.24.0" targetFramework="net45" developmentDependency="true" />
77
<package id="LibGit2Sharp" version="0.19.0.0" targetFramework="net45" />
88
<package id="Microsoft.Web.Xdt" version="1.0.0" targetFramework="net40" />
@@ -11,5 +11,5 @@
1111
<package id="ObjectApproval" version="0.2.1" targetFramework="net45" />
1212
<package id="Roslyn.Compilers.Common" version="1.2.20906.2" targetFramework="net45" />
1313
<package id="Roslyn.Compilers.CSharp" version="1.2.20906.2" targetFramework="net45" />
14-
<package id="Shouldly" version="2.1.1" targetFramework="net45" />
14+
<package id="Shouldly" version="2.2.0" targetFramework="net45" />
1515
</packages>

0 commit comments

Comments
 (0)