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