Skip to content

Commit

Permalink
Change the namespace to Microsoft.Extensions.DependencyInjection.Exte…
Browse files Browse the repository at this point in the history
…nsions
  • Loading branch information
hishamco committed Dec 1, 2023
1 parent 00ad7cb commit 80b385a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
Expand Up @@ -11,7 +11,6 @@
using OrchardCore.DisplayManagement.Handlers;
using OrchardCore.DisplayManagement.Views;
using OrchardCore.Environment.Shell;
using OrchardCore.Environment.Shell.Builders;
using OrchardCore.Settings;
using OrchardCore.Sms.ViewModels;

Expand Down
Expand Up @@ -2,14 +2,14 @@
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection.Extensions;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using OrchardCore.DisplayManagement;
using OrchardCore.DisplayManagement.Descriptors;
using OrchardCore.DisplayManagement.Handlers;
using OrchardCore.DisplayManagement.Layout;
using OrchardCore.DisplayManagement.ModelBinding;
using OrchardCore.Environment.Shell.Builders;
using OrchardCore.Workflows.Activities;
using OrchardCore.Workflows.Options;

Expand Down
@@ -1,10 +1,10 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Extensions.DependencyInjection.Extensions;
using Microsoft.Extensions.Localization;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using OrchardCore.Environment.Shell.Builders;
using OrchardCore.Workflows.Activities;
using OrchardCore.Workflows.Options;

Expand Down
Expand Up @@ -2,7 +2,6 @@
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;
using Microsoft.Extensions.Options;
using OrchardCore.Environment.Shell.Builders;
using OrchardCore.Sms.Services;

namespace OrchardCore.Sms;
Expand Down

0 comments on commit 80b385a

Please sign in to comment.