elsa-core/test/unit/Elsa.ExternalAuthentication.UnitTests/Elsa.ExternalAuthentication.UnitTests.csproj

16 lines
798 B
XML
Raw Normal View History

2026-07-24 16:59:17 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Include>[Elsa.ExternalAuthentication]*</Include>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\src\clients\Elsa.Api.Client\Elsa.Api.Client.csproj" />
2026-07-24 16:59:17 +00:00
<ProjectReference Include="..\..\..\src\common\Elsa.Testing.Shared\Elsa.Testing.Shared.csproj" />
<ProjectReference Include="..\..\..\src\modules\Elsa.ExternalAuthentication\Elsa.ExternalAuthentication.csproj" />
<ProjectReference Include="..\..\..\src\modules\Elsa.ExternalAuthentication.OpenIdConnect\Elsa.ExternalAuthentication.OpenIdConnect.csproj" />
<ProjectReference Include="..\..\..\src\modules\Elsa.ExternalAuthentication.Secrets\Elsa.ExternalAuthentication.Secrets.csproj" />
</ItemGroup>
</Project>