Update ElsaStudioVersion in Directory.Build.props

Corrected the ElsaStudioVersion property to match the expected version format, removing the incorrect suffix. This ensures compatibility and proper version tracking in the build process.
This commit is contained in:
Sipke Schoorstra 2024-07-18 18:26:56 +02:00
parent e5ba9a8a9d
commit c117ebaad1

View file

@ -27,6 +27,6 @@
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
</PropertyGroup>
<PropertyGroup>
<ElsaStudioVersion>3.2.0-rc3.443</ElsaStudioVersion>
<ElsaStudioVersion>3.2.0-rc3</ElsaStudioVersion>
</PropertyGroup>
</Project>