<PackageReference Include="Google.Protobuf" Version="3.34.0" />

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`.