From 1c6271b6a53dfea9a96848ce260639e4a076b10b Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Tue, 12 Nov 2024 11:04:51 +0100 Subject: [PATCH] Remove obsolete HttpContextExtensions reference and update NuGet URL Removed the redundant Compile Remove directive for HttpContextExtensions in the project file. Also updated the NuGet feed URL for Webhooks Core Preview in the configuration file to reflect the correct source. --- NuGet.Config | 40 +++++++++---------- .../Elsa.Webhooks/Elsa.Webhooks.csproj | 4 -- 2 files changed, 20 insertions(+), 24 deletions(-) diff --git a/NuGet.Config b/NuGet.Config index 2bc8f77617..31400bd46d 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -1,24 +1,24 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/modules/Elsa.Webhooks/Elsa.Webhooks.csproj b/src/modules/Elsa.Webhooks/Elsa.Webhooks.csproj index b110590be3..d433d0dd27 100644 --- a/src/modules/Elsa.Webhooks/Elsa.Webhooks.csproj +++ b/src/modules/Elsa.Webhooks/Elsa.Webhooks.csproj @@ -17,8 +17,4 @@ - - - - \ No newline at end of file