File tree Expand file tree Collapse file tree 6 files changed +5
-26
lines changed
Web Services/ASP.NET Core Expand file tree Collapse file tree 6 files changed +5
-26
lines changed Original file line number Diff line number Diff line change 3737 "codelyzer" : " ^6.0.0" ,
3838 "jasmine-core" : " ~3.6.0" ,
3939 "jasmine-spec-reporter" : " ~5.0.0" ,
40- "karma" : " ~6.1.0 " ,
40+ "karma" : " ~6.3.16 " ,
4141 "karma-chrome-launcher" : " ~3.1.0" ,
4242 "karma-coverage" : " ~2.0.3" ,
4343 "karma-jasmine" : " ~4.0.0" ,
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 11using Newtonsoft . Json ;
22using Newtonsoft . Json . Linq ;
33using Syncfusion . DocIO . DLS ;
4- using System . Collections ;
5- using System . Dynamic ;
64using System . Collections . Generic ;
75
86namespace EJ2APIServices
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 EJ2APIServices . Controllers
Original file line number Diff line number Diff line change 1818 </ItemGroup >
1919
2020 <ItemGroup >
21- <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.0.5 " />
21+ <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.0.9 " />
2222 </ItemGroup >
2323
2424 <ItemGroup >
2929 <PackageReference Include =" Microsoft.AspNetCore.OData" Version =" 7.0.1" />
3030 <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 2.1.0" />
3131 <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 2.1.0" />
32- <PackageReference Include =" Npgsql" Version =" 4.0.2" />
33- <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 2.1.1.1" />
3432 <PackageReference Include =" Syncfusion.Compression.Net.Core" Version =" *" />
3533 <PackageReference Include =" Syncfusion.OfficeChart.Net.Core" Version =" *" />
3634 <PackageReference Include =" Syncfusion.EJ2.WordEditor.AspNet.Core" Version =" 20.3.0.49" />
3735 <PackageReference Include =" Syncfusion.EJ2.SpellChecker.AspNet.Core" Version =" *" />
38- <PackageReference Include =" System.Drawing.Common" Version =" 4.*" />
39- <PackageReference Include =" System.Linq.Dynamic.Core" Version =" 1.0.9.2" />
36+ <PackageReference Include =" System.Drawing.Common" Version =" 4.*" />
4037 <PackageReference Include =" System.Runtime.CompilerServices.Unsafe" Version =" 4.*" />
4138 </ItemGroup >
4239
Original file line number Diff line number Diff line change 1- using System ;
2- using System . Collections . Generic ;
1+ using System . Collections . Generic ;
32using System . Linq ;
4- using System . Threading . Tasks ;
53using Microsoft . AspNetCore . Builder ;
64using Microsoft . AspNetCore . Hosting ;
75using Microsoft . Extensions . Configuration ;
86using Microsoft . Extensions . DependencyInjection ;
9- using Microsoft . Extensions . Logging ;
10- using Microsoft . Extensions . Options ;
117using Microsoft . EntityFrameworkCore ;
12- using Microsoft . Data . Edm ;
13- using Microsoft . AspNet . OData . Builder ;
148using Microsoft . AspNet . OData . Extensions ;
15- using Microsoft . AspNetCore . Routing ;
16- using Microsoft . OData . UriParser ;
17- using Microsoft . AspNetCore . Cors . Infrastructure ;
18- using EJ2APIServices . Models ;
19- using EJ2APIServices . Controllers ;
209using Syncfusion . EJ2 . SpellChecker ;
2110using System . IO ;
2211using Newtonsoft . Json ;
You can’t perform that action at this time.
0 commit comments