-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMandMCounter.Tests.csproj
More file actions
25 lines (21 loc) · 950 Bytes
/
MandMCounter.Tests.csproj
File metadata and controls
25 lines (21 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<IsPackable>false</IsPackable>
<DebugType>Full</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="coverlet.msbuild" Version="6.0.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeCoverage" Version="18.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageReference Include="MSTest.TestAdapter" Version="4.1.0" />
<PackageReference Include="MSTest.TestFramework" Version="4.1.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MandMCounter.Core\MandMCounter.Core.csproj" />
<ProjectReference Include="..\MandMCounter.Service\MandMCounter.Service.csproj" />
</ItemGroup>
</Project>