Skip to content
Merged
Show file tree
Hide file tree
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 from 0.57.63 to 0.57.65
---
updated-dependencies:
- dependency-name: TUnit
  dependency-version: 0.57.65
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: TUnit
  dependency-version: 0.57.65
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2025
commit 46b8fe90aafa86d6083097a383753e5a64f3a3f7
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="TUnit" Version="0.57.63" />
<PackageReference Include="TUnit" Version="0.57.65" />
</ItemGroup>

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

<ItemGroup>
Expand Down
Loading