<PackageReference Include="Google.Protobuf" Version="3.35.0-rc2" />

Google.Protobuf.WellKnownTypes.Syntax

public enum Syntax
The syntax in which a protocol buffer element is defined.

Syntax `editions`.

Proto2 = 0

Syntax `proto2`.

Proto3 = 1

Syntax `proto3`.