Skip to content

Commit

Permalink
Improve log
Browse files Browse the repository at this point in the history
  • Loading branch information
franklupo committed Oct 19, 2020
1 parent 2453fee commit a08c9d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<Version>1.3.7</Version>
<Version>1.3.8</Version>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyName>cv4pve-pepper</AssemblyName>
<Company>Corsinvest Srl</Company>
Expand All @@ -19,6 +19,6 @@
<TrimmerRootAssembly Include="System.Net.WebClient" />

<!-- <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>
</Project>
2 changes: 0 additions & 2 deletions src/Corsinvest.ProxmoxVE.Pepper/Program.cs
Expand Up @@ -40,8 +40,6 @@ static int Main(string[] args)
.DependOn(app, CommandOptionExtension.HOST_OPTION_NAME);
optRemoteViewer.Accepts().ExistingFile();



app.OnExecute(() =>
{
var client = app.ClientTryLogin();
Expand Down

0 comments on commit a08c9d7

Please sign in to comment.