mirror of
https://github.com/Dadechin/Unity-WebSocket.git
synced 2025-07-04 04:14:34 +00:00
13 lines
498 B
XML
13 lines
498 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>websocketsharp.core</id>
|
|
<version>1.0.1</version>
|
|
<authors>websocket-sharp-core</authors>
|
|
<description>websocket-sharp port to net standart</description>
|
|
<repository type="git" commit="cca5fb415b94d1203fe2ecde9b469efe16a7434f" />
|
|
<dependencies>
|
|
<group targetFramework=".NETStandard2.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |