Skip to content

Commit

Permalink
Fixed small build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja committed Mar 19, 2018
1 parent 72511b9 commit 32fd313
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@
<Reference Include="System.Drawing" />
<Reference Include="System.XML" />
<Reference Include="System.Xml.Linq" />
<Reference Include="WebDriver, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null" />
<Reference Include="WebDriver, Version=3.11.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Selenium.WebDriver.3.11.0\lib\net45\WebDriver.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="ProjectBaseConfiguration.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
<package id="NUnit.Extension.TeamCityEventListener" version="1.0.3" targetFramework="net45" />
<package id="NUnit.Extension.VSProjectLoader" version="3.7.0" targetFramework="net45" />
<package id="NUnit.Runners" version="3.8.0" targetFramework="net45" />
<package id="Selenium.WebDriver" version="3.11.0" targetFramework="net45" />
<package id="StyleCop.Analyzers" version="1.0.2" targetFramework="net45" developmentDependency="true" />
</packages>

0 comments on commit 32fd313

Please sign in to comment.