mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-10 02:02:30 +00:00
Fixed missing reference.
This commit is contained in:
parent
16e2bf83cf
commit
c4cb3d1c7f
1 changed files with 5 additions and 0 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue