Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
austinlparker committed Jul 18, 2023
1 parent 674c027 commit 1b1a2a1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/cartservice/src/cartservice.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<StaticWebAssetsEnabled>false</StaticWebAssetsEnabled>
</PropertyGroup>

<ItemGroup>
Expand All @@ -21,8 +23,4 @@
<ItemGroup>
<Protobuf Include="**\*.proto" GrpcServices="Both" />
</ItemGroup>

<PropertyGroup>
<StaticWebAssetsEnabled>false</StaticWebAssetsEnabled>
</PropertyGroup>
</Project>

0 comments on commit 1b1a2a1

Please sign in to comment.