1 Star 0 Fork 1

strugglesharp/SupersocketAllInOne

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SuperSocket.WebSocket.nuspec 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
JRSWZJ 提交于 2020-08-26 15:36 . 添加项目文件。
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SuperSocket.WebSocket</id>
<title>SuperSocket.WebSocket</title>
<version>$version$</version>
<authors>Kerry Jiang</authors>
<owners>Kerry Jiang</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>http://www.supersocket.net/</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>WebSocket server implementation base on SuperSocket. It is just the same codebase with SuperWebSocket but has different assembly name and namespace.</description>
<tags>SuperSocket, WebSocket, SuperWebSocket</tags>
<dependencies>
<dependency id="log4net" version="2.0.3" />
<dependency id="SuperSocket" version="$version$" />
</dependencies>
<references>
<reference file="SuperSocket.WebSocket.dll" />
</references>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Configuration" />
</frameworkAssemblies>
</metadata>
<files>
<file src="bin\net35\$configuration$\SuperSocket.WebSocket.dll" target="lib/net35" />
<file src="bin\net40\$configuration$\SuperSocket.WebSocket.dll" target="lib/net40" />
<file src="bin\net45\$configuration$\SuperSocket.WebSocket.dll" target="lib/net45" />
</files>
</package>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/strugglesharp/supersocket-all-in-one.git
[email protected]:strugglesharp/supersocket-all-in-one.git
strugglesharp
supersocket-all-in-one
SupersocketAllInOne
master

搜索帮助