Skip to content

Commit

Permalink
try to fix System.Runtime.CompilerServices.Unsafe issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fealebenpae committed May 16, 2019
1 parent 9fbd149 commit 98a5e55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Realm/Realm/Realm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Fody" Version="4.0.2" PrivateAssets="None" />
<PackageReference Include="Nito.AsyncEx.Context" Version="5.0.0" />
<PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.2" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.1" />
<PackageReference Include="Remotion.Linq" Version="2.2.0" />
<PackageReference Include="StyleCop.MSBuild" Version="6.0.0" Condition="'$(MSBuildRuntimeType)' != 'Core'" PrivateAssets="All" />
<ProjectReference Include="..\Realm.Fody\Realm.Fody.csproj" PrivateAssets="None" />
Expand Down
1 change: 1 addition & 0 deletions Tests/Tests.Android/Tests.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<PackageReference Include="Xamarin.Android.Support.v4" Version="28.0.0" />
<PackageReference Include="Xamarin.Android.Support.v7.CardView" Version="28.0.0" />
<PackageReference Include="Xamarin.Android.Support.v7.MediaRouter" Version="28.0.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.1" />
</ItemGroup>
<ItemGroup>
<Compile Include="MainActivity.cs" />
Expand Down

0 comments on commit 98a5e55

Please sign in to comment.