diff options
author | crupest <crupest@outlook.com> | 2020-07-21 10:28:35 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-07-21 10:28:35 +0800 |
commit | 221ad9ecadb31de548aef7f578fadbc089c53109 (patch) | |
tree | 852e02b136858fe7453bc945c05621971b0ba9a7 /Timeline.Tests/packages.lock.json | |
parent | 8b541f2fd693614c22e0ea5cca9296a0c0c71bd3 (diff) | |
download | timeline-221ad9ecadb31de548aef7f578fadbc089c53109.tar.gz timeline-221ad9ecadb31de548aef7f578fadbc089c53109.tar.bz2 timeline-221ad9ecadb31de548aef7f578fadbc089c53109.zip |
Add junit logger for test.
Diffstat (limited to 'Timeline.Tests/packages.lock.json')
-rw-r--r-- | Timeline.Tests/packages.lock.json | 6 |
1 files changed, 6 insertions, 0 deletions
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, )",
|