1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-23 03:43:00 +08:00

Update framework

Pulls in fix for https://github.com/ppy/osu/issues/31956.
This commit is contained in:
Bartłomiej Dach 2025-02-20 14:38:54 +01:00
parent 4c934dae51
commit d8bba16809
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Framework.Android" Version="2025.220.0" />
<PackageReference Include="ppy.osu.Framework.Android" Version="2025.220.1" />
</ItemGroup>
<PropertyGroup>
<!-- Fody does not handle Android build well, and warns when unchanged.

View File

@ -35,7 +35,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Realm" Version="20.1.0" />
<PackageReference Include="ppy.osu.Framework" Version="2025.220.0" />
<PackageReference Include="ppy.osu.Framework" Version="2025.220.1" />
<PackageReference Include="ppy.osu.Game.Resources" Version="2025.217.0" />
<PackageReference Include="Sentry" Version="5.1.1" />
<!-- Held back due to 0.34.0 failing AOT compilation on ZstdSharp.dll dependency. -->

View File

@ -17,6 +17,6 @@
<MtouchInterpreter>-all</MtouchInterpreter>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Framework.iOS" Version="2025.220.0" />
<PackageReference Include="ppy.osu.Framework.iOS" Version="2025.220.1" />
</ItemGroup>
</Project>