From a73ba32700ef1fb6f6248b7ee29b2ed2db01e827 Mon Sep 17 00:00:00 2001 From: lincube Date: Sat, 25 Apr 2026 22:51:43 +0800 Subject: [PATCH] Enable centralized package versioning Add and with true to Directory.Packages.props to enable centralized package version management across the repository. This allows package versions to be controlled from this single file instead of individual project files. --- Directory.Packages.props | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Directory.Packages.props b/Directory.Packages.props index b68aef9..565c4ce 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,3 +1,6 @@ + + + true