Skip to content

Commit

Permalink
Update src/GrpcSSEClient/GrpcSSEClient.csproj.
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Oct 22, 2024
1 parent 4837b85 commit c7c1511
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/GrpcSSEClient/GrpcSSEClient.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Grpc.Net.Client" Version="2.37.0" />
<PackageReference Include="Grpc.Tools" Version="2.37.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<Protobuf Include="../proto/messages.proto" GrpcServices="Client" />
</ItemGroup>

</Project>

0 comments on commit c7c1511

Please sign in to comment.