mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 23:01:44 +01:00
18 lines
400 B
XML
18 lines
400 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Protobuf Include="..\Benchmark\Protos\Echo.proto" GrpcServices="Server">
|
|
<Link>Protos\Echo.proto</Link>
|
|
</Protobuf>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Grpc.AspNetCore" Version="2.24.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|