2017-06-13 00:04:25 -07:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2018-05-24 15:41:03 -07:00
|
|
|
<TargetFrameworks>netcoreapp2.2;net461</TargetFrameworks>
|
2017-06-13 00:04:25 -07:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\TestLibrary\TestLibrary.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|