mirror of
https://github.com/ppy/osu
synced 2025-02-18 03:16:57 +00:00
Update framework
This commit is contained in:
parent
ce408eaac0
commit
e63b544167
@ -52,7 +52,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="ppy.osu.Game.Resources" Version="2022.1207.0" />
|
<PackageReference Include="ppy.osu.Game.Resources" Version="2022.1207.0" />
|
||||||
<PackageReference Include="ppy.osu.Framework.Android" Version="2022.1213.0" />
|
<PackageReference Include="ppy.osu.Framework.Android" Version="2022.1216.1" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup Label="Transitive Dependencies">
|
<ItemGroup Label="Transitive Dependencies">
|
||||||
<!-- Realm needs to be directly referenced in all Xamarin projects, as it will not pull in its transitive dependencies otherwise. -->
|
<!-- Realm needs to be directly referenced in all Xamarin projects, as it will not pull in its transitive dependencies otherwise. -->
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="Realm" Version="10.18.0" />
|
<PackageReference Include="Realm" Version="10.18.0" />
|
||||||
<PackageReference Include="ppy.osu.Framework" Version="2022.1213.0" />
|
<PackageReference Include="ppy.osu.Framework" Version="2022.1216.1" />
|
||||||
<PackageReference Include="ppy.osu.Game.Resources" Version="2022.1207.0" />
|
<PackageReference Include="ppy.osu.Game.Resources" Version="2022.1207.0" />
|
||||||
<PackageReference Include="Sentry" Version="3.23.1" />
|
<PackageReference Include="Sentry" Version="3.23.1" />
|
||||||
<PackageReference Include="SharpCompress" Version="0.32.2" />
|
<PackageReference Include="SharpCompress" Version="0.32.2" />
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
</PackageReference>
|
</PackageReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="ppy.osu.Framework.iOS" Version="2022.1204.0" />
|
<PackageReference Include="ppy.osu.Framework.iOS" Version="2022.1216.1" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<!-- OpenTabletDriver contains P/Invokes to the "Quartz" framework for native macOS code.
|
<!-- OpenTabletDriver contains P/Invokes to the "Quartz" framework for native macOS code.
|
||||||
This leads iOS linker into attempting to include that framework, despite not existing on such platform.
|
This leads iOS linker into attempting to include that framework, despite not existing on such platform.
|
||||||
|
Loading…
Reference in New Issue
Block a user