1
0
Fork 0
pre-commit/testing/resources/dotnet_hooks_combo_repo/proj1/proj1.csproj
Daniel Baumann 596669cb31
Merging upstream version 2.19.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 21:33:50 +01:00

12 lines
294 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<PackAsTool>true</PackAsTool>
<ToolCommandName>proj1</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
</PropertyGroup>
</Project>