|
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 | | - <Reference Include="Castle.Core"> |
46 | | - <HintPath>packages\Castle.Core.4.0.0-beta002\lib\net45\Castle.Core.dll</HintPath> |
| 44 | + <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> |
| 45 | + <HintPath>packages\Castle.Core.4.2.1\lib\net45\Castle.Core.dll</HintPath> |
47 | 46 | </Reference> |
48 | 47 | <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
49 | 48 | <HintPath>packages\MSTest.TestFramework.1.2.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath> |
|
53 | 52 | <HintPath>packages\MSTest.TestFramework.1.2.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath> |
54 | 53 | <Private>True</Private> |
55 | 54 | </Reference> |
56 | | - <Reference Include="Newtonsoft.Json"> |
57 | | - <HintPath>packages\Newtonsoft.Json.9.0.2-beta1\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 55 | + <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 56 | + <HintPath>packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
58 | 57 | </Reference> |
59 | 58 | <Reference Include="System" /> |
| 59 | + <Reference Include="System.Configuration" /> |
60 | 60 | <Reference Include="System.Drawing" /> |
61 | | - <Reference Include="WebDriver, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL"> |
62 | | - <HintPath>packages\Selenium.WebDriver.3.0.1\lib\net40\WebDriver.dll</HintPath> |
63 | | - <Private>True</Private> |
| 61 | + <Reference Include="WebDriver, Version=3.8.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 62 | + <HintPath>packages\Selenium.WebDriver.3.8.0\lib\net45\WebDriver.dll</HintPath> |
64 | 63 | </Reference> |
65 | | - <Reference Include="WebDriver.Support, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL"> |
66 | | - <HintPath>packages\Selenium.Support.3.0.1\lib\net40\WebDriver.Support.dll</HintPath> |
67 | | - <Private>True</Private> |
| 64 | + <Reference Include="WebDriver.Support, Version=3.8.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 65 | + <HintPath>packages\Selenium.Support.3.8.0\lib\net45\WebDriver.Support.dll</HintPath> |
68 | 66 | </Reference> |
69 | 67 | </ItemGroup> |
70 | 68 | <Choose> |
|
0 commit comments