Skip to content

Commit

Permalink
Upgrade library
Browse files Browse the repository at this point in the history
  • Loading branch information
franklupo committed Sep 13, 2022
1 parent 6d5782b commit 3cc2ae9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Expand Up @@ -351,5 +351,4 @@ MigrationBackup/
# Ionide (cross platform F# VS Code tools) working folder
.ionide/

TestParm.parm
.idea/.idea.Corsinvest.ProxmoxVE.Pepper/.idea/
Parm.parm
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<Version>1.6.0</Version>
<Version>1.6.1</Version>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>cv4pve-pepper</AssemblyName>
<Company>Corsinvest Srl</Company>
Expand All @@ -21,7 +21,7 @@
<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="7.3.4" />
<PackageReference Include="Corsinvest.ProxmoxVE.Api.Shell" Version="7.3.7" />
</ItemGroup>

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

0 comments on commit 3cc2ae9

Please sign in to comment.