1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-18 01:03:24 +00:00

fix dependency hell

This commit is contained in:
Kyle Spearrin
2019-06-27 13:41:32 -04:00
parent 88aea96034
commit 775bee3546
4 changed files with 10 additions and 5 deletions

View File

@@ -75,5 +75,10 @@
<Name>Core</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="NETStandard.Library">
<Version>2.0.3</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
</Project>