Skip to content

Commit

Permalink
Bump xunit from 2.4.1 to 2.4.2 (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 23, 2022
1 parent 606e958 commit 25179e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<Project>{511a7984-f455-4a6e-adb9-9caac47ea079}</Project>
<Name>Humanizer</Name>
</ProjectReference>
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.devices" Version="2.5.25" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.13" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Humanizer.Tests.Uwp/Humanizer.Tests.Uwp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<Project>{511a7984-f455-4a6e-adb9-9caac47ea079}</Project>
<Name>Humanizer</Name>
</ProjectReference>
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.13" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Humanizer.Tests/Humanizer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="coverlet.collector" Version="3.1.2" PrivateAssets="all" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<ProjectReference Include="..\Humanizer\Humanizer.csproj" />
Expand Down

0 comments on commit 25179e9

Please sign in to comment.