1
0
Fork 0
mirror of https://github.com/Corsinvest/cv4pve-pepper.git synced 2025-02-12 10:01:53 +00:00

Upgrade library

This commit is contained in:
daniele.corsini@corsinvest.it 2022-09-13 16:10:19 +02:00
parent 6d5782b7b8
commit 3cc2ae93a0
2 changed files with 3 additions and 4 deletions

3
.gitignore vendored
View file

@ -351,5 +351,4 @@ MigrationBackup/
# Ionide (cross platform F# VS Code tools) working folder # Ionide (cross platform F# VS Code tools) working folder
.ionide/ .ionide/
TestParm.parm Parm.parm
.idea/.idea.Corsinvest.ProxmoxVE.Pepper/.idea/

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<Version>1.6.0</Version> <Version>1.6.1</Version>
<TargetFramework>net6.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
<AssemblyName>cv4pve-pepper</AssemblyName> <AssemblyName>cv4pve-pepper</AssemblyName>
<Company>Corsinvest Srl</Company> <Company>Corsinvest Srl</Company>
@ -21,7 +21,7 @@
<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="7.3.4" /> <PackageReference Include="Corsinvest.ProxmoxVE.Api.Shell" Version="7.3.7" />
</ItemGroup> </ItemGroup>
<Target Name="SpicNSpan" AfterTargets="Clean"> <Target Name="SpicNSpan" AfterTargets="Clean">