Browse Source

fixed using

release/3.x.x
Jan Eggers 7 years ago
parent
commit
9894dbef87
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Tests/MQTTnet.TestApp.AspNetCore2/Startup.cs

+ 1
- 1
Tests/MQTTnet.TestApp.AspNetCore2/Startup.cs View File

@@ -6,7 +6,7 @@ using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.FileProviders;
using Microsoft.Extensions.Logging;
using MQTTnet.AspnetCore;
using MQTTnet.AspNetCore;
using MQTTnet.Core;
using MQTTnet.Core.Client;



Loading…
Cancel
Save