diff options
author | crupest <crupest@outlook.com> | 2021-05-15 22:31:59 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-15 22:31:59 +0800 |
commit | b10261186393aacf6cf07491d322f0224c94158f (patch) | |
tree | 87ba89ba67f4d938b06e3b0cb08b3960a90c3675 /BackEnd/Timeline.Tests/Timeline.Tests.csproj | |
parent | 2a3c2d60cadbae348632ad9f2023367c5ea1e905 (diff) | |
download | timeline-b10261186393aacf6cf07491d322f0224c94158f.tar.gz timeline-b10261186393aacf6cf07491d322f0224c94158f.tar.bz2 timeline-b10261186393aacf6cf07491d322f0224c94158f.zip |
test: Use xunit logging output.
Diffstat (limited to 'BackEnd/Timeline.Tests/Timeline.Tests.csproj')
-rw-r--r-- | BackEnd/Timeline.Tests/Timeline.Tests.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BackEnd/Timeline.Tests/Timeline.Tests.csproj b/BackEnd/Timeline.Tests/Timeline.Tests.csproj index 127a6b9a..5336cd04 100644 --- a/BackEnd/Timeline.Tests/Timeline.Tests.csproj +++ b/BackEnd/Timeline.Tests/Timeline.Tests.csproj @@ -13,6 +13,7 @@ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="FluentAssertions" Version="5.10.3" />
+ <PackageReference Include="MartinCostello.Logging.XUnit" Version="0.1.1" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="5.0.6" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="5.0.5" />
|