aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Timeline.Tests/Timeline.Tests.csproj1
-rw-r--r--Timeline.Tests/packages.lock.json6
2 files changed, 7 insertions, 0 deletions
diff --git a/Timeline.Tests/Timeline.Tests.csproj b/Timeline.Tests/Timeline.Tests.csproj
index 7a3c0ae6..fc1a6ca4 100644
--- a/Timeline.Tests/Timeline.Tests.csproj
+++ b/Timeline.Tests/Timeline.Tests.csproj
@@ -12,6 +12,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="FluentAssertions" Version="5.10.3" />
+ <PackageReference Include="JunitXml.TestLogger" Version="2.1.32" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="3.1.5" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.0.0">
diff --git a/Timeline.Tests/packages.lock.json b/Timeline.Tests/packages.lock.json
index 6d2a51a3..c2cfec72 100644
--- a/Timeline.Tests/packages.lock.json
+++ b/Timeline.Tests/packages.lock.json
@@ -17,6 +17,12 @@
"System.Configuration.ConfigurationManager": "4.4.0"
}
},
+ "JunitXml.TestLogger": {
+ "type": "Direct",
+ "requested": "[2.1.32, )",
+ "resolved": "2.1.32",
+ "contentHash": "wZGZTal9/Nv3d66x0juUpU/JApWkdZhChnCUGeKz2C5Vz2G/vNxgc9VB7Q0i9uBpKijSrSNWHTeMQ2Pyv/Y/bg=="
+ },
"Microsoft.AspNet.WebApi.Client": {
"type": "Direct",
"requested": "[5.2.7, )",