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.
DS7/packages/Microsoft.AspNet.SignalR.Sy.../Microsoft.AspNet.SignalR.Sy...

27 lines
1.3 KiB
Plaintext

2 years ago
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Microsoft.AspNet.SignalR.SystemWeb</id>
<version>2.2.0</version>
<title>Microsoft ASP.NET SignalR System.Web</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.
Components for using ASP.NET SignalR in applications hosted on System.Web.</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 SystemWeb</tags>
<dependencies>
<dependency id="Microsoft.AspNet.SignalR.Core" version="2.2.0" />
<dependency id="Microsoft.Owin.Host.SystemWeb" version="2.1.0" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.0" />
</frameworkAssemblies>
</metadata>
</package>