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 75f17fe commit 5005ad7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/DiffEngine.Tests/DiffEngine.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="MarkdownSnippets.MsBuild" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="Argon" />
<PackageReference Include="Xunit" />
<PackageReference Include="xunit.v3" />
<PackageReference Include="xunit.runner.visualstudio" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" PrivateAssets="all" />
<PackageReference Include="XunitContext" />
Expand Down
4 changes: 2 additions & 2 deletions src/DiffEngineTray.Tests/DiffEngineTray.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<PackageReference Include="Argon" />
<PackageReference Include="Verify.DiffPlex" />
<PackageReference Include="Verify.WinForms" />
<PackageReference Include="Verify.Xunit" />
<PackageReference Include="Verify.XunitV3" />
<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="XunitContext" />
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<PackageVersion Include="Verify.DiffPlex" Version="3.1.0" />
<PackageVersion Include="Verify.ImageMagick" Version="3.5.0" />
<PackageVersion Include="Verify.WinForms" Version="4.0.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" />
<PackageVersion Include="XunitContext" Version="3.3.2" />
</ItemGroup>
Expand Down

0 comments on commit 5005ad7

Please sign in to comment.