Add weird android package requirements

This commit is contained in:
Dean Herbert
2021-03-29 23:06:29 +09:00
parent d84c9251e6
commit 6f01070408
6 changed files with 28 additions and 0 deletions

View File

@ -35,5 +35,10 @@
<Name>osu.Game</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Formats.Asn1">
<Version>5.0.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
</Project>