File tree 5 files changed +4
-25
lines changed
Web Services/ASP.NET Core
5 files changed +4
-25
lines changed Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Collections . Generic ;
3
- using System . Linq ;
4
3
using System . Threading . Tasks ;
5
4
using Microsoft . AspNetCore . Mvc ;
6
5
using System . Net . Http ;
7
- using System . Text ;
8
6
using System . IO ;
9
7
using Microsoft . AspNetCore . Cors ;
10
8
using Microsoft . AspNetCore . Hosting ;
Original file line number Diff line number Diff line change 1
1
using Newtonsoft . Json ;
2
2
using Newtonsoft . Json . Linq ;
3
3
using Syncfusion . DocIO . DLS ;
4
- using System . Collections ;
5
- using System . Dynamic ;
6
4
using System . Collections . Generic ;
7
5
8
6
namespace 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 ;
5
2
using Microsoft . AspNetCore . Mvc ;
6
3
7
4
namespace EJ2APIServices . Controllers
Original file line number Diff line number Diff line change 18
18
</ItemGroup >
19
19
20
20
<ItemGroup >
21
- <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.0.5 " />
21
+ <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.0.9 " />
22
22
</ItemGroup >
23
23
24
24
<ItemGroup >
29
29
<PackageReference Include =" Microsoft.AspNetCore.OData" Version =" 7.0.1" />
30
30
<PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 2.1.0" />
31
31
<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" />
34
32
<PackageReference Include =" Syncfusion.Compression.Net.Core" Version =" *" />
35
33
<PackageReference Include =" Syncfusion.OfficeChart.Net.Core" Version =" *" />
36
34
<PackageReference Include =" Syncfusion.EJ2.WordEditor.AspNet.Core" Version =" 20.3.0.49" />
37
35
<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.*" />
40
37
<PackageReference Include =" System.Runtime.CompilerServices.Unsafe" Version =" 4.*" />
41
38
</ItemGroup >
42
39
Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . Collections . Generic ;
1
+ using System . Collections . Generic ;
3
2
using System . Linq ;
4
- using System . Threading . Tasks ;
5
3
using Microsoft . AspNetCore . Builder ;
6
4
using Microsoft . AspNetCore . Hosting ;
7
5
using Microsoft . Extensions . Configuration ;
8
6
using Microsoft . Extensions . DependencyInjection ;
9
- using Microsoft . Extensions . Logging ;
10
- using Microsoft . Extensions . Options ;
11
7
using Microsoft . EntityFrameworkCore ;
12
- using Microsoft . Data . Edm ;
13
- using Microsoft . AspNet . OData . Builder ;
14
8
using 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 ;
20
9
using Syncfusion . EJ2 . SpellChecker ;
21
10
using System . IO ;
22
11
using Newtonsoft . Json ;
You can’t perform that action at this time.
0 commit comments