2018-06-11 07:51:15 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
2017-02-12 13:42:49 +00:00
|
|
|
<PropertyGroup>
|
2018-06-11 07:51:15 +00:00
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
2017-02-12 13:42:49 +00:00
|
|
|
</PropertyGroup>
|
2018-06-11 07:51:15 +00:00
|
|
|
|
2019-08-13 18:30:04 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
2019-08-15 09:26:55 +00:00
|
|
|
<NoWarn>1701;1702</NoWarn>
|
2019-08-13 18:30:04 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2017-02-12 13:42:49 +00:00
|
|
|
<ItemGroup>
|
2019-08-14 18:48:40 +00:00
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
|
|
|
|
<PackageReference Include="xunit" Version="2.4.1" />
|
|
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
|
|
|
</PackageReference>
|
2017-02-12 13:42:49 +00:00
|
|
|
</ItemGroup>
|
2018-06-11 07:51:15 +00:00
|
|
|
|
2017-06-26 09:43:55 +00:00
|
|
|
<ItemGroup>
|
2018-06-11 07:51:15 +00:00
|
|
|
<ProjectReference Include="..\Tapeti\Tapeti.csproj" />
|
2017-06-26 09:43:55 +00:00
|
|
|
</ItemGroup>
|
2018-06-11 07:51:15 +00:00
|
|
|
|
2019-08-13 18:30:04 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<Folder Include="Core\" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2018-06-11 07:51:15 +00:00
|
|
|
</Project>
|