diff --git a/src/Framework/CustomBuildEventArgs.cs b/src/Framework/CustomBuildEventArgs.cs
index 3310b398844..9cd1892a7aa 100644
--- a/src/Framework/CustomBuildEventArgs.cs
+++ b/src/Framework/CustomBuildEventArgs.cs
@@ -10,12 +10,10 @@ namespace Microsoft.Build.Framework
///
/// Arguments for custom build events.
///
- // WARNING: marking a type [Serializable] without implementing
- // ISerializable imposes a serialization contract -- it is a
- // promise to never change the type's fields i.e. the type is
- // immutable; adding new fields in the next version of the type
- // without following certain special FX guidelines, can break both
- // forward and backward compatibility
+ ///
+ /// In MSBuild 17.8 and later, this type is deprecated; instead use .
+ /// For more information, see
+ ///
[Serializable]
public abstract class CustomBuildEventArgs : LazyFormattedBuildEventArgs
{