mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 02:37:25 +09:00
Pin certain system package versions to avoid downgrade errors
This commit is contained in:
parent
396ac0436c
commit
2249c97a6f
@ -17,5 +17,10 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="ppy.osu.Framework.iOS" Version="2022.1219.0" />
|
<PackageReference Include="ppy.osu.Framework.iOS" Version="2022.1219.0" />
|
||||||
|
|
||||||
|
<!-- Required since Veldrid references a library that depends on Microsoft.DotNet.PlatformAbstractions (2.0.3), which doesn't play nice with Realm. -->
|
||||||
|
<PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" />
|
||||||
|
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />
|
||||||
|
<PackageReference Include="System.Runtime.Handles" Version="4.3.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user