Skip to content

Commit

Permalink
fix: removed private NuGet package Wemogy.Testing and replaced with F…
Browse files Browse the repository at this point in the history
…luentAssertions and Microsoft.AspNetCore.Mvc.Testing
  • Loading branch information
SebastianKuesters committed Jun 25, 2024
1 parent 044c5ae commit a468ea2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.6" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0"/>
<PackageReference Include="Wemogy.Testing" Version="0.1.8" />
<PackageReference Include="xunit" Version="2.4.2"/>
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit a468ea2

Please sign in to comment.