File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 102102 </PropertyGroup >
103103
104104 <ItemGroup >
105- <PackageReference Include =" ppy.osu.Framework.Android" Version =" 2026.508.2 " />
105+ <PackageReference Include =" ppy.osu.Framework.Android" Version =" 2026.508.3 " />
106106 <!-- `ppy.osu.Framework.NativeLibs` is a transitive dependency of `ppy.osu.Framework`
107107 that ships desktop-only natives (Linux/macOS/Windows) under `runtimes/<rid>/native/`
108108 — including a bare Linux `libbass.so`/`libbass_fx.so`/`libbassmix.so` for linux-arm64.
Original file line number Diff line number Diff line change 1313using osu . Framework . Graphics . Textures ;
1414using osu . Framework . Testing ;
1515using osu . Game . Audio ;
16- using osu . Game . Configuration ;
1716using osu . Game . Rulesets . Osu ;
1817using osu . Game . Skinning ;
1918using osu . Game . Tests . Beatmaps ;
@@ -30,9 +29,6 @@ public partial class TestSceneBeatmapSkinLookupDisables : OsuTestScene
3029 private BeatmapSkinSource beatmapSource ;
3130 private SkinRequester requester ;
3231
33- [ Resolved ]
34- private OsuConfigManager config { get ; set ; }
35-
3632 [ SetUp ]
3733 public void SetUp ( ) => Schedule ( ( ) =>
3834 {
Original file line number Diff line number Diff line change 3838 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3939 </PackageReference >
4040 <PackageReference Include =" Realm" Version =" 20.1.0" />
41- <PackageReference Include =" ppy.osu.Framework" Version =" 2026.508.2 " />
41+ <PackageReference Include =" ppy.osu.Framework" Version =" 2026.508.3 " />
4242 <!--
4343 Explicitly pin `ppy.Veldrid.SPIRV` to the winnerspiros fork build that
4444 `ppy.osu.Framework 2026.507.1` was compiled against.This version is the only
Original file line number Diff line number Diff line change 3333 <SuppressTrimAnalysisWarnings >true</SuppressTrimAnalysisWarnings >
3434 </PropertyGroup >
3535 <ItemGroup >
36- <PackageReference Include =" ppy.osu.Framework.iOS" Version =" 2026.508.2 " />
36+ <PackageReference Include =" ppy.osu.Framework.iOS" Version =" 2026.508.3 " />
3737 </ItemGroup >
3838</Project >
You can’t perform that action at this time.
0 commit comments