Skip to content

Commit

Permalink
Merge pull request #9 from domicy/master
Browse files Browse the repository at this point in the history
Removing unnecessary libraries
  • Loading branch information
vedharish committed May 13, 2016
2 parents 7a89a86 + ad95f45 commit 355f821
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
20 changes: 0 additions & 20 deletions BrowserStackLocal/BrowserStackLocal/BrowserStackLocal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,6 @@
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net20\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nunit.core, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="nunit.core.interfaces, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.interfaces.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="nunit.framework, Version=3.2.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\packages\NUnit.3.2.1\lib\net20\nunit.framework.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nunit.util, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.util.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="NUnit.VisualStudio.TestAdapter, Version=2.0.0.0, Culture=neutral, PublicKeyToken=4cb40d35494691ac, processorArchitecture=MSIL">
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
Expand Down
2 changes: 0 additions & 2 deletions BrowserStackLocal/BrowserStackLocal/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
<packages>
<package id="log4net" version="2.0.5" targetFramework="net20" />
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net20" />
<package id="NUnit" version="3.2.1" targetFramework="net20" />
<package id="NUnitTestAdapter" version="2.0.0" targetFramework="net20" />
</packages>

0 comments on commit 355f821

Please sign in to comment.