Pin certain system package versions to avoid downgrade errors

This commit is contained in:
Salman Ahmed 2022-12-19 18:27:19 +03:00
parent 396ac0436c
commit 2249c97a6f
1 changed files with 5 additions and 0 deletions

View File

@ -17,5 +17,10 @@
</PropertyGroup>
<ItemGroup>
<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>
</Project>