Skip to content

Commit 2ecd607

Browse files
author
Elad Zelingher
committed
nuspec
1 parent 6d89e6c commit 2ecd607

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3+
<metadata>
4+
<id>WampSharp.AspNet.WebSockets.Server</id>
5+
<version>$version$</version>
6+
<title>WampSharp ASP.NET WebSockets support</title>
7+
<authors>CodeSharp</authors>
8+
<projectUrl>https://github.com/Code-Sharp/WampSharp/</projectUrl>
9+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10+
<description>WampSharp ASP.NET WebSockets support</description>
11+
<tags>websockets,wampws,rpc,pubsub,wampv1,wampv2,aspnet</tags>
12+
<dependencies>
13+
<group targetFramework="net45">
14+
<dependency id="WampSharp" version="[$version$]" />
15+
<dependency id="WampSharp.WebSockets" version="[$version$]" />
16+
</group>
17+
</dependencies>
18+
<frameworkAssemblies>
19+
<frameworkAssembly assemblyName="System.Web" />
20+
</frameworkAssemblies>
21+
</metadata>
22+
<files>
23+
<file src="bin\net45\WampSharp.AspNet.WebSockets.Server.dll" target="lib\net45\WampSharp.AspNet.WebSockets.Server.dll" />
24+
</files>
25+
</package>

src/net45/Extensions/WampSharp.AspNet.WebSockets.Server/WampSharp.AspNet.WebSockets.Server.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,7 @@
3434
<Reference Include="System" />
3535
<Reference Include="System.Core" />
3636
<Reference Include="System.Web" />
37-
<Reference Include="System.Xml.Linq" />
38-
<Reference Include="System.Data.DataSetExtensions" />
3937
<Reference Include="Microsoft.CSharp" />
40-
<Reference Include="System.Data" />
41-
<Reference Include="System.Net.Http" />
42-
<Reference Include="System.Xml" />
4338
</ItemGroup>
4439
<ItemGroup>
4540
<Compile Include="AspNetCookieProvider.cs" />

0 commit comments

Comments
 (0)