Skip to content

Commit

Permalink
define proto file on csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahman committed Jan 20, 2022
1 parent 8ab6e32 commit 67be28f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/GrpcServer/GrpcServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
</PropertyGroup>

<ItemGroup>
<Protobuf Include="..\..\protos\exchange_rates.proto" Link="Protos\exchange_rates.proto" GrpcServices="Server" />
<Protobuf Include="..\..\protos\exchange_rates.proto" Link="Protos\exchange_rates.proto" GrpcServices="Server" />
<Protobuf Include="..\..\protos\streamer.proto" Link="Protos\streamer.proto" GrpcServices="Server" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 67be28f

Please sign in to comment.