Update AwesomeAssertions to version 9 (#1309)

This commit is contained in:
Stef Heyenrath
2025-06-06 21:06:38 +02:00
committed by GitHub
parent 8917a6eaaa
commit c1bd2d315f
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
// Copyright © WireMock.Net
global using System.Linq;
global using FluentAssertions;
global using FluentAssertions.Execution;
global using AwesomeAssertions;
global using AwesomeAssertions.Execution;