Remove gRPC template workarounds (#10026)
This commit is contained in:
parent
18faf4ad7a
commit
58447bee31
|
|
@ -5,9 +5,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Protobuf Include="Protos\greet.proto" GrpcServices="Server" Generator="MSBuild:Compile"/>
|
<Protobuf Include="Protos\greet.proto" GrpcServices="Server" />
|
||||||
<Content Include="@(Protobuf)" />
|
|
||||||
<None Remove="@(Protobuf)" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue