Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaMilosavljevic committed Nov 6, 2023
1 parent 49ed7f4 commit fcb9c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NuGet.Core/NuGet.Frameworks/FrameworkException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public FrameworkException(string message)
}

#if NET8_0_OR_GREATER
[Obsolete(DiagnosticId = "SYSLIB0051")] // add this attribute to the serialization ctor
[Obsolete(DiagnosticId = "SYSLIB0051")] // https://github.com/dotnet/docs/issues/34893
#endif
protected FrameworkException(SerializationInfo info, StreamingContext context) : base(info, context)
{
Expand Down

0 comments on commit fcb9c45

Please sign in to comment.