Skip to content

Commit

Permalink
Update Elsa.Studio packages to version 3.0.0-preview.174
Browse files Browse the repository at this point in the history
The Elsa.Studio, Elsa.Studio.Login.BlazorWasm, and Elsa.Studio.Core.BlazorWasm packages have been updated to version 3.0.0-preview.174 across multiple projects. The updated packages should provide the latest functionalities and fixes from the Elsa framework.
  • Loading branch information
sfmskywalker committed Dec 28, 2023
1 parent 5d936ad commit 382abfd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Elsa.Studio" Version="3.0.0-preview.172"/>
<PackageReference Include="Elsa.Studio.Login.BlazorWasm" Version="3.0.0-preview.172"/>
<PackageReference Include="Elsa.Studio" Version="3.0.0-preview.174"/>
<PackageReference Include="Elsa.Studio.Login.BlazorWasm" Version="3.0.0-preview.174"/>
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions src/bundles/Elsa.Studio.Web/Elsa.Studio.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Elsa.Studio" Version="3.0.0-preview.172"/>
<PackageReference Include="Elsa.Studio.Login.BlazorWasm" Version="3.0.0-preview.172"/>
<PackageReference Include="Elsa.Studio" Version="3.0.0-preview.174"/>
<PackageReference Include="Elsa.Studio.Login.BlazorWasm" Version="3.0.0-preview.174"/>
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Elsa.Studio" Version="3.0.0-preview.172"/>
<PackageReference Include="Elsa.Studio.Core.BlazorWasm" Version="3.0.0-preview.172"/>
<PackageReference Include="Elsa.Studio.Login.BlazorWasm" Version="3.0.0-preview.172"/>
<PackageReference Include="Elsa.Studio" Version="3.0.0-preview.174"/>
<PackageReference Include="Elsa.Studio.Core.BlazorWasm" Version="3.0.0-preview.174"/>
<PackageReference Include="Elsa.Studio.Login.BlazorWasm" Version="3.0.0-preview.174"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 382abfd

Please sign in to comment.