Skip to content

Commit b77710c

Browse files
Update GroupDocs.Total.NETFramework to 25.8
1 parent ede9d56 commit b77710c

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
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=25.7.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
53-
<HintPath>..\packages\GroupDocs.Total.NETFramework.25.7.0\lib\net462\GroupDocs.Total.dll</HintPath>
52+
<Reference Include="GroupDocs.Total, Version=25.8.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
53+
<HintPath>..\packages\GroupDocs.Total.NETFramework.25.8.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

Lines changed: 1 addition & 1 deletion
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="25.7.0" targetFramework="net48" />
5+
<package id="GroupDocs.Total.NETFramework" version="25.8.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

Lines changed: 2 additions & 2 deletions
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=25.7.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
50-
<HintPath>..\packages\GroupDocs.Total.NETFramework.25.7.0\lib\net462\GroupDocs.Total.dll</HintPath>
49+
<Reference Include="GroupDocs.Total, Version=25.8.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
50+
<HintPath>..\packages\GroupDocs.Total.NETFramework.25.8.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

Lines changed: 1 addition & 1 deletion
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="25.7.0" targetFramework="net48" />
4+
<package id="GroupDocs.Total.NETFramework" version="25.8.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)