File tree Expand file tree Collapse file tree 4 files changed +5
-28
lines changed Expand file tree Collapse file tree 4 files changed +5
-28
lines changed 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 12
12
<ItemGroup >
13
13
<PackageReference Include =" AWSSDK.Core" Version =" 3.5.0-beta" />
14
14
<PackageReference Include =" AWSSDK.S3" Version =" 3.5.0-beta" />
15
- <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.0.5 " />
15
+ <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.0.9 " />
16
16
</ItemGroup >
17
17
18
18
<ItemGroup >
23
23
<PackageReference Include =" Microsoft.AspNetCore.OData" Version =" 7.0.1" />
24
24
<PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 2.1.0" />
25
25
<PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 2.1.0" />
26
- <PackageReference Include =" Npgsql" Version =" 4.0.2" />
27
- <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 2.1.1.1" />
28
26
<PackageReference Include =" Syncfusion.EJ2.SpellChecker.AspNet.Core" Version =" *" />
29
27
<PackageReference Include =" Syncfusion.EJ2.WordEditor.AspNet.Core" Version =" *" />
30
- <PackageReference Include =" System.Drawing.Common" Version =" 4.*" />
31
- <PackageReference Include =" System.Linq.Dynamic.Core" Version =" 1.0.9.2" />
28
+ <PackageReference Include =" System.Drawing.Common" Version =" 4.*" />
32
29
<PackageReference Include =" System.Runtime.CompilerServices.Unsafe" Version =" 4.*" />
33
30
</ItemGroup >
34
31
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 ;
7
2
using Microsoft . AspNetCore . Hosting ;
8
- using Microsoft . Extensions . Configuration ;
9
- using Microsoft . Extensions . Logging ;
10
3
11
4
namespace EJ2APIServices
12
5
{
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
9
using EJ2APIServices . Models ;
19
- using EJ2APIServices . Controllers ;
20
10
using Syncfusion . EJ2 . SpellChecker ;
21
11
using System . IO ;
22
12
using Newtonsoft . Json ;
You can’t perform that action at this time.
0 commit comments