Add project reference to HTTP Webhooks module

This commit is contained in:
Sipke Schoorstra 2026-08-17 23:51:52 +02:00
parent 5fd3a074c9
commit bde8b2ccf2
No known key found for this signature in database
GPG key ID: 5C10502B28A4268F

View file

@ -25,6 +25,7 @@
<ProjectReference Include="..\..\modules\Elsa.ExternalAuthentication.OpenIdConnect\Elsa.ExternalAuthentication.OpenIdConnect.csproj" />
<ProjectReference Include="..\..\modules\Elsa.ExternalAuthentication.Persistence.EFCore.Sqlite\Elsa.ExternalAuthentication.Persistence.EFCore.Sqlite.csproj" />
<ProjectReference Include="..\..\modules\Elsa.ExternalAuthentication.Secrets\Elsa.ExternalAuthentication.Secrets.csproj" />
<ProjectReference Include="..\..\modules\Elsa.Http.Webhooks\Elsa.Http.Webhooks.csproj" />
<ProjectReference Include="..\..\modules\Elsa.Http\Elsa.Http.csproj" />
<ProjectReference Include="..\..\modules\Elsa.Identity\Elsa.Identity.csproj" />
<ProjectReference Include="..\..\modules\Elsa.Persistence.EFCore.Sqlite\Elsa.Persistence.EFCore.Sqlite.csproj" />