DotNetCorePlugins/test/TestProjects/NetCoreApp2App/NetCoreApp2App.csproj

13 lines
270 B
XML

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