|
123456789101112131415161718192021222324252627282930313233 |
- <?xml version="1.0"?>
- <package >
- <metadata>
- <id>MQTTnet.AspNetCore</id>
- <version>0.0.0</version>
- <authors>Christian Kratky</authors>
- <owners>Christian Kratky</owners>
- <license type="file">LICENSE</license>
- <projectUrl>https://github.com/chkr1011/MQTTnet</projectUrl>
- <iconUrl>https://raw.githubusercontent.com/chkr1011/MQTTnet/master/Images/Logo_128x128.png</iconUrl>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <description>This is a support library to integrate MQTTnet into AspNetCore.</description>
- <releaseNotes>For release notes please go to MQTTnet release notes (https://www.nuget.org/packages/MQTTnet/).</releaseNotes>
- <copyright>Copyright Christian Kratky 2016-2019</copyright>
- <tags>MQTT Message Queue Telemetry Transport MQTTClient MQTTServer Server MQTTBroker Broker NETStandard IoT InternetOfThings Messaging Hardware Arduino Sensor Actuator M2M ESP Smart Home Cities Automation Xamarin</tags>
- <dependencies>
- <dependency id="MQTTnet" version="$nugetVersion" />
-
- <dependency id="Microsoft.AspNetCore.Connections.Abstractions" version="2.1.3" />
- <dependency id="Microsoft.AspNetCore.Http.Connections" version="1.0.3" />
- <dependency id="Microsoft.AspNetCore.WebSockets" version="2.1.1" />
- <dependency id="Microsoft.Extensions.Hosting.Abstractions" version="2.1.1" />
- </dependencies>
- </metadata>
-
- <files>
- <!-- License -->
- <file src="..\LICENSE" />
-
- <!-- .NET Standard 2.0 -->
- <file src="..\Source\MQTTnet.AspNetCore\bin\Release\netstandard2.0\MQTTnet.AspNetCore.*" target="lib\netstandard2.0\"/>
- </files>
- </package>
|