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