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.
25 lines
1.1 KiB
Plaintext
25 lines
1.1 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.Core</id>
|
||
|
<version>2.2.0</version>
|
||
|
<title>Microsoft ASP.NET SignalR Core Components</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>Core server components for ASP.NET SignalR.</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 Core</tags>
|
||
|
<dependencies>
|
||
|
<dependency id="Newtonsoft.Json" version="6.0.4" />
|
||
|
<dependency id="Owin" version="1.0" />
|
||
|
<dependency id="Microsoft.Owin" version="2.1.0" />
|
||
|
<dependency id="Microsoft.Owin.Security" version="2.1.0" />
|
||
|
</dependencies>
|
||
|
</metadata>
|
||
|
</package>
|