<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.CodeDom.Compiler.GeneratedCodeAttribute

public sealed class GeneratedCodeAttribute : Attribute
namespace System.CodeDom.Compiler { public sealed class GeneratedCodeAttribute : Attribute { public string Tool { get; } public string Version { get; } public GeneratedCodeAttribute(string tool, string version); } }