14 lines
371 B
XML
Raw Normal View History

2020-02-09 13:49:21 +01:00
<Project Sdk="Microsoft.NET.Sdk">
2020-02-08 18:36:21 +01:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
2020-02-22 23:47:56 +01:00
<PackageReference Include="Capnp.Net.Runtime" Version="1.3.32-g49c5e80436" />
2020-02-08 18:36:21 +01:00
<PackageReference Include="CapnpC.CSharp.MsBuild.Generation" Version="1.2.138" />
</ItemGroup>
</Project>