12 lines
280 B
XML
12 lines
280 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFrameworks>netcoreapp2.2;net461</TargetFrameworks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\TestLibrary\TestLibrary.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|