elsa-core/src/modules/Elsa.Identity/Elsa.Identity.csproj
Sipke Schoorstra 397c8b3acf
Add Elsa Pro Studio Blazor Server project and restructure dependencies
Introduced a new Blazor Server project, `ElsaProStudio.BlazorServer`, with all required assets, configurations, and dependencies. Restructured the server and core projects by replacing package references with project references for CShells and Elsa modules, and updated various configurations to align with the new setup.
2026-02-13 21:30:38 +01:00

20 lines
619 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>
Provides a default identity solution.
</Description>
<PackageTags>elsa module identity security</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AspNetCore.Authentication.ApiKey" />
<ProjectReference Include="..\..\..\..\cshells\src\CShells.FastEndpoints.Abstractions\CShells.FastEndpoints.Abstractions.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\common\Elsa.Api.Common\Elsa.Api.Common.csproj" />
</ItemGroup>
</Project>