N2CMS.Razor by Cristian Libardo

<PackageReference Include="N2CMS.Razor" Version="2.6.3.3" />

 N2CMS.Razor 2.6.3.3

Adds the razor view engine integration to an N2 CMS/MVC.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>N2CMS.Razor</id>
    <version>2.6.3.3</version>
    <title>N2CMS Razor Support</title>
    <authors>Cristian Libardo</authors>
    <owners>Cristian Libardo</owners>
    <licenseUrl>http://n2cms.com/Project/License.aspx</licenseUrl>
    <projectUrl>http://n2cms.com/</projectUrl>
    <iconUrl>http://n2cms.com/Upload/logo-5.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Adds the razor view engine integration to an N2 CMS/MVC.</description>
    <summary>N2CMS is a lightweight CMS library that can be used as is, or in combination with many features out of the box using template pack for MVC2, MVC3/razor or WebForms.</summary>
    <language>en-US</language>
    <tags>N2 CMS</tags>
    <dependencies>
      <group>
        <dependency id="N2CMS.Library" version="2.6.3.3" />
      </group>
      <group targetFramework=".NETFramework4.0">
        <dependency id="Microsoft.AspNet.Razor" version="[2.0.30506]" />
        <dependency id="Microsoft.AspNet.WebPages" version="[2.0.30506]" />
      </group>
      <group targetFramework=".NETFramework4.5">
        <dependency id="Microsoft.AspNet.Razor" version="2.0.30506" />
        <dependency id="Microsoft.AspNet.WebPages" version="2.0.30506" />
      </group>
    </dependencies>
  </metadata>
</package>