Skip to content

Commit dc8f052

Browse files
committed
Downgrade humanizer
1 parent bfe61c5 commit dc8f052

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

osu.Game/osu.Game.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
</PackageReference>
2626
<PackageReference Include="DiffPlex" Version="1.9.0" />
2727
<PackageReference Include="HtmlAgilityPack" Version="1.12.4" />
28-
<PackageReference Include="Humanizer" Version="3.0.10" />
28+
<!-- Held back due to .NET 9 requirement. See https://github.com/Humanizr/Humanizer?tab=readme-ov-file#supported-frameworks-->
29+
<PackageReference Include="Humanizer" Version="2.14.1" />
2930
<PackageReference Include="MessagePack" Version="3.1.4" />
3031
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="10.0.5" />
3132
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="10.0.5" />

0 commit comments

Comments
 (0)