Skip to content

Commit 566c0a5

Browse files
committed
Switched from FluentAssertions to AwesomeAssertions
1 parent 20e2993 commit 566c0a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<ItemGroup>
33
<PackageVersion Include="BenchmarkDotNet" Version="0.14.0" />
4-
<PackageVersion Include="FluentAssertions" Version="[7.0.0]" />
4+
<PackageVersion Include="AwesomeAssertions" Version="8.1.0" />
55
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.2.2" />
66
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.1" />
77
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.1" />

tests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Import Condition="exists('$(ParentPropsFile)') " Project="$(ParentPropsFile)"/>
1010

1111
<ItemGroup>
12-
<PackageReference Include="FluentAssertions"/>
12+
<PackageReference Include="AwesomeAssertions"/>
1313
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
1414
<PackageReference Include="NSubstitute"/>
1515
<PackageReference Include="Serilog.Extensions.Logging"/>

0 commit comments

Comments
 (0)