Fixed missing reference.

This commit is contained in:
José Pedro 2018-10-07 21:00:52 +01:00
parent 16e2bf83cf
commit c4cb3d1c7f
No known key found for this signature in database
GPG key ID: B8247B9301707B83

View file

@ -9,6 +9,11 @@
<InternalsVisibleTo Include="Cosmos.System.Tests" Key="Cosmos" />
</ItemGroup>
<ItemGroup>
<!-- IL2CPU needs this for the Unsafe intrinsics -->
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.4.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Cosmos.Common\Cosmos.Common.csproj" />
<ProjectReference Include="..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />