Remove gRPC template workarounds (#10026)

This commit is contained in:
John Luo 2019-05-07 13:57:15 -07:00 committed by GitHub
parent 18faf4ad7a
commit 58447bee31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -5,9 +5,7 @@
</PropertyGroup>
<ItemGroup>
<Protobuf Include="Protos\greet.proto" GrpcServices="Server" Generator="MSBuild:Compile"/>
<Content Include="@(Protobuf)" />
<None Remove="@(Protobuf)" />
<Protobuf Include="Protos\greet.proto" GrpcServices="Server" />
</ItemGroup>
<ItemGroup>