Add fluentassertions test framework

This commit is contained in:
ProfessionalUwU 2023-06-17 00:41:56 +02:00
parent 422909352e
commit a1c1a0d5b0
Signed by: ProfessionalUwU
GPG Key ID: 9F28CB1645C4BFB5
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">

View File

@ -1 +1,2 @@
global using Xunit;
global using FluentAssertions;