You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
785 B
25 lines
785 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
|
|
<IsPackable>false</IsPackable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
|
|
<PackageReference Include="Moq" Version="4.18.4" />
|
|
<PackageReference Include="MSTest.TestAdapter" Version="2.2.7" />
|
|
<PackageReference Include="MSTest.TestFramework" Version="2.2.7" />
|
|
<PackageReference Include="coverlet.collector" Version="3.1.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ApiLeapHit\ApiLeapHit.csproj" />
|
|
<ProjectReference Include="..\DataBase\DataBase.csproj" />
|
|
<ProjectReference Include="..\DTO\DTO.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|