Update ElsaStudioVersion to 3.3.0-preview.658

This change updates the ElsaStudioVersion property in Directory.Build.props from version 3.3.0-preview.584 to 3.3.0-preview.658. The update aims to incorporate the latest features and bug fixes provided in the newer preview version of Elsa Studio.
This commit is contained in:
Sipke Schoorstra 2024-12-01 11:45:31 +01:00
parent bda80c82e3
commit 3fb123dde2

View file

@ -37,7 +37,7 @@
<NoWarn>$(NoWarn);IL2026;IL2046;IL2057;IL2067;IL2070;IL2072;IL2075;IL2087;IL2091</NoWarn>
</PropertyGroup>
<PropertyGroup>
<ElsaStudioVersion>3.3.0-preview.584</ElsaStudioVersion>
<ElsaStudioVersion>3.3.0-preview.658</ElsaStudioVersion>
<SystemTextJsonVersion>8.0.5</SystemTextJsonVersion>
</PropertyGroup>
</Project>