mirror of
https://github.com/Mukheem/DET-SoulSphere.git
synced 2024-11-22 03:50:33 +01:00
31 lines
1.2 KiB
XML
31 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>WebSocketSharp-netstandard</id>
|
|
<version>1.0.1</version>
|
|
<authors>sta</authors>
|
|
<owners>sta</owners>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<licenseUrl>https://github.com/PingmanTools/websocket-sharp/blob/master/LICENSE.txt</licenseUrl>
|
|
<projectUrl>https://github.com/PingmanTools/websocket-sharp/</projectUrl>
|
|
<description>websocket-sharp provides the WebSocket protocol client and server.
|
|
|
|
It supports:
|
|
- RFC 6455
|
|
- WebSocket Client and Server
|
|
- Per-message Compression extension
|
|
- Secure Connection
|
|
- HTTP Authentication (Basic/Digest)
|
|
- Query String, Origin header and Cookies
|
|
- Connecting through the HTTP Proxy server
|
|
- .NET 3.5 or later (includes compatible)</description>
|
|
<copyright>sta.blockhead</copyright>
|
|
<tags>websocket</tags>
|
|
<repository url="https://github.com/PingmanTools/websocket-sharp/" />
|
|
<dependencies>
|
|
<group targetFramework=".NETFramework3.5" />
|
|
<group targetFramework=".NETFramework4.5" />
|
|
<group targetFramework=".NETStandard2.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |