Browse Source

More clean up

pull/2106/head
David Fowler 1 year ago
parent
commit
f8275e28b8
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>
<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>


Loading…
Cancel
Save