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