Skip to content

Commit

Permalink
chore(deps): update tunit to 0.9.0 (#1726)
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 Jan 30, 2025
1 parent c0fdd77 commit 8a455c4
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.8.12" />
<PackageVersion Include="TUnit.Core" Version="0.8.12" />
<PackageVersion Include="TUnit.Assertions" Version="0.8.12" />
<PackageVersion Include="TUnit" Version="0.9.0" />
<PackageVersion Include="TUnit.Core" Version="0.9.0" />
<PackageVersion Include="TUnit.Assertions" Version="0.9.0" />
<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.8.12" />
<PackageReference Include="TUnit" Version="0.9.0" />
</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.8.12" />
<PackageReference Include="TUnit.Playwright" Version="0.9.0" />
</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.8.12" />
<PackageReference Include="TUnit" Version="0.9.0" />
</ItemGroup>

</Project>

0 comments on commit 8a455c4

Please sign in to comment.