<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>$(NetToolMinimum)</TargetFramework>
<OutputType>Exe</OutputType>
<IsPackable>true</IsPackable>
<PackAsTool>true</PackAsTool>
<ToolCommandName>genapi</ToolCommandName>
<PackageDescription>Tool to emit Roslyn based source code from input assemblies.</PackageDescription>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.CommandLine" />
<ProjectReference Include="..\Microsoft.DotNet.GenAPI\Microsoft.DotNet.GenAPI.csproj" />
</ItemGroup>
</Project>
|