Bump dotnet SDK to dotnet 8. (#3500)

This commit is contained in:
Tingluo Huang
2024-10-16 12:32:51 -04:00
committed by GitHub
parent 9b3b554758
commit af8dee51e1
19 changed files with 61 additions and 46 deletions

View File

@@ -34,6 +34,7 @@ namespace GitHub.Services.Common
public String PropertyName { get; set; }
[Obsolete]
[SecurityCritical]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
{

View File

@@ -127,6 +127,7 @@ namespace GitHub.Services.Common
EventId = (int)info.GetValue("m_eventId", typeof(int));
}
[Obsolete]
[SecurityCritical]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
{