Skip to content

Commit 99e882b

Browse files
committed
Update framework
1 parent b9afece commit 99e882b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

osu.Android.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
1111
</PropertyGroup>
1212
<ItemGroup>
13-
<PackageReference Include="ppy.osu.Framework.Android" Version="2025.418.0" />
13+
<PackageReference Include="ppy.osu.Framework.Android" Version="2025.419.0" />
1414
</ItemGroup>
1515
<PropertyGroup>
1616
<!-- Fody does not handle Android build well, and warns when unchanged.

osu.Game/osu.Game.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3636
</PackageReference>
3737
<PackageReference Include="Realm" Version="20.1.0" />
38-
<PackageReference Include="ppy.osu.Framework" Version="2025.418.0" />
38+
<PackageReference Include="ppy.osu.Framework" Version="2025.419.0" />
3939
<PackageReference Include="ppy.osu.Game.Resources" Version="2025.321.0" />
4040
<PackageReference Include="Sentry" Version="5.1.1" />
4141
<!-- Held back due to 0.34.0 failing AOT compilation on ZstdSharp.dll dependency. -->

osu.iOS.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<MtouchInterpreter>-all</MtouchInterpreter>
1818
</PropertyGroup>
1919
<ItemGroup>
20-
<PackageReference Include="ppy.osu.Framework.iOS" Version="2025.418.0" />
20+
<PackageReference Include="ppy.osu.Framework.iOS" Version="2025.419.0" />
2121
</ItemGroup>
2222
</Project>

0 commit comments

Comments
 (0)