14 lines
382 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-04-21 21:17:34 +02:00
<PackageReference Include="Capnp.Net.Runtime" Version="1.3.92-gdb2d6bce2e" />
<PackageReference Include="CapnpC.CSharp.MsBuild.Generation" Version="1.3.92-gdb2d6bce2e" />
2020-02-08 18:36:21 +01:00
</ItemGroup>
</Project>