Skip to content

Commit 83c5422

Browse files
committed
remove logging package
1 parent cc01d34 commit 83c5422

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

BrowserStackLocal/BrowserStackLocal/BrowserStackLocal.csproj

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@
3232
<PlatformTarget>AnyCPU</PlatformTarget>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
36-
<HintPath>..\packages\log4net.2.0.5\lib\net20-full\log4net.dll</HintPath>
37-
<Private>True</Private>
38-
</Reference>
3935
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4036
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net20\Newtonsoft.Json.dll</HintPath>
4137
<Private>True</Private>
@@ -52,9 +48,7 @@
5248
<ItemGroup>
5349
<None Include="packages.config" />
5450
</ItemGroup>
55-
<ItemGroup>
56-
<Folder Include="log4net\" />
57-
</ItemGroup>
51+
<ItemGroup />
5852
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5953
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6054
Other similar extension points exist, see Microsoft.Common.targets.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="log4net" version="2.0.5" targetFramework="net20" />
43
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net20" />
54
</packages>

0 commit comments

Comments
 (0)