mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 23:01:44 +01:00
22 lines
754 B
XML
22 lines
754 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
|||
|
|
|||
|
<IsPackable>false</IsPackable>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="15.8.166" />
|
|||
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
|
|||
|
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
|
|||
|
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="..\CapnpC.CSharp.Generator.Tests\CapnpC.CSharp.Generator.Tests.csproj" />
|
|||
|
<ProjectReference Include="..\CapnpC.CSharp.MsBuild.Generation\CapnpC.CSharp.MsBuild.Generation.csproj" />
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
</Project>
|