use Google.Protobuf namespace for C#
This commit is contained in:
parent
4d86c2b495
commit
359d32d4f7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ package tutorial;
|
|||
|
||||
option java_package = "com.example.tutorial";
|
||||
option java_outer_classname = "AddressBookProtos";
|
||||
option csharp_namespace = "Google.ProtocolBuffers.Examples.AddressBook";
|
||||
option csharp_namespace = "Google.Protobuf.Examples.AddressBook";
|
||||
|
||||
message Person {
|
||||
string name = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue