2017-06-13 00:04:25 -07:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2017-08-17 23:07:28 -07:00
|
|
|
<TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks>
|
2017-06-13 00:04:25 -07:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\TestLibrary\TestLibrary.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|