summaryrefslogtreecommitdiffstats
path: root/testing/resources/dotnet_hooks_combo_repo/proj2/proj2.csproj
blob: da451f7cc087de7fd525a87fc34aa12247d7ed38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net5.0</TargetFramework>

    <PackAsTool>true</PackAsTool>
    <ToolCommandName>proj2</ToolCommandName>
    <PackageOutputPath>./nupkg</PackageOutputPath>
  </PropertyGroup>

</Project>