We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc6e41 commit 6465e74Copy full SHA for 6465e74
2 files changed
AspNetCoreServiceBusApi1/StartupExtensions.cs
@@ -1,4 +1,4 @@
1
-using Microsoft.OpenApi.Models;
+using Microsoft.OpenApi;
2
using Serilog;
3
using ServiceBusMessaging;
4
namespace AspNetCoreServiceBusApi1;
AspNetCoreServiceBusApi2/StartupExtensions.cs
@@ -1,7 +1,7 @@
using AspNetCoreServiceBusApi2.Model;
using Microsoft.EntityFrameworkCore;
5
6
7
0 commit comments