Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
falleretic committed Mar 7, 2024
1 parent adcf734 commit 1b663c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Examples/ApiExamples/ApiExamples/ApiExamples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Aspose.BarCode" Version="24.1.0" />
<PackageReference Include="Aspose.Page" Version="24.1.0" />
<PackageReference Include="Aspose.BarCode" Version="24.2.0" />
<PackageReference Include="Aspose.Page" Version="24.2.0" />
<PackageReference Include="Aspose.PDF" Version="24.2.0" />
<PackageReference Include="Aspose.Words" Version="24.2.0" />
<PackageReference Include="Aspose.Words.Shaping.HarfBuzz" Version="24.2.0" />
<PackageReference Include="Aspose.Words" Version="24.3.0" />
<PackageReference Include="Aspose.Words.Shaping.HarfBuzz" Version="24.3.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.3.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
Expand Down
1 change: 0 additions & 1 deletion Examples/ApiExamples/ApiExamples/ExShape.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
using HorizontalAlignment = Aspose.Words.Drawing.HorizontalAlignment;
using TextBox = Aspose.Words.Drawing.TextBox;
using Aspose.Words.Themes;
using Aspose.Words.Forms2;

namespace ApiExamples
{
Expand Down

0 comments on commit 1b663c0

Please sign in to comment.