We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe61c5 commit dc8f052Copy full SHA for dc8f052
osu.Game/osu.Game.csproj
@@ -25,7 +25,8 @@
25
</PackageReference>
26
<PackageReference Include="DiffPlex" Version="1.9.0" />
27
<PackageReference Include="HtmlAgilityPack" Version="1.12.4" />
28
- <PackageReference Include="Humanizer" Version="3.0.10" />
+ <!-- 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" />
30
<PackageReference Include="MessagePack" Version="3.1.4" />
31
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="10.0.5" />
32
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="10.0.5" />
0 commit comments