|
|
@ -5,7 +5,7 @@ |
|
|
<PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<OutputType>Exe</OutputType> |
|
|
<OutputType>Exe</OutputType> |
|
|
<TargetFramework>net6.0</TargetFramework> |
|
|
<TargetFramework>net6.0</TargetFramework> |
|
|
<Version>5.0.0-rc.1</Version> |
|
|
<Version>5.0.0</Version> |
|
|
<PackAsTool>true</PackAsTool> |
|
|
<PackAsTool>true</PackAsTool> |
|
|
<ToolCommandName>labp</ToolCommandName> |
|
|
<ToolCommandName>labp</ToolCommandName> |
|
|
<PackageOutputPath>./nupkg</PackageOutputPath> |
|
|
<PackageOutputPath>./nupkg</PackageOutputPath> |
|
|
|