You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.3 KiB
XML
27 lines
1.3 KiB
XML
<?xml version="1.0"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
<metadata>
|
|
<id>Microsoft.AspNet.SignalR</id>
|
|
<version>2.2.0</version>
|
|
<title>Microsoft ASP.NET SignalR</title>
|
|
<authors>Microsoft</authors>
|
|
<owners>Microsoft</owners>
|
|
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
|
|
<projectUrl>http://www.asp.net/signalr</projectUrl>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<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>
|
|
<summary />
|
|
<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.0" />
|
|
<dependency id="Microsoft.AspNet.SignalR.SystemWeb" version="2.2.0" />
|
|
</dependencies>
|
|
<frameworkAssemblies>
|
|
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.0" />
|
|
</frameworkAssemblies>
|
|
</metadata>
|
|
</package> |