Skip to content

Commit

Permalink
Update Elsa.Api.Client to version 3.0.0-preview.926
Browse files Browse the repository at this point in the history
The project reference to Elsa.Api.Client has been removed. Instead, the project now directly references the updated package version, 3.0.0-preview.926, which should help streamline and simplify dependency management.
  • Loading branch information
sfmskywalker committed Dec 28, 2023
1 parent 93e05f3 commit 23817c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/framework/Elsa.Studio.Core/Elsa.Studio.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
<PackageReference Include="ThrottleDebounce" Version="2.0.0"/>
</ItemGroup>

<ItemGroup Label="Elsa">
<ProjectReference Include="..\..\..\..\..\elsa-core\v3\src\clients\Elsa.Api.Client\Elsa.Api.Client.csproj"/>
</ItemGroup>

<!-- <ItemGroup Label="Elsa">-->
<!-- <PackageReference Include="Elsa.Api.Client" Version="3.0.0-preview.924"/>-->
<!-- <ProjectReference Include="..\..\..\..\..\elsa-core\v3\src\clients\Elsa.Api.Client\Elsa.Api.Client.csproj"/>-->
<!-- </ItemGroup>-->

<ItemGroup Label="Elsa">
<PackageReference Include="Elsa.Api.Client" Version="3.0.0-preview.926"/>
</ItemGroup>

</Project>

0 comments on commit 23817c7

Please sign in to comment.