Skip to content

Commit

Permalink
Updated LogFacade
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakritzator committed Feb 12, 2016
1 parent f6f66e9 commit be92f5f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dapplo.ActiveDirectory/Dapplo.ActiveDirectory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Dapplo.LogFacade, Version=0.1.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Dapplo.LogFacade.0.1.3.0\lib\net451\Dapplo.LogFacade.dll</HintPath>
<Reference Include="Dapplo.LogFacade, Version=0.1.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Dapplo.LogFacade.0.1.4.0\lib\net451\Dapplo.LogFacade.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion Dapplo.ActiveDirectory/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Dapplo.LogFacade" version="0.1.3.0" targetFramework="net451" />
<package id="Dapplo.LogFacade" version="0.1.4.0" targetFramework="net451" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Dapplo.LogFacade, Version=0.1.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Dapplo.LogFacade.0.1.3.0\lib\net451\Dapplo.LogFacade.dll</HintPath>
<Reference Include="Dapplo.LogFacade, Version=0.1.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Dapplo.LogFacade.0.1.4.0\lib\net451\Dapplo.LogFacade.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion Dapplo.ActiveDirectoryTests/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Dapplo.LogFacade" version="0.1.3.0" targetFramework="net451" />
<package id="Dapplo.LogFacade" version="0.1.4.0" targetFramework="net451" />
</packages>

0 comments on commit be92f5f

Please sign in to comment.