Skip to content

Commit

Permalink
Fix Log4Netv1210.csproj references to match Log4Netv129 (no nuget, co…
Browse files Browse the repository at this point in the history
…rrect log4net version in lib)
  • Loading branch information
mrtns committed Dec 21, 2012
1 parent a652fca commit 6e23a6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -63,7 +63,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net">
<HintPath>..\packages\log4net.2.0.0\lib\net35-full\log4net.dll</HintPath>
<HintPath>..\..\lib\log4net.1.2.10.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Common, Version=3.9.32.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
1 change: 0 additions & 1 deletion src/ServiceStack.Logging.Log4Netv1210/packages.config
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="log4net" version="2.0.0" targetFramework="net35" />
<package id="ServiceStack.Common" version="3.9.32" targetFramework="net35" />
<package id="ServiceStack.Text" version="3.9.32" targetFramework="net35" />
</packages>

0 comments on commit 6e23a6a

Please sign in to comment.