mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 12:58:39 +00:00
12 lines
No EOL
316 B
XML
12 lines
No EOL
316 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard1.5</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Cosmos.HAL\Cosmos.HAL.csproj" />
|
|
<ProjectReference Include="..\..\Cosmos.Shared\Cosmos.Shared.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project> |