summaryrefslogtreecommitdiffstats
path: root/testing/resources/dotnet_hooks_csproj_repo/dotnet_hooks_csproj_repo.csproj
blob: d2e556ac013ca0c0056bbc5a226c96140930a240 (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>