mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Remove no longer necessary workarounds from mobile props files
This commit is contained in:
@ -12,10 +12,6 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="ppy.osu.Framework.Android" Version="2022.1216.1" />
|
<PackageReference Include="ppy.osu.Framework.Android" Version="2022.1216.1" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup Label="Transitive Dependencies">
|
|
||||||
<!-- Realm needs to be directly referenced in all Xamarin projects, as it will not pull in its transitive dependencies otherwise. -->
|
|
||||||
<PackageReference Include="Realm" Version="10.18.0" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<LinkDescription Include="$(MSBuildThisFileDirectory)\osu.Android\Linker.xml"/>
|
<LinkDescription Include="$(MSBuildThisFileDirectory)\osu.Android\Linker.xml"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -15,15 +15,6 @@
|
|||||||
<PropertyGroup Condition="'$(Platform)' == 'iPhoneSimulator'">
|
<PropertyGroup Condition="'$(Platform)' == 'iPhoneSimulator'">
|
||||||
<RuntimeIdentifier>iossimulator-x64</RuntimeIdentifier>
|
<RuntimeIdentifier>iossimulator-x64</RuntimeIdentifier>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<!-- Workaround to make SignalR 5.x work properly, avoiding a runtime error (https://github.com/mono/mono/issues/20805#issuecomment-791440473) -->
|
|
||||||
<ItemGroup>
|
|
||||||
<PackageReference Include="System.Memory" Version="4.5.4">
|
|
||||||
<IncludeAssets>none</IncludeAssets>
|
|
||||||
</PackageReference>
|
|
||||||
<PackageReference Include="System.Buffers" Version="4.5.1">
|
|
||||||
<IncludeAssets>none</IncludeAssets>
|
|
||||||
</PackageReference>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="ppy.osu.Framework.iOS" Version="2022.1216.1" />
|
<PackageReference Include="ppy.osu.Framework.iOS" Version="2022.1216.1" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
Reference in New Issue
Block a user