Cosmos/source/Cosmos.Common/Cosmos.Common.csproj
2020-11-22 14:42:10 +01:00

11 lines
262 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
</ItemGroup>
</Project>