﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.AspNet.SignalR</id>
    <version>2.2.2</version>
    <title>Microsoft ASP.NET SignalR</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.
      This package pulls in the server components and JavaScript client required to use SignalR in an ASP.NET application.</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 websockets real-time realtime comet HTTP streaming</tags>
    <dependencies>
      <dependency id="Microsoft.AspNet.SignalR.JS" version="2.2.2" />
      <dependency id="Microsoft.AspNet.SignalR.SystemWeb" version="2.2.2" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.0" />
    </frameworkAssemblies>
  </metadata>
</package>