From 2c246484d3809c5aa0c637992ea710b7071d98b4 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Tue, 30 Apr 2024 09:14:59 -0700 Subject: [PATCH] Add editions-specific required fields to the required fields allow-list. PiperOrigin-RevId: 629433997 --- editions/BUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editions/BUILD b/editions/BUILD index 2cfd511e61fd..c78f0af10a37 100644 --- a/editions/BUILD +++ b/editions/BUILD @@ -260,7 +260,7 @@ upb_proto_reflection_library( deps = ["test_messages_proto3_editions_proto"], ) -# Export these for conformance tests for ruby codegen. +# Export these for conformance tests for ruby and C# codegen. exports_files( [ "golden/test_messages_proto2_editions.proto", @@ -268,6 +268,7 @@ exports_files( ], visibility = [ "//ruby:__pkg__", + "//src/google/protobuf/csharp:__pkg__", ], )