mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-11 03:37:11 +02:00
change tests and add OpenCover
This commit is contained in:
23
test/WireMock.Net.Tests/project.json
Normal file
23
test/WireMock.Net.Tests/project.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"version": "1.0.0-*",
|
||||
"authors": [ "Stef Heyenrath" ],
|
||||
|
||||
"frameworks": {
|
||||
"net452": {
|
||||
"frameworkAssemblies": {
|
||||
"System.Net.Http": { "type": "build" }
|
||||
},
|
||||
|
||||
"dependencies": {
|
||||
"dotnet-test-nunit": "3.4.0-beta-3",
|
||||
"Moq": "4.7.0",
|
||||
"NFluent": "1.3.1",
|
||||
"NUnit": "3.6.0",
|
||||
"SimMetrics.Net": "1.0.1.0",
|
||||
"WireMock.Net": { "target": "project" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"testRunner": "nunit"
|
||||
}
|
||||
Reference in New Issue
Block a user