Skip to content

Commit

Permalink
Merge pull request #100 from franklupo/master
Browse files Browse the repository at this point in the history
Fix #99
  • Loading branch information
franklupo authored Jan 29, 2025
2 parents 9e43022 + b881915 commit fed3cae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net6.0</TargetFramework>
<OutputType>Library</OutputType>

<Version>1.9.1</Version>
<Version>1.9.2</Version>

<Company>Corsinvest Srl</Company>
<Authors>Corsinvest Srl</Authors>
Expand Down Expand Up @@ -35,9 +35,9 @@
</ItemGroup>

<ItemGroup>
<!-- <ProjectReference
<!-- <ProjectReference
Include="..\..\..\cv4pve-api-dotnet\src\Corsinvest.ProxmoxVE.Api.Extension\Corsinvest.ProxmoxVE.Api.Extension.csproj"
/> -->
<PackageReference Include="Corsinvest.ProxmoxVE.Api.Extension" Version="8.3.1" />
<PackageReference Include="Corsinvest.ProxmoxVE.Api.Extension" Version="8.3.2" />
</ItemGroup>
</Project>
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.15.1</Version>
<Version>1.15.2</Version>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>cv4pve-autosnap</AssemblyName>
<Company>Corsinvest Srl</Company>
Expand All @@ -17,11 +17,10 @@

<ItemGroup>
<!-- <ProjectReference
Include="..\..\..\cv4pve-api-dotnet\src\Corsinvest.ProxmoxVE.Api.Shell\Corsinvest.ProxmoxVE.Api.Shell.csproj"
Include="..\..\..\cv4pve-api-dotnet\src\Corsinvest.ProxmoxVE.Api.Shell\Corsinvest.ProxmoxVE.Api.Shell.csproj"
/> -->
<PackageReference Include="Corsinvest.ProxmoxVE.Api.Shell" Version="8.3.1" />
<PackageReference Include="Corsinvest.ProxmoxVE.Api.Shell" Version="8.3.2" />

<ProjectReference
Include="..\Corsinvest.ProxmoxVE.AutoSnap.Api\Corsinvest.ProxmoxVE.AutoSnap.Api.csproj" />
<ProjectReference Include="..\Corsinvest.ProxmoxVE.AutoSnap.Api\Corsinvest.ProxmoxVE.AutoSnap.Api.csproj" />
</ItemGroup>
</Project>

0 comments on commit fed3cae

Please sign in to comment.