muso31/Helixbase

Layout intellisense not working

Closed this issue · 1 comments

e.g. https://github.com/muso31/Helixbase/blob/master/src/Project/Helixbase/website/Views/Layouts/Helixbase/Default.cshtml

The following are required for the new sdk project format but they break html.sitecore:

<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.2.4" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.1.3" />

It works with the old (none sdk) project format

Solved by @LaubPlusCo... LaubPlusCo/Helix-Templates#1

Need to add the following to csproj: