Skip to content

Commit 5137b77

Browse files
Updated GroupDocs.Total to 25.1
1 parent d88974e commit 5137b77

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Demos/MVC/src/GroupDocs.Total.MVC.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
5050
<HintPath>..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll</HintPath>
5151
</Reference>
52-
<Reference Include="GroupDocs.Total, Version=24.12.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
53-
<HintPath>..\packages\GroupDocs.Total.NETFramework.24.12.0\lib\net462\GroupDocs.Total.dll</HintPath>
52+
<Reference Include="GroupDocs.Total, Version=25.1.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
53+
<HintPath>..\packages\GroupDocs.Total.NETFramework.25.1.0\lib\net462\GroupDocs.Total.dll</HintPath>
5454
</Reference>
5555
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
5656
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>

Demos/MVC/src/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="Antlr" version="3.4.1.9004" targetFramework="net45" />
44
<package id="Castle.Core" version="4.3.1" targetFramework="net45" />
5-
<package id="GroupDocs.Total.NETFramework" version="24.12.0" targetFramework="net48" />
5+
<package id="GroupDocs.Total.NETFramework" version="25.1.0" targetFramework="net48" />
66
<package id="Microsoft.AspNet.Cors" version="5.2.7" targetFramework="net45" />
77
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net45" />
88
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net45" />

Demos/WebForms/src/GroupDocs.Total.WebForms.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
<WarningLevel>4</WarningLevel>
4747
</PropertyGroup>
4848
<ItemGroup>
49-
<Reference Include="GroupDocs.Total, Version=24.12.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
50-
<HintPath>..\packages\GroupDocs.Total.NETFramework.24.12.0\lib\net462\GroupDocs.Total.dll</HintPath>
49+
<Reference Include="GroupDocs.Total, Version=25.1.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
50+
<HintPath>..\packages\GroupDocs.Total.NETFramework.25.1.0\lib\net462\GroupDocs.Total.dll</HintPath>
5151
</Reference>
5252
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
5353
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>

Demos/WebForms/src/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Antlr" version="3.4.1.9004" targetFramework="net45" />
4-
<package id="GroupDocs.Total.NETFramework" version="24.12.0" targetFramework="net48" />
4+
<package id="GroupDocs.Total.NETFramework" version="25.1.0" targetFramework="net48" />
55
<package id="Microsoft.AspNet.Cors" version="5.2.6" targetFramework="net45" />
66
<package id="Microsoft.AspNet.FriendlyUrls" version="1.0.2" targetFramework="net45" />
77
<package id="Microsoft.AspNet.FriendlyUrls.Core" version="1.0.2" targetFramework="net45" />

0 commit comments

Comments
 (0)