2025-02-09 21:33:50 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2025-02-09 21:35:37 +01:00
|
|
|
<TargetFramework>net6</TargetFramework>
|
2025-02-09 21:33:50 +01:00
|
|
|
|
|
|
|
<PackAsTool>true</PackAsTool>
|
|
|
|
<ToolCommandName>proj1</ToolCommandName>
|
|
|
|
<PackageOutputPath>./nupkg</PackageOutputPath>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|