Skip to content

Commit

Permalink
Fix usings after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
commonsensesoftware committed Mar 26, 2024
1 parent 5f3f0ed commit 7efff8f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ namespace Microsoft.Extensions.DependencyInjection;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Json;
using Microsoft.AspNetCore.Routing;
using System.Diagnostics.CodeAnalysis;
using Microsoft.Extensions.DependencyInjection.Extensions;
using Microsoft.Extensions.Options;
using static DynamicallyAccessedMemberTypes;
using System.Diagnostics.CodeAnalysis;
using static ServiceDescriptor;
using static System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes;

/// <summary>
/// Provides extension methods for the <see cref="IServiceCollection"/> interface.
Expand Down

0 comments on commit 7efff8f

Please sign in to comment.