Skip to content

Commit

Permalink
Added log4net
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanforsberg committed Aug 13, 2013
1 parent a35ebc4 commit 6fb603e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/WhiteMagic.Tests/WhiteMagic.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\EPiServer.CMS.Core.7.0.586.4\lib\EPiServer.XmlRpc.dll</HintPath>
</Reference>
<Reference Include="log4net">
<HintPath>..\packages\log4net.1.2.10\lib\2.0\log4net.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
</Reference>
Expand Down
1 change: 1 addition & 0 deletions src/WhiteMagic.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<packages>
<package id="EPiServer.CMS.Core" version="7.0.586.4" targetFramework="net45" />
<package id="EPiServer.Framework" version="7.0.859.4" targetFramework="net45" />
<package id="log4net" version="1.2.10" targetFramework="net45" />
<package id="NUnit" version="2.6.2" targetFramework="net45" />
<package id="Shouldly" version="1.1.1.1" targetFramework="net45" />
<package id="structuremap" version="2.6.4.1" targetFramework="net45" />
Expand Down

0 comments on commit 6fb603e

Please sign in to comment.