Skip to content

Commit 6e23a6a

Browse files
committed
Fix Log4Netv1210.csproj references to match Log4Netv129 (no nuget, correct log4net version in lib)
1 parent a652fca commit 6e23a6a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/ServiceStack.Logging.Log4Netv1210/ServiceStack.Logging.Log4Netv1210.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</PropertyGroup>
6464
<ItemGroup>
6565
<Reference Include="log4net">
66-
<HintPath>..\packages\log4net.2.0.0\lib\net35-full\log4net.dll</HintPath>
66+
<HintPath>..\..\lib\log4net.1.2.10.dll</HintPath>
6767
</Reference>
6868
<Reference Include="ServiceStack.Common, Version=3.9.32.0, Culture=neutral, processorArchitecture=MSIL">
6969
<SpecificVersion>False</SpecificVersion>
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="log4net" version="2.0.0" targetFramework="net35" />
43
<package id="ServiceStack.Common" version="3.9.32" targetFramework="net35" />
54
<package id="ServiceStack.Text" version="3.9.32" targetFramework="net35" />
65
</packages>

0 commit comments

Comments
 (0)