System.Web.Script.Serialization is part of System.Web.Extensions which is .NET Framework only. For .NET Core compatibility this should be replaced with System.Text.Json.Serialization
System.Web.Script.Serialization is part of System.Web.Extensions which is .NET Framework only.
For .NET Core compatibility this should be replaced with System.Text.Json.Serialization