mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
11 lines
270 B
XML
11 lines
270 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|