mirror of
https://github.com/Corsinvest/cv4pve-pepper.git
synced 2025-03-09 15:39:57 +00:00
Improve log
This commit is contained in:
parent
2453fee884
commit
a08c9d7852
2 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<Version>1.3.7</Version>
|
<Version>1.3.8</Version>
|
||||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||||
<AssemblyName>cv4pve-pepper</AssemblyName>
|
<AssemblyName>cv4pve-pepper</AssemblyName>
|
||||||
<Company>Corsinvest Srl</Company>
|
<Company>Corsinvest Srl</Company>
|
||||||
|
@ -19,6 +19,6 @@
|
||||||
<TrimmerRootAssembly Include="System.Net.WebClient" />
|
<TrimmerRootAssembly Include="System.Net.WebClient" />
|
||||||
|
|
||||||
<!-- <ProjectReference Include="..\..\..\cv4pve-api-dotnet\src\Corsinvest.ProxmoxVE.Api.Shell\Corsinvest.ProxmoxVE.Api.Shell.csproj" /> -->
|
<!-- <ProjectReference Include="..\..\..\cv4pve-api-dotnet\src\Corsinvest.ProxmoxVE.Api.Shell\Corsinvest.ProxmoxVE.Api.Shell.csproj" /> -->
|
||||||
<PackageReference Include="Corsinvest.ProxmoxVE.Api.Shell" Version="2.6.10" />
|
<PackageReference Include="Corsinvest.ProxmoxVE.Api.Shell" Version="2.6.11" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
|
@ -40,8 +40,6 @@ namespace Corsinvest.ProxmoxVE.Pepper
|
||||||
.DependOn(app, CommandOptionExtension.HOST_OPTION_NAME);
|
.DependOn(app, CommandOptionExtension.HOST_OPTION_NAME);
|
||||||
optRemoteViewer.Accepts().ExistingFile();
|
optRemoteViewer.Accepts().ExistingFile();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
app.OnExecute(() =>
|
app.OnExecute(() =>
|
||||||
{
|
{
|
||||||
var client = app.ClientTryLogin();
|
var client = app.ClientTryLogin();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue