Cosmos/Tests/Cosmos.System.Tests/Cosmos.System.Tests.csproj
2020-11-14 19:07:21 +01:00

26 lines
984 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='|AnyCPU'">
<DefineConstants>TRACE;</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ApprovalTests" NoWarn="NU1701" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="MSTest.TestAdapter" />
<PackageReference Include="MSTest.TestFramework" />
<PackageReference Include="NSubstitute" Version="4.0.0" />
<PackageReference Include="NUnit" Version="3.11.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.13.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.HAL2\Cosmos.HAL2.csproj" />
<ProjectReference Include="..\..\source\Cosmos.System2\Cosmos.System2.csproj" />
</ItemGroup>
</Project>