mirror of
https://github.com/m-lamonaca/script-launcher.git
synced 2025-05-15 17:47:11 +00:00
Allow installation as dotnet tool
This commit is contained in:
parent
150685acee
commit
a4fe1ba84a
2 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<Version>0.1.0</Version>
|
||||
<PackAsTool>true</PackAsTool>
|
||||
<ToolCommandName>script-launcher</ToolCommandName>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue