﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Microsoft.AspNet.Cors</id>
    <version>5.2.7</version>
    <title>Microsoft ASP.NET Cross-Origin Support</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-api</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <description>This package contains the core components to enable Cross-Origin Resource Sharing (CORS) in ASP.NET.</description>
    <summary>This package contains the core components to enable Cross-Origin Resource Sharing (CORS) in ASP.NET.</summary>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <language>en-US</language>
    <tags>Microsoft AspNet Cors Cross Origin</tags>
    <repository type="git" url="https://github.com/aspnet/AspNetWebStack" />
  </metadata>
</package>