13 lines
280 B
XML
13 lines
280 B
XML
![]() |
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\TestLibrary\TestLibrary.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|