mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-23 08:48:28 +02:00
Add check for duplicate Guids when posting multiple mappings in one request (#795)
* Add check for DuplicateGuids * Add check for duplicate Guids when posting mapping(s) * mappingModels * fix ut
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)' != 'net452' and '$(TargetFramework)' != 'net461'">
|
||||
<PackageReference Include="FluentAssertions" Version="6.5.1" />
|
||||
<PackageReference Include="FluentAssertions" Version="6.7.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)' != 'net452'">
|
||||
|
||||
Reference in New Issue
Block a user