1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 13:32:54 +08:00

Downgrade realm to work around crashes on latest release

See https://github.com/ppy/osu/issues/27577.
This commit is contained in:
Dean Herbert 2024-03-12 15:41:50 +08:00
parent 301750f77f
commit 83052fe1d9
No known key found for this signature in database

View File

@ -35,7 +35,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Realm" Version="11.7.0" />
<PackageReference Include="Realm" Version="11.5.0" />
<PackageReference Include="ppy.osu.Framework" Version="2024.306.0" />
<PackageReference Include="ppy.osu.Game.Resources" Version="2024.309.0" />
<PackageReference Include="Sentry" Version="3.41.3" />