Fix ExactMatcher and JsonMatcher not working for ISO dates as string (#1443)

This commit is contained in:
Stef Heyenrath
2026-04-17 13:32:26 +02:00
committed by GitHub
parent 02b7e3744e
commit 1e591d5f8a
7 changed files with 101 additions and 9 deletions

View File

@@ -30,7 +30,7 @@
<PackageReference Include="Stef.Validation" Version="0.2.0" />
<PackageReference Include="AnyOf" Version="0.5.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
<PackageReference Include="JsonConverter.Newtonsoft.Json" Version="0.8.0" />
<PackageReference Include="JsonConverter.Newtonsoft.Json" Version="0.9.0" />
</ItemGroup>
<ItemGroup>