Skip to content

Commit

Permalink
Update Elsa.Api.Client version in Elsa.Studio.Core
Browse files Browse the repository at this point in the history
The project references for Elsa.Api.Client were changed from a direct project reference to a package reference. The package version used has also been updated to 3.0.0-preview.932.
  • Loading branch information
sfmskywalker committed Dec 28, 2023
1 parent c4c32f1 commit e77c8d0
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.926"/>-->
<!-- <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.932"/>
</ItemGroup>

</Project>

0 comments on commit e77c8d0

Please sign in to comment.