﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.AspNet.WebApi.OwinSelfHost</id>
    <version>5.2.9</version>
    <title>Microsoft ASP.NET Web API 2.2 OWIN Self Host</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-api</projectUrl>
    <description>This package allows you to host ASP.NET Web API within your own process using the OWIN HttpListener server. ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. ASP.NET Web API is an ideal platform for building RESTful applications on the .NET Framework.</description>
    <summary>This package allows you to host ASP.NET Web API within your own process using the OWIN HttpListener server.</summary>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <language>en-US</language>
    <tags>Microsoft AspNet WebApi AspNetWebApi OWIN</tags>
    <repository type="git" url="https://github.com/aspnet/AspNetWebStack" />
    <dependencies>
      <dependency id="Microsoft.AspNet.WebApi.Owin" version="[5.2.9, 5.3.0)" />
      <dependency id="Microsoft.Owin.Hosting" version="2.0.2" />
      <dependency id="Microsoft.Owin.Host.HttpListener" version="2.0.2" />
    </dependencies>
  </metadata>
</package>