Skip to content

Commit

Permalink
remove Serializable attribute from GeneratedFileUsedEventArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
surayya-MS committed Mar 20, 2024
1 parent 7a27083 commit fb7031f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Framework/GeneratedFileUsedEventArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
namespace Microsoft.Build.Framework
{
/// <summary>
/// Arguments for the generated file used event
/// Arguments for the generated file used event.
/// </summary>
[Serializable]
public class GeneratedFileUsedEventArgs : BuildMessageEventArgs
{
public GeneratedFileUsedEventArgs()
Expand Down

0 comments on commit fb7031f

Please sign in to comment.