Remove unused Elsa.Webhooks.Extensions import

The Elsa.Webhooks.Extensions import was removed from various Program.cs files because it doesn't exist anymore.
This commit is contained in:
Sipke Schoorstra 2024-01-26 14:52:31 +01:00
parent 4a3ae96ed9
commit d693cb7f8f
3 changed files with 0 additions and 3 deletions

View file

@ -3,7 +3,6 @@ using Elsa.EntityFrameworkCore.Extensions;
using Elsa.EntityFrameworkCore.Modules.Management;
using Elsa.EntityFrameworkCore.Modules.Runtime;
using Elsa.Extensions;
using Elsa.Webhooks.Extensions;
using Microsoft.AspNetCore.Mvc;
const bool useMassTransit = true;

View file

@ -2,7 +2,6 @@ using Elsa.EntityFrameworkCore.Modules.Management;
using Elsa.EntityFrameworkCore.Modules.Runtime;
using Elsa.Extensions;
using Elsa.Samples.AspNet.Onboarding.WorkflowServer.Workflows;
using Elsa.Webhooks.Extensions;
var builder = WebApplication.CreateBuilder(args);

View file

@ -1,7 +1,6 @@
using System;
using Elsa.Extensions;
using Elsa.Samples.AspNet.Webhooks.WorkflowServer.Workflows;
using Elsa.Webhooks.Extensions;
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;