Skip to content

Commit 2309325

Browse files
committed
EJ2-904586-version change
1 parent ac9ce3c commit 2309325

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

PDFViewer/ASP.NET MVC Razor Examples/PDFViewerSample.csproj

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,22 @@
5050
</Reference>
5151
<Reference Include="Microsoft.CSharp" />
5252
<Reference Include="Syncfusion.Compression.Base, Version=26.2450.10.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
53-
<HintPath>packages\Syncfusion.Pdf.AspNet.Mvc5.26.2.10\lib\net45\Syncfusion.Compression.Base.dll</HintPath>
53+
<HintPath>packages\Syncfusion.EJ2.PdfViewer.AspNet.Mvc5.26.2.10\lib\net45\Syncfusion.Compression.Base.dll</HintPath>
5454
</Reference>
5555
<Reference Include="Syncfusion.EJ2, Version=26.2.10.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
5656
<HintPath>packages\Syncfusion.EJ2.MVC5.26.2.10\lib\net45\Syncfusion.EJ2.dll</HintPath>
5757
</Reference>
58-
<Reference Include="Syncfusion.EJ2.PdfViewer, Version=20.1450.0.55, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
59-
<HintPath>packages\Syncfusion.EJ2.PdfViewer.AspNet.Mvc5.20.1.0.55\lib\net45\Syncfusion.EJ2.PdfViewer.dll</HintPath>
58+
<Reference Include="Syncfusion.EJ2.PdfViewer, Version=26.2.10.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
59+
<HintPath>packages\Syncfusion.EJ2.PdfViewer.AspNet.Mvc5.26.2.10\lib\net45\Syncfusion.EJ2.PdfViewer.dll</HintPath>
6060
</Reference>
6161
<Reference Include="Syncfusion.Licensing, Version=26.2450.10.0, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
62-
<HintPath>packages\Syncfusion.Pdf.AspNet.Mvc5.26.2.10\lib\net45\Syncfusion.Licensing.dll</HintPath>
62+
<HintPath>packages\Syncfusion.EJ2.PdfViewer.AspNet.Mvc5.26.2.10\lib\net45\Syncfusion.Licensing.dll</HintPath>
6363
</Reference>
6464
<Reference Include="Syncfusion.Pdf.Base, Version=26.2450.10.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
65-
<HintPath>packages\Syncfusion.Pdf.AspNet.Mvc5.26.2.10\lib\net45\Syncfusion.Pdf.Base.dll</HintPath>
65+
<HintPath>packages\Syncfusion.EJ2.PdfViewer.AspNet.Mvc5.26.2.10\lib\net45\Syncfusion.Pdf.Base.dll</HintPath>
66+
</Reference>
67+
<Reference Include="Syncfusion.PdfToImageConverter.Base, Version=26.2450.10.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
68+
<HintPath>packages\Syncfusion.EJ2.PdfViewer.AspNet.Mvc5.26.2.10\lib\net45\Syncfusion.PdfToImageConverter.Base.dll</HintPath>
6669
</Reference>
6770
<Reference Include="System" />
6871
<Reference Include="System.Data" />

PDFViewer/ASP.NET MVC Razor Examples/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net472" />
1414
<package id="Modernizr" version="2.8.3" targetFramework="net472" />
1515
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net472" />
16-
<package id="Syncfusion.Compression.Base" version="20.1.0.55" targetFramework="net472" />
16+
<package id="Syncfusion.Compression.Base" version="26.2.10" targetFramework="net472" />
1717
<package id="Syncfusion.EJ2.JavaScript" version="26.2.10" targetFramework="net472" />
1818
<package id="Syncfusion.EJ2.MVC5" version="26.2.10" targetFramework="net472" />
19-
<package id="Syncfusion.EJ2.PdfViewer.AspNet.Mvc5" version="20.1.0.55" targetFramework="net472" />
19+
<package id="Syncfusion.EJ2.PdfViewer.AspNet.Mvc5" version="26.2.10" targetFramework="net472" />
2020
<package id="Syncfusion.Licensing" version="26.2.10" targetFramework="net472" />
2121
<package id="Syncfusion.Pdf.AspNet.Mvc5" version="26.2.10" targetFramework="net472" />
2222
<package id="WebGrease" version="1.6.0" targetFramework="net472" />

0 commit comments

Comments
 (0)