﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.AspNet.WebPages</id>
    <version>3.2.7</version>
    <title>Microsoft ASP.NET Web Pages</title>
    <authors>Microsoft</authors>
    <owners>Microsoft,aspnet</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
    <projectUrl>https://www.asp.net/web-pages</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <description>This package contains core runtime assemblies shared between ASP.NET MVC and ASP.NET Web Pages.</description>
    <summary>This package contains core runtime assemblies shared between ASP.NET MVC and ASP.NET Web Pages.</summary>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <language>en-US</language>
    <tags>Microsoft AspNet WebPages AspNetWebPages</tags>
    <repository type="git" url="https://github.com/aspnet/AspNetWebStack" />
    <dependencies>
      <dependency id="Microsoft.Web.Infrastructure" version="1.0.0" />
      <dependency id="Microsoft.AspNet.Razor" version="[3.2.7, 3.3.0)" />
    </dependencies>
  </metadata>
</package>