2023-10-19 18:00:43 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
2024-02-04 09:15:08 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="NSubstitute" />
|
|
|
|
|
|
<PackageReference Include="Azure.Messaging.ServiceBus" />
|
|
|
|
|
|
<PackageReference Include="Azure.ResourceManager.ServiceBus" />
|
|
|
|
|
|
</ItemGroup>
|
2023-10-19 18:00:43 +00:00
|
|
|
|
|
2024-02-04 09:15:08 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\..\..\src\common\Elsa.Testing.Shared\Elsa.Testing.Shared.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\..\src\modules\Elsa.AzureServiceBus\Elsa.AzureServiceBus.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\..\src\modules\Elsa.JavaScript\Elsa.JavaScript.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\..\src\modules\Elsa.Scheduling\Elsa.Scheduling.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\..\src\modules\Elsa.WorkflowProviders.BlobStorage\Elsa.WorkflowProviders.BlobStorage.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\..\src\modules\Elsa.Workflows.Api\Elsa.Workflows.Api.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\..\src\modules\Elsa.Workflows.Runtime\Elsa.Workflows.Runtime.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
2023-10-19 18:00:43 +00:00
|
|
|
|
|
|
|
|
|
|
</Project>
|