Skip to content

Commit a411ff2

Browse files
Bump dependency GitHubActionsTestLogger to v3 (#585)
* Bump dependency GitHubActionsTestLogger to v3 | datasource | package | from | to | | ---------- | ----------------------- | ----- | ----- | | nuget | GitHubActionsTestLogger | 2.4.1 | 3.0.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Disable MTP v1 Switch to xunit.v3.mtp-off to disable MTP v1. --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Martin Costello <[email protected]>
1 parent 300c1f8 commit a411ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/TodoApp.Tests/TodoApp.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
</PropertyGroup>
99
<ItemGroup>
1010
<FrameworkReference Include="Microsoft.AspNetCore.App" />
11-
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
11+
<PackageReference Include="GitHubActionsTestLogger" Version="3.0.0" />
1212
<PackageReference Include="MartinCostello.Logging.XUnit.v3" Version="0.7.0" />
1313
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.0" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1515
<PackageReference Include="Microsoft.Playwright" Version="1.56.0" />
1616
<PackageReference Include="Verify.XunitV3" Version="31.7.2" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
18-
<PackageReference Include="xunit.v3" Version="3.2.0" />
18+
<PackageReference Include="xunit.v3.mtp-off" Version="3.2.0" />
1919
</ItemGroup>
2020
<ItemGroup>
2121
<Content Include="xunit.runner.json;xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />

0 commit comments

Comments
 (0)