﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.AspNet.WebPages.OAuth</id>
    <version>3.2.9</version>
    <title>Microsoft WebPages OAuth library</title>
    <authors>Microsoft</authors>
    <owners>Microsoft,aspnet</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">NET_Library_EULA_ENU.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>NET.icon.png</icon>
    <projectUrl>https://www.asp.net/web-pages</projectUrl>
    <description>This package contains the runtime assemblies for ASP.NET Web Pages. ASP.NET Web Pages and the new Razor syntax provide a fast, terse, clean and lightweight way to combine server code with HTML to create dynamic web content.</description>
    <summary>This package contains the runtime assemblies for ASP.NET Web Pages.</summary>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <language>en-US</language>
    <tags>Microsoft AspNet WebPages AspNetWebPages OpenId OAuth authentication</tags>
    <repository type="git" url="https://github.com/aspnet/AspNetWebStack" />
    <dependencies>
      <dependency id="Microsoft.AspNet.WebPages.WebData" version="[3.2.9, 3.3.0)" />
      <dependency id="DotNetOpenAuth.AspNet" version="4.1.4.12333" />
    </dependencies>
  </metadata>
</package>