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:
parent
e5ba9a8a9d
commit
c117ebaad1
|
|
@ -27,6 +27,6 @@
|
|||
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ElsaStudioVersion>3.2.0-rc3.443</ElsaStudioVersion>
|
||||
<ElsaStudioVersion>3.2.0-rc3</ElsaStudioVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Loading…
Reference in a new issue