Microsoft.AspNetCore.Razor by Microsoft

<PackageReference Include="Microsoft.AspNetCore.Razor" Version="2.0.0-preview1-final" />

 Microsoft.AspNetCore.Razor 2.0.0-preview1-final

Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Microsoft.AspNetCore.Razor</id>
    <version>2.0.0-preview1-final</version>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm</licenseUrl>
    <projectUrl>https://www.asp.net/</projectUrl>
    <iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <description>Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.</description>
    <copyright>Copyright © Microsoft Corporation</copyright>
    <tags>aspnetcore cshtml razor</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/aspnet/Razor" />
    <dependencies>
      <group targetFramework=".NETStandard1.3">
        <dependency id="NETStandard.Library" version="2.0.0-preview1-25301-01" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>