Added NightAlert project for travel kit

This commit is contained in:
2021-06-10 14:39:06 -04:00
commit d38d9e3b7e
308 changed files with 35922 additions and 0 deletions

View 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>