diff --git a/src/Framework/CustomBuildEventArgs.cs b/src/Framework/CustomBuildEventArgs.cs index 9cd1892a7aa..a50c2edee3a 100644 --- a/src/Framework/CustomBuildEventArgs.cs +++ b/src/Framework/CustomBuildEventArgs.cs @@ -11,8 +11,13 @@ namespace Microsoft.Build.Framework /// Arguments for custom build events. /// /// - /// In MSBuild 17.8 and later, this type is deprecated; instead use . + /// [!CAUTION] + /// In .NET 8 and later and Visual Studio 17.8 and later, this type is deprecated; instead use . /// For more information, see + /// For recommended replacement, see . + /// ]]> /// [Serializable] public abstract class CustomBuildEventArgs : LazyFormattedBuildEventArgs