Skip to content

Commit 6524241

Browse files
dependabot[bot]martincostello
andauthoredNov 20, 2023
Bump the xunit group with 2 updates (#1815)
* Bump the xunit group with 2 updates Bumps the xunit group with 2 updates: [xunit](https://github.com/xunit/xunit) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `xunit` from 2.6.1 to 2.6.2 - [Commits](xunit/xunit@2.6.1...2.6.2) Updates `xunit.runner.visualstudio` from 2.5.3 to 2.5.4 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.3...2.5.4) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: xunit - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: xunit ... Signed-off-by: dependabot[bot] <[email protected]> * Bump xunit.runner.console to 2.6.2 Update xunit.runner.console to 2.6.2 to match other xunit packages. --------- 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 98426cd commit 6524241

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Directory.Packages.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<PackageVersion Include="System.Threading.RateLimiting" Version="$(MicrosoftExtensionsVersion)" />
4040
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
4141
<PackageVersion Include="System.ValueTuple" Version="4.5.0" />
42-
<PackageVersion Include="xunit" Version="2.6.1" />
43-
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.3" />
42+
<PackageVersion Include="xunit" Version="2.6.2" />
43+
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.4" />
4444
</ItemGroup>
4545
</Project>

‎build.cake

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var configuration = Argument<string>("configuration", "Release");
99
// EXTERNAL NUGET TOOLS
1010
//////////////////////////////////////////////////////////////////////
1111

12-
#Tool "xunit.runner.console&version=2.6.1"
12+
#Tool "xunit.runner.console&version=2.6.2"
1313
#Tool "dotnet-stryker&version=3.11.1"
1414

1515
//////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)
Please sign in to comment.