Skip to content

Commit

Permalink
Check in double ref
Browse files Browse the repository at this point in the history
  • Loading branch information
oveldman committed Feb 13, 2024
1 parent ca4668c commit a582bec
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions MadWorldVPS/MadWorld.Shared.gRPC/MadWorld.Shared.gRPC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<Protobuf Include="Protos\greet.proto">
<GrpcServices>Server</GrpcServices>
<Access>Public</Access>
<ProtoCompile>True</ProtoCompile>
<CompileOutputs>True</CompileOutputs>
<OutputDir>obj\Debug/net8.0/</OutputDir>
<Generator>MSBuild:Compile</Generator>
</Protobuf>
</ItemGroup>


<ItemGroup>
<Protobuf Include="Protos\greet.proto" GrpcServices="Both" />
</ItemGroup>
Expand Down

0 comments on commit a582bec

Please sign in to comment.