20 lines
519 B
XML
20 lines
519 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<Description>
|
|
Provides multitenancy middleware
|
|
</Description>
|
|
<PackageTags>elsa module multitenancy</PackageTags>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Elsa.Http\Elsa.Http.csproj" />
|
|
<ProjectReference Include="..\Elsa.Tenants\Elsa.Tenants.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|