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-22 22:35:06 +02:00
<PackageReference Include="Capnp.Net.Runtime" Version="1.3.97-g4f0abaac73" />
<PackageReference Include="CapnpC.CSharp.MsBuild.Generation" Version="1.3.97-g4f0abaac73" />
2020-02-08 18:36:21 +01:00
</ItemGroup>
</Project>