﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.AspNet.SignalR.SystemWeb</id>
    <version>2.2.2</version>
    <title>Microsoft ASP.NET SignalR System.Web</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
    <projectUrl>http://www.asp.net/signalr</projectUrl>
    <description>Incredibly simple real-time web for .NET.
      Components for using ASP.NET SignalR in applications hosted on System.Web.</description>
    <releaseNotes>https://github.com/SignalR/SignalR/releases</releaseNotes>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <language>en-US</language>
    <tags>Microsoft AspNet SignalR AspNetSignalR SystemWeb</tags>
    <dependencies>
      <dependency id="Microsoft.AspNet.SignalR.Core" version="2.2.2" />
      <dependency id="Microsoft.Owin.Host.SystemWeb" version="2.1.0" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.0" />
    </frameworkAssemblies>
  </metadata>
</package>