|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <Import Project="..\packages\xunit.core.2.3.0\build\xunit.core.props" /> |
3 | 4 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 5 | <PropertyGroup> |
5 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
41 | 42 | <Reference Include="System.Data" /> |
42 | 43 | <Reference Include="System.Runtime" /> |
43 | 44 | <Reference Include="System.Xml" /> |
44 | | - <Reference Include="WebDriver, Version=3.5.2.0, Culture=neutral, PublicKeyToken=null"> |
45 | | - <HintPath>..\packages\Selenium.WebDriver.3.5.2\lib\net40\WebDriver.dll</HintPath> |
| 45 | + <Reference Include="WebDriver, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null"> |
| 46 | + <HintPath>..\packages\Selenium.WebDriver.3.6.0\lib\net45\WebDriver.dll</HintPath> |
46 | 47 | </Reference> |
47 | 48 | <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c"> |
48 | 49 | <HintPath>..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll</HintPath> |
49 | 50 | </Reference> |
50 | | - <Reference Include="xunit.assert, Version=2.2.0.3545, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c"> |
51 | | - <HintPath>..\packages\xunit.assert.2.2.0\lib\netstandard1.1\xunit.assert.dll</HintPath> |
| 51 | + <Reference Include="xunit.assert, Version=2.3.0.3820, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c"> |
| 52 | + <HintPath>..\packages\xunit.assert.2.3.0\lib\netstandard1.1\xunit.assert.dll</HintPath> |
52 | 53 | </Reference> |
53 | | - <Reference Include="xunit.core, Version=2.2.0.3545, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c"> |
54 | | - <HintPath>..\packages\xunit.extensibility.core.2.2.0\lib\netstandard1.1\xunit.core.dll</HintPath> |
| 54 | + <Reference Include="xunit.core, Version=2.3.0.3820, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c"> |
| 55 | + <HintPath>..\packages\xunit.extensibility.core.2.3.0\lib\netstandard1.1\xunit.core.dll</HintPath> |
55 | 56 | </Reference> |
56 | | - <Reference Include="xunit.execution.desktop, Version=2.2.0.3545, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c"> |
57 | | - <HintPath>..\packages\xunit.extensibility.execution.2.2.0\lib\net452\xunit.execution.desktop.dll</HintPath> |
| 57 | + <Reference Include="xunit.execution.desktop, Version=2.3.0.3820, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c"> |
| 58 | + <HintPath>..\packages\xunit.extensibility.execution.2.3.0\lib\net452\xunit.execution.desktop.dll</HintPath> |
58 | 59 | </Reference> |
59 | 60 | </ItemGroup> |
60 | 61 | <ItemGroup> |
|
94 | 95 | <None Include="packages.config" /> |
95 | 96 | </ItemGroup> |
96 | 97 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 98 | + <Import Project="..\packages\xunit.core.2.3.0\build\xunit.core.targets" /> |
97 | 99 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
98 | 100 | Other similar extension points exist, see Microsoft.Common.targets. |
99 | 101 | <Target Name="BeforeBuild"> |
|
0 commit comments