-
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathDisCatSharp.ApplicationCommands.Tests.csproj
More file actions
28 lines (23 loc) · 1.05 KB
/
DisCatSharp.ApplicationCommands.Tests.csproj
File metadata and controls
28 lines (23 loc) · 1.05 KB
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">
<Import Project="../../DisCatSharp.Targets/TestProject.targets" />
<Import Project="../../DisCatSharp.Targets/InternalsVisibleTo.targets" />
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="10.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\DisCatSharp\DisCatSharp.csproj" />
<ProjectReference Include="..\..\DisCatSharp.ApplicationCommands\DisCatSharp.ApplicationCommands.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="SplitTest\" />
</ItemGroup>
</Project>