mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-11 21:12:16 +01:00
Update NuGet packages (#728)
* Update NuGet pacakges * . * . * 3 * FluentBuilder * 10000 * typo * f * . * net6 * fix build * t * t2 * net6 * . * <PackageReference Include="System.Text.Encodings.Web" Version="4.7.2" /> * . * ... * . * fix
This commit is contained in:
@@ -4,20 +4,10 @@
|
||||
"Matchers": [
|
||||
{
|
||||
"Name": "WildcardMatcher",
|
||||
"Patterns": [ "/static/mapping", "/static/mapping2" ]
|
||||
"Pattern": "/static/mapping",
|
||||
}
|
||||
]
|
||||
},
|
||||
"Body": {
|
||||
"Matcher": {
|
||||
"Name": "JsonMatcher",
|
||||
"Pattern": {
|
||||
"post1": "value 1",
|
||||
"post2": "value 2"
|
||||
},
|
||||
"IgnoreCase": true
|
||||
}
|
||||
},
|
||||
"Methods": [
|
||||
"get",
|
||||
"post"
|
||||
|
||||
Reference in New Issue
Block a user