Skip to content

Commit

Permalink
create dotnet tool 6pack
Browse files Browse the repository at this point in the history
  • Loading branch information
ikpil committed Mar 2, 2024
1 parent b3f8ccf commit cd4fdc9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<AssemblyName>6pack</AssemblyName>
<ToolCommandName>6pack</ToolCommandName>
<PackAsTool>true</PackAsTool>
<PackageId>DotFastLZ.Packaging.Tools</PackageId>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Authors>ikpil</Authors>
Expand Down

0 comments on commit cd4fdc9

Please sign in to comment.