Skip to content

Commit

Permalink
Remove check with ICMP use port
Browse files Browse the repository at this point in the history
  • Loading branch information
franklupo committed Apr 29, 2021
1 parent 01fc6b3 commit f90910f
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<Version>1.3.9</Version>
<Version>1.4.0</Version>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyName>cv4pve-pepper</AssemblyName>
<Company>Corsinvest Srl</Company>
Expand All @@ -19,6 +19,12 @@
<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.11" />
<PackageReference Include="Corsinvest.ProxmoxVE.Api.Shell" Version="2.8.0" />
</ItemGroup>

<Target Name="SpicNSpan" AfterTargets="Clean">
<RemoveDir Directories="$(TargetDir)" />
<RemoveDir Directories="$(ProjectDir)$(BaseIntermediateOutputPath)" />
<RemoveDir Directories="$(ProjectDir)$(BaseOutputPath)" />
</Target>
</Project>

0 comments on commit f90910f

Please sign in to comment.