Skip to content

Commit

Permalink
refs or cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Aug 11, 2024
1 parent a6b7374 commit 5c94534
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<PackageVersion Include="Verify.AngleSharp" Version="4.3.1" />
<PackageVersion Include="Verify.DiffPlex" Version="3.1.0" />
<PackageVersion Include="Verify.ImageMagick" Version="3.5.0" />
<PackageVersion Include="Verify.Xunit" Version="26.2.0" />
<PackageVersion Include="Xunit" Version="2.9.0" />
<PackageVersion Include="Verify.XunitV3" Version="26.2.0-beta.1" />
<PackageVersion Include="xunit.v3" Version="0.2.0-pre.69" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.0-pre.24" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<PackageReference Include="Verify.AngleSharp" />
<PackageReference Include="Verify.DiffPlex" />
<PackageReference Include="Verify.ImageMagick" />
<PackageReference Include="Xunit" />
<PackageReference Include="xunit.v3" />
<PackageReference Include="xunit.runner.visualstudio" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" PrivateAssets="all" />
<PackageReference Include="Verify.Xunit" />
<PackageReference Include="Verify.XunitV3" />
<ProjectReference Include="..\BlazorApp\BlazorApp.csproj" />
<ProjectReference Include="..\BlazorServerApp\BlazorServerApp.csproj" />
<ProjectReference Include="..\Verify.Blazor\Verify.Blazor.csproj" />
Expand Down

0 comments on commit 5c94534

Please sign in to comment.