Skip to content

Commit

Permalink
chore(deps): update tunit to 0.9.6 (#1735)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
thomhurst and renovate-bot authored Feb 1, 2025
1 parent 42c9d8e commit 3766bfb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
<PackageVersion Include="Testcontainers.PostgreSql" Version="4.1.0" />
<PackageVersion Include="trxparser" Version="0.5.0" />
<PackageVersion Include="Verify.NUnit" Version="28.9.0" />
<PackageVersion Include="TUnit" Version="0.9.2" />
<PackageVersion Include="TUnit.Core" Version="0.9.2" />
<PackageVersion Include="TUnit.Assertions" Version="0.9.2" />
<PackageVersion Include="TUnit" Version="0.9.6" />
<PackageVersion Include="TUnit.Core" Version="0.9.6" />
<PackageVersion Include="TUnit.Assertions" Version="0.9.6" />
<PackageVersion Include="Verify.TUnit" Version="28.9.0" />
<PackageVersion Include="Vogen" Version="6.0.0" />
<PackageVersion Include="xunit" Version="2.9.3" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="TUnit" Version="0.9.2" />
<PackageReference Include="TUnit" Version="0.9.6" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="TUnit.Playwright" Version="0.9.2" />
<PackageReference Include="TUnit.Playwright" Version="0.9.6" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion TUnit.Templates/content/TUnit/TestProject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="TUnit" Version="0.9.2" />
<PackageReference Include="TUnit" Version="0.9.6" />
</ItemGroup>

</Project>

0 comments on commit 3766bfb

Please sign in to comment.