We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec01a2a commit ad5cc24Copy full SHA for ad5cc24
src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/Program.cs
@@ -8,10 +8,7 @@
8
#if (OrganizationalAuth || IndividualB2CAuth)
9
using Microsoft.Identity.Web;
10
#endif
11
-#if (EnableOpenAPI)
12
-using Microsoft.OpenApi.Models;
13
-#endif
14
-#if (OrganizationalAuth || IndividualB2CAuth || GenerateGraph || EnableOpenAPI)
+#if (OrganizationalAuth || IndividualB2CAuth || GenerateGraph)
15
16
17
var builder = WebApplication.CreateBuilder(args);
0 commit comments