Skip to content

Commit

Permalink
Bump TUnit and TUnit.Core
Browse files Browse the repository at this point in the history
Bumps [TUnit](https://github.com/thomhurst/TUnit) and [TUnit.Core](https://github.com/thomhurst/TUnit). These dependencies needed to be updated together.

Updates `TUnit` from 0.6.43 to 0.6.81
- [Commits](https://github.com/thomhurst/TUnit/commits)

Updates `TUnit.Core` from 0.6.43 to 0.6.81
- [Commits](https://github.com/thomhurst/TUnit/commits)

---
updated-dependencies:
- dependency-name: TUnit
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: TUnit.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 11, 2025
1 parent 3ae045b commit 531e789
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Merlin.TUnit.RealDevices/Merlin.TUnit.RealDevices.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="TUnit" Version="0.6.43" />
<PackageReference Include="TUnit" Version="0.6.81" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Merlin.TUnit/Merlin.TUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="TUnit" Version="0.6.43" />
<PackageReference Include="TUnit" Version="0.6.81" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Sandbox.TUnit/Sandbox.TUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" Version="17.13.1" />
<PackageReference Include="TUnit" Version="0.6.43" />
<PackageReference Include="TUnit" Version="0.6.81" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Saucery.TUnit/Saucery.TUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="TUnit" Version="0.6.43" />
<PackageReference Include="TUnit.Core" Version="0.6.43" />
<PackageReference Include="TUnit" Version="0.6.81" />
<PackageReference Include="TUnit.Core" Version="0.6.81" />
<None Include="Images\Saucery.TUnit.128x128.png" Pack="true" PackagePath="\" />
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
Expand Down

0 comments on commit 531e789

Please sign in to comment.