Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
franklupo committed Jun 14, 2024
1 parent 3cc5488 commit f78d08a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Corsinvest.ProxmoxVE.Api.Extension" Version="8.2.0" />
<PackageReference Include="Corsinvest.ProxmoxVE.Api.Extension" Version="8.2.2" />
<!-- <ProjectReference
Include="..\..\..\cv4pve-api-dotnet\src\Corsinvest.ProxmoxVE.Api.Extension\Corsinvest.ProxmoxVE.Api.Extension.csproj"
/> -->
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.5.1</Version>
<Version>1.5.2</Version>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>cv4pve-diag</AssemblyName>
<Company>Corsinvest Srl</Company>
Expand All @@ -18,11 +18,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Corsinvest.ProxmoxVE.Api.Shell" Version="8.2.0" />
<PackageReference Include="Corsinvest.ProxmoxVE.Api.Shell" Version="8.2.2" />
<!-- <ProjectReference
Include="..\..\..\cv4pve-api-dotnet\src\Corsinvest.ProxmoxVE.Api.Shell\Corsinvest.ProxmoxVE.Api.Shell.csproj"
/> -->
<ProjectReference
Include="..\Corsinvest.ProxmoxVE.Diagnostic.Api\Corsinvest.ProxmoxVE.Diagnostic.Api.csproj" />
<ProjectReference Include="..\Corsinvest.ProxmoxVE.Diagnostic.Api\Corsinvest.ProxmoxVE.Diagnostic.Api.csproj" />
</ItemGroup>
</Project>

0 comments on commit f78d08a

Please sign in to comment.