Skip to content

Commit cd4fdc9

Browse files
committed
create dotnet tool 6pack
1 parent b3f8ccf commit cd4fdc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DotFastLZ.Packaging.Tools/DotFastLZ.Packaging.Tools.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<OutputType>Exe</OutputType>
55
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
66
<AssemblyName>6pack</AssemblyName>
7+
<ToolCommandName>6pack</ToolCommandName>
8+
<PackAsTool>true</PackAsTool>
79
<PackageId>DotFastLZ.Packaging.Tools</PackageId>
810
<PackageReadmeFile>README.md</PackageReadmeFile>
911
<Authors>ikpil</Authors>

0 commit comments

Comments
 (0)