Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump TUnit packages to 1.19.74
Update TUnit and TUnit.Core package versions in Directory.Packages.props from 1.19.57 to 1.19.74 to align the centrally managed package versions used by the solution.
  • Loading branch information
SimonCropp committed Mar 17, 2026
commit 5e936c38a73e0ab7ce81b597775f6976b006d03a
4 changes: 2 additions & 2 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<!-- keep at 4.5.0 -->
<PackageVersion Include="System.ValueTuple" Version="4.5.0" Pinned="true" />
<PackageVersion Include="TextCopy" Version="6.2.1" />
<PackageVersion Include="TUnit" Version="1.19.57" />
<PackageVersion Include="TUnit.Core" Version="1.19.57" />
<PackageVersion Include="TUnit" Version="1.19.74" />
<PackageVersion Include="TUnit.Core" Version="1.19.74" />
<PackageVersion Include="xunit.v3" Version="3.2.2" />
<PackageVersion Include="xunit.v3.extensibility.core" Version="3.2.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
Expand Down
Loading