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

Update framework (except android)

This commit is contained in:
Dean Herbert 2025-01-18 00:25:06 +09:00
parent ec1a473593
commit e753e3ee2f
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

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.115.0" />
<PackageReference Include="ppy.osu.Framework" Version="2025.117.0" />
<PackageReference Include="ppy.osu.Game.Resources" Version="2024.1224.0" />
<PackageReference Include="Sentry" Version="5.0.0" />
<!-- 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.115.0" />
<PackageReference Include="ppy.osu.Framework.iOS" Version="2025.117.0" />
</ItemGroup>
</Project>