Added NightAlert project for travel kit
This commit is contained in:
44
ThirdParty/SocketIoClientDotNet/grunt/templates/SocketIoClientDotNet.nuspec
vendored
Normal file
44
ThirdParty/SocketIoClientDotNet/grunt/templates/SocketIoClientDotNet.nuspec
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>SocketIoClientDotNet</id>
|
||||
<version>@VERSION@</version>
|
||||
<title>SocketIoClientDotNet</title>
|
||||
<authors>Matthias Ludwig</authors>
|
||||
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<dependencies>
|
||||
<group targetFramework="net35">
|
||||
<dependency id="WebSocket4Net" version="0.15.1" />
|
||||
<dependency id="SuperSocket.ClientEngine.Core" version="0.9.0" />
|
||||
<dependency id="Newtonsoft.Json" version="9.0.1" />
|
||||
<dependency id="System.Threading.Tasks.Unofficial" version="3.1.0" />
|
||||
<dependency id="EngineIoClientDotNet" version="1.0.5" />
|
||||
</group>
|
||||
<group targetFramework="net40">
|
||||
<dependency id="WebSocket4Net" version="0.15.1" />
|
||||
<dependency id="SuperSocket.ClientEngine.Core" version="0.9.0" />
|
||||
<dependency id="Newtonsoft.Json" version="9.0.1" />
|
||||
<dependency id="EngineIoClientDotNet" version="1.0.5" />
|
||||
</group>
|
||||
<group targetFramework="net45">
|
||||
<dependency id="WebSocket4Net" version="0.15.1" />
|
||||
<dependency id="SuperSocket.ClientEngine.Core" version="0.9.0" />
|
||||
<dependency id="Newtonsoft.Json" version="9.0.1" />
|
||||
<dependency id="EngineIoClientDotNet" version="1.0.5" />
|
||||
<dependency id="System.Collections.Immutable" version="1.4.0" />
|
||||
</group>
|
||||
<group targetFramework="netstandard1.3">
|
||||
<dependency id="WebSocket4Net" version="0.15.1" />
|
||||
<dependency id="SuperSocket.ClientEngine.Core" version="0.9.0" />
|
||||
<dependency id="Newtonsoft.Json" version="9.0.1" />
|
||||
<dependency id="EngineIoClientDotNet" version="1.0.5" />
|
||||
<dependency id="System.Collections.Immutable" version="1.4.0" />
|
||||
</group>
|
||||
</dependencies>
|
||||
<projectUrl>https://github.com/Quobject/SocketIoClientDotNet/</projectUrl>
|
||||
<description>This is the Socket.IO Client Library for .NET.</description>
|
||||
<summary>This library supports all of the features the JS client does, including events, options and upgrading transport. SocketIoClientDotNet has a similar api to those of the JavaScript client.</summary>
|
||||
<tags>socket.io.client</tags>
|
||||
</metadata>
|
||||
</package>
|
||||
Reference in New Issue
Block a user