1
0
mirror of synced 2024-06-29 07:17:39 +00:00
Tapeti/Tapeti.Tests/Tapeti.Tests.csproj

26 lines
659 B
XML
Raw Normal View History

2018-06-11 07:51:15 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2018-06-11 07:51:15 +00:00
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
2018-06-11 07:51:15 +00:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>
<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" />
</ItemGroup>
2018-06-11 07:51:15 +00:00
<ItemGroup>
2018-06-11 07:51:15 +00:00
<ProjectReference Include="..\Tapeti\Tapeti.csproj" />
</ItemGroup>
2018-06-11 07:51:15 +00:00
<ItemGroup>
<Folder Include="Core\" />
</ItemGroup>
2018-06-11 07:51:15 +00:00
</Project>