Skip to content

Commit

Permalink
Proxmoxm VE 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
franklupo committed Apr 30, 2024
1 parent 065d7cc commit d585e95
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<PackageOutputPath>..\..\..\.nupkgs\</PackageOutputPath>
<RepositoryType>Github</RepositoryType>
<RepositoryUrl>https://github.com/Corsinvest/cv4pve-api-autosnap</RepositoryUrl>
<PackageOutputPath>..\..\..\.nupkgs\</PackageOutputPath>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<!-- Include symbol files (*.pdb) in the built .nupkg -->
Expand All @@ -35,7 +34,9 @@
</ItemGroup>

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

0 comments on commit d585e95

Please sign in to comment.