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'">
|
|
|
|
<NoWarn>1701;1702;1591</NoWarn>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2017-02-12 13:42:49 +00:00
|
|
|
<ItemGroup>
|
2018-06-11 07:51:15 +00:00
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
|
|
|
|
<PackageReference Include="xunit" Version="2.3.1" />
|
|
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
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>
|