summaryrefslogtreecommitdiffstats
path: root/testing/resources/dotnet_hooks_sln_repo/dotnet_hooks_sln_repo.csproj
blob: e37296480ba43268c329ab31831ef94faefd3468 (plain)
1
2
3
4
5
6
7
8
9
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>netcoreapp3.1</TargetFramework>
    <PackAsTool>true</PackAsTool>
    <ToolCommandName>testeroni</ToolCommandName>
    <PackageOutputPath>./nupkg</PackageOutputPath>
  </PropertyGroup>
</Project>