Browse Source

More clean up

davidfowl/common-services
David Fowler 1 year ago
committed by Reuben Bond
parent
commit
b48ba7b74b
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      src/Services/Basket/Basket.API/Basket.API.csproj

+ 1
- 3
src/Services/Basket/Basket.API/Basket.API.csproj View File

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


Loading…
Cancel
Save