-
-
Notifications
You must be signed in to change notification settings - Fork 310
Expand file tree
/
Copy pathWolverine.RoutingSlip.Tests.csproj
More file actions
26 lines (21 loc) · 919 Bytes
/
Wolverine.RoutingSlip.Tests.csproj
File metadata and controls
26 lines (21 loc) · 919 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="Shouldly" />
<PackageReference Include="xunit" />
<PackageReference Include="xunit.runner.visualstudio" >
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="GitHubActionsTestLogger" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Wolverine.RoutingSlip\Wolverine.RoutingSlip.csproj"/>
</ItemGroup>
<ItemGroup>
<Content Include="$(SolutionDir)xunit.runner.json" CopyToOutputDirectory="PreserveNewest"/>
</ItemGroup>
</Project>