Skip to content

Commit ac0c2e5

Browse files
authored
Merge pull request #12 from SyncfusionExamples/892057-DepUp
892057: Updated dependent package version
2 parents 12952fa + e4bdc11 commit ac0c2e5

File tree

5 files changed

+4
-31
lines changed

5 files changed

+4
-31
lines changed

src/ej2-documenteditor-server/Controllers/DocumentEditorController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Linq;
43
using System.Threading.Tasks;
54
using Microsoft.AspNetCore.Mvc;
65
using System.Net.Http;
7-
using System.Text;
86
using System.IO;
97
using Microsoft.AspNetCore.Cors;
108
using Microsoft.AspNetCore.Hosting;

src/ej2-documenteditor-server/Controllers/TestController.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Threading.Tasks;
1+
using System.Collections.Generic;
52
using Microsoft.AspNetCore.Mvc;
63

74
namespace EJ2DocumentEditorServer.Controllers

src/ej2-documenteditor-server/Program.cs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.IO;
4-
using System.Linq;
5-
using System.Threading.Tasks;
6-
using Microsoft.AspNetCore;
1+
using Microsoft.AspNetCore;
72
using Microsoft.AspNetCore.Hosting;
8-
using Microsoft.Extensions.Configuration;
9-
using Microsoft.Extensions.Logging;
103

114
namespace EJ2DocumentEditorServer
125
{

src/ej2-documenteditor-server/Startup.cs

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Threading.Tasks;
1+
using System.Collections.Generic;
52
using Microsoft.AspNetCore.Builder;
63
using Microsoft.AspNetCore.Hosting;
74
using Microsoft.Extensions.Configuration;
85
using Microsoft.Extensions.DependencyInjection;
9-
using Microsoft.Extensions.Logging;
10-
using Microsoft.Extensions.Options;
11-
using Microsoft.EntityFrameworkCore;
12-
using Microsoft.AspNet.OData.Builder;
13-
using Microsoft.AspNet.OData.Extensions;
14-
using Microsoft.AspNetCore.Routing;
15-
using Microsoft.OData.UriParser;
16-
using Microsoft.AspNetCore.Cors.Infrastructure;
17-
using EJ2DocumentEditorServer.Controllers;
186
using Syncfusion.EJ2.SpellChecker;
197
using System.IO;
208
using Newtonsoft.Json;

src/ej2-documenteditor-server/ej2-documenteditor-server.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,11 @@
4444
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="2.1.0" />
4545
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="2.1.0" />
4646
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.17.2" />
47-
<PackageReference Include="Npgsql" Version="4.0.2" />
48-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="2.1.1.1" />
4947
<PackageReference Include="Syncfusion.Compression.Net.Core" Version="*" />
5048
<PackageReference Include="Syncfusion.OfficeChart.Net.Core" Version="*" />
5149
<PackageReference Include="Syncfusion.EJ2.WordEditor.AspNet.Core" Version="*" />
5250
<PackageReference Include="Syncfusion.EJ2.SpellChecker.AspNet.Core" Version="*" />
53-
<PackageReference Include="System.Drawing.Common" Version="4.*" />
54-
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.0.9.2" />
51+
<PackageReference Include="System.Drawing.Common" Version="4.*" />
5552
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.*" />
5653
</ItemGroup>
5754

0 commit comments

Comments
 (0)