|
35 | 35 | <WarningLevel>4</WarningLevel> |
36 | 36 | </PropertyGroup> |
37 | 37 | <ItemGroup> |
38 | | - <Reference Include="appium-dotnet-driver, Version=3.0.0.1, Culture=neutral, processorArchitecture=MSIL"> |
39 | | - <HintPath>packages\Appium.WebDriver.3.0.0.1\lib\net45\appium-dotnet-driver.dll</HintPath> |
40 | | - <Private>True</Private> |
| 38 | + <Reference Include="appium-dotnet-driver, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 39 | + <HintPath>packages\Microsoft.WinAppDriver.Appium.WebDriver.1.0.1-Preview\lib\net45\appium-dotnet-driver.dll</HintPath> |
41 | 40 | </Reference> |
42 | | - <Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> |
43 | | - <HintPath>packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll</HintPath> |
44 | | - <Private>True</Private> |
| 41 | + <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> |
| 42 | + <HintPath>packages\Castle.Core.4.2.1\lib\net45\Castle.Core.dll</HintPath> |
45 | 43 | </Reference> |
46 | | - <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
47 | | - <HintPath>packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
48 | | - <Private>True</Private> |
| 44 | + <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 45 | + <HintPath>packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
49 | 46 | </Reference> |
50 | 47 | <Reference Include="System" /> |
| 48 | + <Reference Include="System.Configuration" /> |
51 | 49 | <Reference Include="System.Drawing" /> |
52 | | - <Reference Include="WebDriver, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL"> |
53 | | - <HintPath>packages\Selenium.WebDriver.3.0.1\lib\net40\WebDriver.dll</HintPath> |
54 | | - <Private>True</Private> |
| 50 | + <Reference Include="WebDriver, Version=3.8.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 51 | + <HintPath>packages\Selenium.WebDriver.3.8.0\lib\net45\WebDriver.dll</HintPath> |
55 | 52 | </Reference> |
56 | | - <Reference Include="WebDriver.Support, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL"> |
57 | | - <HintPath>packages\Selenium.Support.3.0.1\lib\net40\WebDriver.Support.dll</HintPath> |
58 | | - <Private>True</Private> |
| 53 | + <Reference Include="WebDriver.Support, Version=3.8.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 54 | + <HintPath>packages\Selenium.Support.3.8.0\lib\net45\WebDriver.Support.dll</HintPath> |
59 | 55 | </Reference> |
60 | 56 | </ItemGroup> |
61 | 57 | <Choose> |
|
0 commit comments