DotNetCorePlugins/test/TestProjects/NetCoreApp2App/NetCoreApp2App.csproj

13 lines
277 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ReferencedLibv2\ReferencedLibv2.csproj" />
</ItemGroup>
</Project>