Skip to content

Commit c4fc693

Browse files
Bump xunit from 2.4.1 to 2.4.2 (#122)
* Bump xunit from 2.4.1 to 2.4.2 Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/xunit/xunit/releases) - [Commits](xunit/xunit@2.4.1...2.4.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update NLog.Windows.Forms.Tests.csproj Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Julian Verdurmen <[email protected]>
1 parent 0d565db commit c4fc693

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NLog.Windows.Forms.Tests/NLog.Windows.Forms.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<AssemblyOriginatorKeyFile>NLog.snk</AssemblyOriginatorKeyFile>
2121
</PropertyGroup>
2222
<ItemGroup>
23-
<PackageReference Include="xunit" Version="2.4.1" />
24-
<PackageReference Include="xunit.extensibility.execution" Version="2.4.1" />
23+
<PackageReference Include="xunit" Version="2.4.2" />
24+
<PackageReference Include="xunit.extensibility.execution" Version="2.4.2" />
2525
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
2626
<PrivateAssets>all</PrivateAssets>
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
@@ -40,4 +40,4 @@
4040
<ItemGroup>
4141
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
4242
</ItemGroup>
43-
</Project>
43+
</Project>

0 commit comments

Comments
 (0)