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.
 
 
 
 

13 regels
215 B

  1. using System;
  2. namespace MQTTnet.Test.NugetConsumption
  3. {
  4. class Program
  5. {
  6. static void Main(string[] args)
  7. {
  8. var server = new MqttFactory().CreateMqttServer();
  9. }
  10. }
  11. }