|
38 | 38 | <WarningLevel>4</WarningLevel> |
39 | 39 | </PropertyGroup> |
40 | 40 | <ItemGroup> |
41 | | - <Reference Include="appium-dotnet-driver, Version=3.0.0.1, Culture=neutral, processorArchitecture=MSIL"> |
42 | | - <HintPath>packages\Appium.WebDriver.3.0.0.1\lib\net45\appium-dotnet-driver.dll</HintPath> |
43 | | - <Private>True</Private> |
| 41 | + <Reference Include="appium-dotnet-driver, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 42 | + <HintPath>packages\Microsoft.WinAppDriver.Appium.WebDriver.1.0.1-Preview\lib\net45\appium-dotnet-driver.dll</HintPath> |
44 | 43 | </Reference> |
45 | 44 | <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> |
46 | | - <HintPath>packages\Castle.Core.4.0.0\lib\net45\Castle.Core.dll</HintPath> |
47 | | - <Private>True</Private> |
| 45 | + <HintPath>packages\Castle.Core.4.2.1\lib\net45\Castle.Core.dll</HintPath> |
48 | 46 | </Reference> |
49 | 47 | <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
50 | 48 | <HintPath>packages\MSTest.TestFramework.1.2.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath> |
51 | | - <Private>True</Private> |
52 | 49 | </Reference> |
53 | 50 | <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
54 | 51 | <HintPath>packages\MSTest.TestFramework.1.2.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath> |
55 | | - <Private>True</Private> |
56 | 52 | </Reference> |
57 | | - <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
58 | | - <HintPath>packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
59 | | - <Private>True</Private> |
| 53 | + <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 54 | + <HintPath>packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
60 | 55 | </Reference> |
61 | 56 | <Reference Include="System" /> |
| 57 | + <Reference Include="System.Configuration" /> |
62 | 58 | <Reference Include="System.Drawing" /> |
63 | | - <Reference Include="WebDriver, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL"> |
64 | | - <HintPath>packages\Selenium.WebDriver.3.0.1\lib\net40\WebDriver.dll</HintPath> |
65 | | - <Private>True</Private> |
| 59 | + <Reference Include="WebDriver, Version=3.8.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 60 | + <HintPath>packages\Selenium.WebDriver.3.8.0\lib\net45\WebDriver.dll</HintPath> |
66 | 61 | </Reference> |
67 | | - <Reference Include="WebDriver.Support, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL"> |
68 | | - <HintPath>packages\Selenium.Support.3.0.1\lib\net40\WebDriver.Support.dll</HintPath> |
69 | | - <Private>True</Private> |
| 62 | + <Reference Include="WebDriver.Support, Version=3.8.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 63 | + <HintPath>packages\Selenium.Support.3.8.0\lib\net45\WebDriver.Support.dll</HintPath> |
70 | 64 | </Reference> |
71 | 65 | </ItemGroup> |
72 | 66 | <Choose> |
|
0 commit comments