mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
Added NoWarn="NU1604" to package references in the kernel projects. Fixed project reference paths in TRKernel.csproj. Project file cleanup.
13 lines
486 B
XML
13 lines
486 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
|
|
<ProjectReference Include="..\..\source\Cosmos.System2\Cosmos.System2.csproj" />
|
|
<ProjectReference Include="..\Cosmos.TestRunner.TestController\Cosmos.TestRunner.TestController.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|