<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />

SpecCons

enum SpecCons
namespace Microsoft.CSharp.RuntimeBinder.Semantics { internal enum SpecCons { None = 0, New = 1, Ref = 2, Val = 4 } }