Skip to content

Commit 6eaecca

Browse files
committed
fix compile issue.
1 parent fbcc1b7 commit 6eaecca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Infrastructure/BotSharp.OpenAPI/BotSharpOpenApiExtensions.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
using BotSharp.OpenAPI.BackgroundServices;
1313
using System.Text.Json.Serialization;
1414
using Microsoft.AspNetCore.Authentication;
15+
#if NET8_0
16+
using Microsoft.OpenApi;
17+
#endif
1518

1619
namespace BotSharp.OpenAPI;
1720

0 commit comments

Comments
 (0)