From a60e8063142b2aab2c514163105426b7c727b13c Mon Sep 17 00:00:00 2001 From: Matthew John Cheetham Date: Thu, 18 Sep 2025 11:47:51 +0100 Subject: [PATCH] Directory.Build.props: don't include commit ID in version Since .NET SDK 8, the Informational Version attribute includes the commit ID of the current HEAD at build time. The product code relies on this value to be System.Version-compliant, so we should opt out of this new behaviour. https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/8.0/source-link Signed-off-by: Matthew John Cheetham --- Directory.Build.targets | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Directory.Build.targets b/Directory.Build.targets index 94263857e..578902043 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -3,6 +3,12 @@ $(GVFSVersion) + + + false