Skip to content

Commit

Permalink
semicolon between alpha and beta proto filePath
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalaiselvi84 committed Apr 30, 2024
1 parent d8bda14 commit 47b2327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/csharp/sdk/csharp-sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
</ItemGroup>

<ItemGroup>
<Protobuf Include="../proto/sdk/sdk.proto;../proto/sdk/alpha/alpha.proto../proto/sdk/beta/beta.proto" AdditionalImportDirs="../proto/googleapis" GrpcServices="Client" />
<Protobuf Include="../proto/sdk/sdk.proto;../proto/sdk/alpha/alpha.proto;../proto/sdk/beta/beta.proto" AdditionalImportDirs="../proto/googleapis" GrpcServices="Client" />
</ItemGroup>
</Project>

0 comments on commit 47b2327

Please sign in to comment.