You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
747 B
17 lines
747 B
12 years ago
|
<?xml version="1.0"?>
|
||
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||
|
<metadata>
|
||
|
<id>SignalR.Hosting.AspNet</id>
|
||
|
<version>0.5.3</version>
|
||
|
<authors>David Fowler, Damian Edwards</authors>
|
||
|
<owners>David Fowler, Damian Edwards</owners>
|
||
|
<licenseUrl>https://github.com/SignalR/SignalR/blob/master/LICENSE.md</licenseUrl>
|
||
|
<projectUrl>https://github.com/SignalR/SignalR</projectUrl>
|
||
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||
|
<description>Asp.Net host for SignalR</description>
|
||
|
<dependencies>
|
||
|
<dependency id="SignalR.Hosting.Common" version="0.5.3" />
|
||
|
<dependency id="Microsoft.Web.Infrastructure" version="1.0" />
|
||
|
</dependencies>
|
||
|
</metadata>
|
||
|
</package>
|