Bump runner to dotnet 8 (#3345)

* Bump runner to dotnet 8

* .
This commit is contained in:
Tingluo Huang
2024-06-18 11:28:53 -04:00
committed by GitHub
parent 3f28dd845f
commit 1e74a8137b
18 changed files with 58 additions and 43 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)
{