mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 14:51:41 +01:00
25 lines
900 B
XML
25 lines
900 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="BenchmarkDotNet" Version="0.12.0" />
|
|
<PackageReference Include="Capnp.Net.Runtime" Version="1.3.88-g218ad92525" />
|
|
<PackageReference Include="CapnpC.CSharp.MsBuild.Generation" Version="1.2.138" />
|
|
<PackageReference Include="Google.Protobuf" Version="3.11.3" />
|
|
<PackageReference Include="Grpc.Net.Client" Version="2.27.0" />
|
|
<PackageReference Include="Grpc.Tools" Version="2.27.0">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Protobuf Include="Protos\Echo.proto" GrpcServices="Client" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|