13 lines
294 B
XML
13 lines
294 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>net5.0</TargetFramework>
|
||
|
|
||
|
<PackAsTool>true</PackAsTool>
|
||
|
<ToolCommandName>proj2</ToolCommandName>
|
||
|
<PackageOutputPath>./nupkg</PackageOutputPath>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
</Project>
|