1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-10 03:17:19 +08:00

Update framework

This commit is contained in:
Bartłomiej Dach 2025-02-25 12:57:38 +01:00
parent b776993d36
commit e97c2fee0d
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.1" />
<PackageReference Include="ppy.osu.Framework.Android" Version="2025.225.0" />
</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.1" />
<PackageReference Include="ppy.osu.Framework" Version="2025.225.0" />
<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.1" />
<PackageReference Include="ppy.osu.Framework.iOS" Version="2025.225.0" />
</ItemGroup>
</Project>