Cosmos/source/Kernel/Cosmos.CPU/Cosmos.CPU.csproj
2017-07-21 14:57:47 -04:00

11 lines
No EOL
242 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Cosmos.Shared\Cosmos.Shared.csproj" />
</ItemGroup>
</Project>