|
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 11 | <RootNamespace>IntegrationTests</RootNamespace> |
12 | 12 | <AssemblyName>IntegrationTests</AssemblyName> |
13 | | - <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> |
| 13 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
14 | 14 | <FileAlignment>512</FileAlignment> |
15 | 15 | </PropertyGroup> |
16 | 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
38 | 38 | <Reference Include="System.Data" /> |
39 | 39 | <Reference Include="System.Runtime" /> |
40 | 40 | <Reference Include="System.Xml" /> |
41 | | - <Reference Include="WebDriver, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null"> |
42 | | - <HintPath>..\packages\Selenium.WebDriver.3.3.0\lib\net40\WebDriver.dll</HintPath> |
| 41 | + <Reference Include="WebDriver, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null"> |
| 42 | + <HintPath>..\packages\Selenium.WebDriver.3.4.0\lib\net40\WebDriver.dll</HintPath> |
43 | 43 | </Reference> |
44 | 44 | <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c"> |
45 | 45 | <HintPath>..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll</HintPath> |
|
86 | 86 | </Content> |
87 | 87 | <Content Include="packages.config" /> |
88 | 88 | </ItemGroup> |
| 89 | + <ItemGroup> |
| 90 | + <None Include="packages.config" /> |
| 91 | + </ItemGroup> |
89 | 92 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
90 | 93 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
91 | 94 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments