feature/checkForNewerPackagesAndDatabases #2

Merged
ProfessionalUwU merged 4 commits from feature/checkForNewerPackagesAndDatabases into dev 2023-06-18 17:40:03 +02:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit a1c1a0d5b0 - Show all commits

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;