mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
12 lines
314 B
XML
12 lines
314 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
<OutputType>exe</OutputType>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Cosmos.TestRunner.Full\Cosmos.TestRunner.Full.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|