Skip to content

Commit

Permalink
build: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane ANDRE (E104915) committed Sep 2, 2024
1 parent 83849a6 commit 75b5926
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/MyNet.Humanizer.UnitTests/InflectorExtensionsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public void SingularizeWordsWithUnknownSingularity(string singular, string plura

[Theory, UseCulture("fr-FR")]
[ClassData(typeof(FrenchPluralTestSource))]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Major Code Smell", "S4144:Methods should not have identical implementations", Justification = "Check with different culture")]
public void PluralizeWordsWithUnknownPluralityFrench(string singular, string plural)
{
Assert.Equal(plural, plural.Pluralize(false));
Expand All @@ -52,7 +51,6 @@ public void PluralizeWordsWithUnknownPluralityFrench(string singular, string plu

[Theory, UseCulture("fr-FR")]
[ClassData(typeof(FrenchPluralTestSource))]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Major Code Smell", "S4144:Methods should not have identical implementations", Justification = "Check with different culture")]
public void SingularizeWordsWithUnknownSingularityFrench(string singular, string plural)
{
Assert.Equal(singular, singular.Singularize(false));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.24">
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.30">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/MyNet.Humanizer/MyNet.Humanizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MyNet.Utilities" Version="5.0.0-pre" />
<PackageReference Include="MyNet.Utilities" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 75b5926

Please sign in to comment.