mirror of
https://github.com/osukey/osukey.git
synced 2025-05-01 19:57:25 +09:00
Update framework
This commit is contained in:
parent
99ad78cdd6
commit
ecac6299c6
@ -10,7 +10,7 @@
|
|||||||
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
|
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="ppy.osu.Framework.Android" Version="2022.1216.1" />
|
<PackageReference Include="ppy.osu.Framework.Android" Version="2022.1219.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<LinkDescription Include="$(MSBuildThisFileDirectory)\osu.Android\Linker.xml"/>
|
<LinkDescription Include="$(MSBuildThisFileDirectory)\osu.Android\Linker.xml"/>
|
||||||
|
@ -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.1216.1" />
|
<PackageReference Include="ppy.osu.Framework" Version="2022.1219.0" />
|
||||||
<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" />
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<RuntimeIdentifier>iossimulator-x64</RuntimeIdentifier>
|
<RuntimeIdentifier>iossimulator-x64</RuntimeIdentifier>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="ppy.osu.Framework.iOS" Version="2022.1216.1" />
|
<PackageReference Include="ppy.osu.Framework.iOS" Version="2022.1219.0" />
|
||||||
</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…
x
Reference in New Issue
Block a user