Skip to content

Commit

Permalink
Update Elsa.Api.Client version and reference method
Browse files Browse the repository at this point in the history
The Elsa.Api.Client version has been updated from 3.1.0-preview.1152 to 3.1.0-preview.1163 in the Directory.Packages.props file. Additionally, the reference method to the Elsa.Api.Client in the Elsa.Studio.Core project has been changed from a direct project reference to a package reference.
  • Loading branch information
sfmskywalker committed Mar 8, 2024
1 parent 1f7f921 commit 127bf45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageVersion Include="ShortGuid" Version="2.0.1"/>
<PackageVersion Include="ThrottleDebounce" Version="2.0.0"/>
<PackageVersion Include="BlazorMonaco" Version="3.1.0"/>
<PackageVersion Include="Elsa.Api.Client" Version="3.1.0-preview.1152"/>
<PackageVersion Include="Elsa.Api.Client" Version="3.1.0-preview.1163"/>
<PackageVersion Include="Refit" Version="7.0.0"/>
<PackageVersion Include="Refit.HttpClientFactory" Version="7.0.0"/>
</ItemGroup>
Expand Down
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 @@ -33,12 +33,12 @@
<PackageReference Include="ThrottleDebounce"/>
</ItemGroup>

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

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

<!-- <ItemGroup Label="Elsa">-->
<!-- <PackageReference Include="Elsa.Api.Client"/>-->
<!-- </ItemGroup>-->

</Project>

0 comments on commit 127bf45

Please sign in to comment.