From 59c53fdd11dcbdfa2dd06ebbeb72a3e1701bdfb0 Mon Sep 17 00:00:00 2001 From: Alexander Rosolko Date: Fri, 28 Apr 2017 12:06:53 +0300 Subject: [PATCH] Update selenium dependency. Set target framework to 4.5. Update opera tests to brand new release. --- IntegrationTests/IntegrationTests.csproj | 9 ++++++--- IntegrationTests/VersionTests.cs | 2 +- IntegrationTests/packages.config | 2 +- WebDriverManager/Properties/AssemblyInfo.cs | 4 ++-- WebDriverManager/WebDriverManager.csproj | 2 +- WebDriverManager/WebDriverManager.nuspec | 2 +- 6 files changed, 12 insertions(+), 9 deletions(-) diff --git a/IntegrationTests/IntegrationTests.csproj b/IntegrationTests/IntegrationTests.csproj index 954aa29..c7b8781 100644 --- a/IntegrationTests/IntegrationTests.csproj +++ b/IntegrationTests/IntegrationTests.csproj @@ -10,7 +10,7 @@ Properties IntegrationTests IntegrationTests - v4.6.2 + v4.5 512 @@ -38,8 +38,8 @@ - - ..\packages\Selenium.WebDriver.3.3.0\lib\net40\WebDriver.dll + + ..\packages\Selenium.WebDriver.3.4.0\lib\net40\WebDriver.dll ..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll @@ -86,6 +86,9 @@ + + +