Skip to content

Commit 31903c8

Browse files
Merge pull request umbraco#536 from yannisgu/fixDotLess
Fix dotless reference in csproj
2 parents e59b14b + df0c297 commit 31903c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Umbraco.Web/Umbraco.Web.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<HintPath>..\packages\xmlrpcnet.2.5.0\lib\net20\CookComputing.XmlRpcV2.dll</HintPath>
114114
</Reference>
115115
<Reference Include="dotless.Core">
116-
<HintPath>..\packages\dotless.1.4.0.0\lib\dotless.Core.dll</HintPath>
116+
<HintPath>..\packages\dotless.1.4.1.0\lib\dotless.Core.dll</HintPath>
117117
</Reference>
118118
<Reference Include="Examine, Version=0.1.57.2941, Culture=neutral, processorArchitecture=MSIL">
119119
<SpecificVersion>False</SpecificVersion>
@@ -2160,4 +2160,4 @@
21602160
<!--<PostBuildEvent>xcopy "$(ProjectDir)..\..\lib\*.dll" "$(TargetDir)*.dll" /Y</PostBuildEvent>-->
21612161
</PropertyGroup>
21622162
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
2163-
</Project>
2163+
</Project>

0 commit comments

Comments
 (0)