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

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net6</TargetFramework>

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

</Project>