updating broken refs to common.logging in .NET 3.5 lib folder

This commit is contained in:
Steve Bohlen
2011-08-18 10:20:23 -04:00
parent cbf03cdb0c
commit 8a51a29c82
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Common.Logging">
<HintPath>..\..\..\lib\Net\3.5\Common.Logging.dll</HintPath>
<HintPath>..\..\..\lib\Net\2.0\Common.Logging.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />

View File

@@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Common.Logging">
<HintPath>..\..\..\lib\Net\3.5\Common.Logging.dll</HintPath>
<HintPath>..\..\..\lib\Net\2.0\Common.Logging.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />