﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.Owin.Host.SystemWeb</id>
    <version>4.0.1</version>
    <title>Microsoft.Owin.Host.SystemWeb</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/aspnet/AspNetKatana/v4.0.1/LICENSE.txt</licenseUrl>
    <projectUrl>https://github.com/aspnet/AspNetKatana/</projectUrl>
    <description>OWIN server that enables OWIN-based applications to run on IIS using the ASP.NET request pipeline.</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>Microsoft OWIN Katana</tags>
    <dependencies>
      <dependency id="Owin" version="1.0.0" />
      <dependency id="Microsoft.Owin" version="4.0.1" />
    </dependencies>
  </metadata>
</package>