mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-16 23:26:52 +01:00
28 lines
674 B
JSON
28 lines
674 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"authors": [ "Stef Heyenrath" ],
|
|
|
|
"buildOptions": { "debugType": "portable" },
|
|
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Testing.Abstractions": "1.0.0-preview2-003121",
|
|
"Moq": "4.7.1",
|
|
"NUnit": "3.6.1",
|
|
"dotnet-test-nunit": "3.4.0-beta-3",
|
|
"NFluent": "2.0.0-alpha",
|
|
"SimMetrics.Net": "1.0.1.0",
|
|
"WireMock.Net": { "target": "project" }
|
|
},
|
|
|
|
"frameworks": {
|
|
"net452": {
|
|
"frameworkAssemblies": {
|
|
"System.Net.Http": { "type": "build" }
|
|
},
|
|
"dependencies": {
|
|
}
|
|
}
|
|
},
|
|
|
|
"testRunner": "nunit"
|
|
} |