|
37 | 37 | <DebugSymbols>true</DebugSymbols>
|
38 | 38 | </PropertyGroup>
|
39 | 39 | <ItemGroup>
|
40 |
| - <Reference Include="ApprovalTests, Version=3.0.0.0, Culture=neutral, PublicKeyToken=11bd7d124fc62e0f, processorArchitecture=MSIL"> |
41 |
| - <SpecificVersion>False</SpecificVersion> |
42 |
| - <HintPath>..\packages\ApprovalTests.3.0.8\lib\net40\ApprovalTests.dll</HintPath> |
43 |
| - </Reference> |
44 |
| - <Reference Include="ApprovalUtilities, Version=3.0.0.0, Culture=neutral, PublicKeyToken=11bd7d124fc62e0f, processorArchitecture=MSIL"> |
45 |
| - <SpecificVersion>False</SpecificVersion> |
46 |
| - <HintPath>..\packages\ApprovalUtilities.3.0.8\lib\net45\ApprovalUtilities.dll</HintPath> |
47 |
| - </Reference> |
48 |
| - <Reference Include="ApprovalUtilities.Net45"> |
49 |
| - <HintPath>..\packages\ApprovalUtilities.3.0.8\lib\net45\ApprovalUtilities.Net45.dll</HintPath> |
50 |
| - </Reference> |
51 | 40 | <Reference Include="FluentDateTime, Version=1.12.0.0, Culture=neutral, PublicKeyToken=6ccbc613702e6c71, processorArchitecture=MSIL">
|
52 | 41 | <HintPath>..\packages\FluentDateTime.1.12.0\Lib\NET35\FluentDateTime.dll</HintPath>
|
53 | 42 | <Private>True</Private>
|
|
56 | 45 | <HintPath>..\packages\LibGit2Sharp.0.21.0.176\lib\net40\LibGit2Sharp.dll</HintPath>
|
57 | 46 | <Private>True</Private>
|
58 | 47 | </Reference>
|
59 |
| - <Reference Include="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
60 |
| - <HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.dll</HintPath> |
61 |
| - <Private>True</Private> |
62 |
| - </Reference> |
63 |
| - <Reference Include="Mono.Cecil.Mdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
64 |
| - <HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Mdb.dll</HintPath> |
65 |
| - <Private>True</Private> |
66 |
| - </Reference> |
67 |
| - <Reference Include="Mono.Cecil.Pdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
68 |
| - <HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Pdb.dll</HintPath> |
69 |
| - <Private>True</Private> |
70 |
| - </Reference> |
71 |
| - <Reference Include="Mono.Cecil.Rocks, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
72 |
| - <HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Rocks.dll</HintPath> |
73 |
| - <Private>True</Private> |
74 |
| - </Reference> |
75 | 48 | <Reference Include="NSubstitute, Version=1.9.2.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
|
76 | 49 | <HintPath>..\packages\NSubstitute.1.9.2.0\lib\net45\NSubstitute.dll</HintPath>
|
77 | 50 | <Private>True</Private>
|
|
96 | 69 | <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath>
|
97 | 70 | <Private>True</Private>
|
98 | 71 | </Reference>
|
99 |
| - <Reference Include="Shouldly, Version=2.5.0.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL"> |
100 |
| - <HintPath>..\packages\Shouldly.2.5.0\lib\net40\Shouldly.dll</HintPath> |
| 72 | + <Reference Include="Shouldly, Version=2.7.0.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL"> |
| 73 | + <HintPath>..\packages\Shouldly.2.7.0-beta0002\lib\net40\Shouldly.dll</HintPath> |
101 | 74 | <Private>True</Private>
|
102 | 75 | </Reference>
|
103 | 76 | <Reference Include="System" />
|
|
107 | 80 | <Reference Include="System.Data.DataSetExtensions" />
|
108 | 81 | <Reference Include="System.Data" />
|
109 | 82 | <Reference Include="System.Xml" />
|
110 |
| - <Reference Include="TestStack.ConventionTests, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
111 |
| - <HintPath>..\packages\TestStack.ConventionTests.2.2.1\lib\net40\TestStack.ConventionTests.dll</HintPath> |
| 83 | + <Reference Include="TestStack.ConventionTests, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 84 | + <HintPath>..\packages\TestStack.ConventionTests.3.0.0-beta0002\lib\net40\TestStack.ConventionTests.dll</HintPath> |
112 | 85 | <Private>True</Private>
|
113 | 86 | </Reference>
|
114 | 87 | <Reference Include="YamlDotNet, Version=3.6.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
170 | 143 | <Compile Include="Helpers\GitTestExtensions.cs" />
|
171 | 144 | <Compile Include="Helpers\PathHelper.cs" />
|
172 | 145 | <Compile Include="IntegrationTests\MasterScenarios.cs" />
|
173 |
| - <Compile Include="ApprovalTestsConfig.cs" /> |
174 | 146 | <Compile Include="Fixtures\RepositoryFixtureBase.cs" />
|
175 | 147 | <Compile Include="SemanticVersionTests.cs" />
|
176 | 148 | <Compile Include="TestableVersionVariables.cs" />
|
|
0 commit comments