彻底剥离.NET4.0/.NET4.5,以netstandard2.0为主线,少量针对NETCOREAPP的特别优化
智能大石头
authored at
2021-12-22 10:06:37
X
using System;
using System.Collections.Generic;
using System.Text;
namespace System.Web.Script.Serialization
{
/// <summary>忽略Json序列化</summary>
public class ScriptIgnoreAttribute : Attribute { }
}
|