Skip to content

Commit df0c297

Browse files
committed
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.
1 parent e36dc36 commit df0c297

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)