Skip to content

Commit 46cf6c7

Browse files
Bump GitHubActionsTestLogger from 2.4.1 to 3.0.0 (#1202)
* Bump GitHubActionsTestLogger from 2.4.1 to 3.0.0 --- updated-dependencies: - dependency-name: GitHubActionsTestLogger dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Disable MTP v1 Switch to xunit.v3.mtp-off to disable MTP v1. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Costello <[email protected]>
1 parent 5951c63 commit 46cf6c7

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,7 +8,7 @@
88
<ItemGroup>
99
<FrameworkReference Include="Microsoft.AspNetCore.App" />
1010
<PackageReference Include="coverlet.msbuild" Version="6.0.4" PrivateAssets="All" />
11-
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
11+
<PackageReference Include="GitHubActionsTestLogger" Version="3.0.0" />
1212
<PackageReference Include="JustEat.HttpClientInterception" Version="5.1.2" />
1313
<PackageReference Include="MartinCostello.Logging.XUnit.v3" Version="0.7.0" />
1414
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.0" />
@@ -17,7 +17,7 @@
1717
<PackageReference Include="ReportGenerator" Version="5.5.0" />
1818
<PackageReference Include="Shouldly" Version="4.3.0" />
1919
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
20-
<PackageReference Include="xunit.v3" Version="3.2.0" />
20+
<PackageReference Include="xunit.v3.mtp-off" Version="3.2.0" />
2121
</ItemGroup>
2222
<ItemGroup>
2323
<Content Include="oauth-http-bundle.json;xunit.runner.json;xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />

0 commit comments

Comments
 (0)