File tree Expand file tree Collapse file tree 5 files changed +4
-31
lines changed
src/ej2-documenteditor-server Expand file tree Collapse file tree 5 files changed +4
-31
lines changed Original file line number Diff line number Diff line change 11using System ;
22using System . Collections . Generic ;
3- using System . Linq ;
43using System . Threading . Tasks ;
54using Microsoft . AspNetCore . Mvc ;
65using System . Net . Http ;
7- using System . Text ;
86using System . IO ;
97using Microsoft . AspNetCore . Cors ;
108using Microsoft . AspNetCore . Hosting ;
Original file line number Diff line number Diff line change 1- using System ;
2- using System . Collections . Generic ;
3- using System . Linq ;
4- using System . Threading . Tasks ;
1+ using System . Collections . Generic ;
52using Microsoft . AspNetCore . Mvc ;
63
74namespace EJ2DocumentEditorServer . Controllers
Original file line number Diff line number Diff line change 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 ;
72using Microsoft . AspNetCore . Hosting ;
8- using Microsoft . Extensions . Configuration ;
9- using Microsoft . Extensions . Logging ;
103
114namespace EJ2DocumentEditorServer
125{
Original file line number Diff line number Diff line change 1- using System ;
2- using System . Collections . Generic ;
3- using System . Linq ;
4- using System . Threading . Tasks ;
1+ using System . Collections . Generic ;
52using Microsoft . AspNetCore . Builder ;
63using Microsoft . AspNetCore . Hosting ;
74using Microsoft . Extensions . Configuration ;
85using 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 ;
186using Syncfusion . EJ2 . SpellChecker ;
197using System . IO ;
208using Newtonsoft . Json ;
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments