<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />

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); } }