From 3baf11ea49a80fd23fdf3e82cc77a7b60bded473 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Mon, 26 May 2025 08:55:50 +0200 Subject: [PATCH] Use centralized property for ElsaStudio version Replaced hardcoded ElsaStudio version values with a centralized `ElsaStudioVersion` property. This ensures easier version management and reduces duplication across the project. --- Directory.Build.props | 3 --- Directory.Packages.props | 8 ++++---- src/apps/Directory.Build.props | 4 ++++ 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 52dede999..79b1b1640 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -36,7 +36,4 @@ $(NoWarn);IL2026;IL2046;IL2057;IL2067;IL2070;IL2072;IL2075;IL2087;IL2091 - - 3.5.0-preview.1019 - \ No newline at end of file diff --git a/Directory.Packages.props b/Directory.Packages.props index c8ae07c79..c277948ca 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -31,10 +31,10 @@ - - - - + + + + diff --git a/src/apps/Directory.Build.props b/src/apps/Directory.Build.props index 2e6c5f63d..9edfcd282 100644 --- a/src/apps/Directory.Build.props +++ b/src/apps/Directory.Build.props @@ -6,6 +6,10 @@ enable $(NoWarn);CS0162;CS1591 + + + 3.5.0-preview.1040 +