Skip to content

Commit

Permalink
Downgrade realm to work around crashes on latest release
Browse files Browse the repository at this point in the history
See #27577.
  • Loading branch information
peppy committed Mar 12, 2024
1 parent 301750f commit 83052fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/osu.Game.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit 83052fe

Please sign in to comment.