From 68c5d53c75d5525420da1b41dabb9f6ad0f7c876 Mon Sep 17 00:00:00 2001 From: SyncFileContents Date: Fri, 14 Jun 2024 11:04:58 +1000 Subject: [PATCH] Sync Directory.Build.props --- Directory.Build.props | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 159f563..0a79d28 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -5,6 +5,8 @@ $([System.IO.Path]::GetFullPath($([System.IO.Directory]::GetFiles("$(MSBuildThisFileDirectory)", "*.sln")[0]))) $([System.IO.Path]::GetFileNameWithoutExtension($(SolutionPath))) $([System.IO.Path]::GetDirectoryName($(SolutionPath))) + + $(MSBuildThisFileFullPath) VERSION AUTHORS @@ -53,7 +55,7 @@ enable enable 9999 - CA1724;CA1034;CA1000; + CA1724;CA1034;CA1000;CA2260; True True latest-all