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 28, 2021
1 parent d9a9d56 commit 8c59f1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Version>1.7.0</Version>
<Version>1.8.0</Version>
<Company>Corsinvest Srl</Company>
<Authors>Daniele Corsini</Authors>
<Copyright>Corsinvest Srl</Copyright>
Expand Down Expand Up @@ -33,7 +33,7 @@

<ItemGroup>
<!-- <ProjectReference Include="..\..\..\cv4pve-api-dotnet\src\Corsinvest.ProxmoxVE.Api.Extension\Corsinvest.ProxmoxVE.Api.Extension.csproj" /> -->
<PackageReference Include="Corsinvest.ProxmoxVE.Api.Extension" Version="2.7.0" />
<PackageReference Include="Corsinvest.ProxmoxVE.Api.Extension" Version="2.8.0" />
</ItemGroup>

<Target Name="SpicNSpan" AfterTargets="Clean">
Expand Down
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.10.0</Version>
<Version>1.11.0</Version>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyName>cv4pve-autosnap</AssemblyName>
<Company>Corsinvest Srl</Company>
Expand All @@ -19,10 +19,10 @@
<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.7.0" />
<PackageReference Include="Corsinvest.ProxmoxVE.Api.Shell" Version="2.8.0" />

<!-- <ProjectReference Include="..\Corsinvest.ProxmoxVE.AutoSnap.Api\Corsinvest.ProxmoxVE.AutoSnap.Api.csproj" /> -->
<PackageReference Include="Corsinvest.ProxmoxVE.AutoSnap.Api" Version="1.7.0" />
<PackageReference Include="Corsinvest.ProxmoxVE.AutoSnap.Api" Version="1.8.0" />
</ItemGroup>

<Target Name="SpicNSpan" AfterTargets="Clean">
Expand Down

0 comments on commit 8c59f1b

Please sign in to comment.