-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathSystem.Diagnostics.Tracer.Tests.csproj
More file actions
28 lines (23 loc) · 997 Bytes
/
System.Diagnostics.Tracer.Tests.csproj
File metadata and controls
28 lines (23 loc) · 997 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
26
27
28
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<Nullable>annotations</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.4.1" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="ThisAssembly.Project" Version="2.1.2" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
<PackageReference Include="coverlet.collector" Version="3.2.0" />
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\System.Diagnostics.Tracer\System.Diagnostics.Tracer.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="WindowsBase" />
<ProjectProperty Include="CI" />
</ItemGroup>
</Project>