Skip to content

Commit

Permalink
refs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Dec 20, 2024
1 parent 2b0b494 commit 5ac880b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<PackageVersion Include="System.IO.Hashing" Version="9.0.0" />
<PackageVersion Include="System.Memory" Version="4.6.0" />
<PackageVersion Include="TextCopy" Version="6.2.1" />
<PackageVersion Include="TUnit" Version="0.5.15" />
<PackageVersion Include="TUnit.Core" Version="0.5.15" />
<PackageVersion Include="TUnit" Version="0.5.22" />
<PackageVersion Include="TUnit.Core" Version="0.5.22" />
<PackageVersion Include="Xunit" Version="2.9.2" />
<PackageVersion Include="xunit.abstractions" Version="2.0.3" />
<PackageVersion Include="xunit.extensibility.execution" Version="2.9.2" />
Expand Down
2 changes: 1 addition & 1 deletion usages/TUnitNugetUsage/TUnitNugetUsage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<!-- begin-snippet: tunit-nugets -->
<PackageReference Include="TUnit" Version="0.5.15" />
<PackageReference Include="TUnit" Version="0.5.22" />
<PackageReference Include="Verify.TUnit" Version="28.6.1" />
<!-- end-snippet -->
</ItemGroup>
Expand Down

0 comments on commit 5ac880b

Please sign in to comment.