21 lines
629 B
XML
Raw Normal View History

2020-02-09 13:49:21 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
2020-02-22 21:31:59 +01:00
<PlatformTarget>x64</PlatformTarget>
<DefineConstants></DefineConstants>
</PropertyGroup>
2020-02-09 13:49:21 +01:00
<ItemGroup>
<PackageReference Include="Capnp.Net.Runtime" Version="1.3.90-g65e87e5aa9" />
2020-04-21 19:02:18 +02:00
<PackageReference Include="CapnpC.CSharp.MsBuild.Generation" Version="1.3.90-g65e87e5aa9" />
2020-02-09 13:49:21 +01:00
</ItemGroup>
</Project>