Fix dotless reference in csproj

In the packages.config the version 1.4.1 of dotless is referenced while in the csproj the version 1.4.0 was referenced.
This commit is contained in:
yannisgu
2014-11-14 11:16:20 +01:00
parent e36dc368d9
commit df0c297f55

View File

@@ -113,7 +113,7 @@
<HintPath>..\packages\xmlrpcnet.2.5.0\lib\net20\CookComputing.XmlRpcV2.dll</HintPath>
</Reference>
<Reference Include="dotless.Core">
<HintPath>..\packages\dotless.1.4.0.0\lib\dotless.Core.dll</HintPath>
<HintPath>..\packages\dotless.1.4.1.0\lib\dotless.Core.dll</HintPath>
</Reference>
<Reference Include="Examine, Version=0.1.57.2941, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
@@ -2160,4 +2160,4 @@
<!--<PostBuildEvent>xcopy "$(ProjectDir)..\..\lib\*.dll" "$(TargetDir)*.dll" /Y</PostBuildEvent>-->
</PropertyGroup>
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
</Project>
</Project>