You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

30 rivejä
1.5 KiB

  1. <?xml version="1.0"?>
  2. <package >
  3. <metadata>
  4. <id>MQTTnet.AspNetCore</id>
  5. <version>0.0.0</version>
  6. <authors>Christian Kratky</authors>
  7. <owners>Christian Kratky</owners>
  8. <licenseUrl>https://github.com/chkr1011/MQTTnet/blob/master/LICENSE</licenseUrl>
  9. <projectUrl>https://github.com/chkr1011/MQTTnet</projectUrl>
  10. <iconUrl>https://raw.githubusercontent.com/chkr1011/MQTTnet/master/Images/Logo_128x128.png</iconUrl>
  11. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  12. <description>This is a support library to integrate MQTTnet into AspNetCore.</description>
  13. <releaseNotes>For release notes please go to MQTTnet release notes (https://www.nuget.org/packages/MQTTnet/).</releaseNotes>
  14. <copyright>Copyright Christian Kratky 2016-2019</copyright>
  15. <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>
  16. <dependencies>
  17. <dependency id="MQTTnet" version="$nugetVersion" />
  18. <dependency id="Microsoft.AspNetCore.Connections.Abstractions" version="2.1.3" />
  19. <dependency id="Microsoft.AspNetCore.WebSockets" version="2.1.1" />
  20. <dependency id="Microsoft.Extensions.Hosting.Abstractions" version="2.1.1" />
  21. </dependencies>
  22. </metadata>
  23. <files>
  24. <!-- .NET Standard 2.0 -->
  25. <file src="..\Source\MQTTnet.AspNetCore\bin\Release\netstandard2.0\MQTTnet.AspNetCore.*" target="lib\netstandard2.0\"/>
  26. </files>
  27. </package>