Created
June 13, 2020 05:16
-
-
Save finesse-fingers/179852c9b3d61ca58ca4adb5ca3acfd2 to your computer and use it in GitHub Desktop.
Link a proto from a shared location in a csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ItemGroup> | |
<Protobuf Include="..\Protos\greet.proto" GrpcServices="Server" Link="Protos\greet.proto" /> | |
</ItemGroup> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment