1
1
{
2
- "version" : " 1.0.0-*" ,
3
- "authors" : [ " Stef Heyenrath" ],
4
- "dependencies" : {
5
- "Linq.PropertyTranslator.Core" : " 1.0.3" ,
6
- "QueryInterceptor.Core" : " 1.0.3" ,
7
- "System.AppDomain.NetCoreApp" : " 1.0.1" ,
8
- "System.Linq.Dynamic.Core" : { "target" : " project" },
9
- "Microsoft.EntityFrameworkCore.DynamicLinq" : { "target" : " project" },
10
- "dotnet-test-xunit" : " 2.2.0-preview2-build1029" ,
11
- "xunit" : " 2.2.0-beta2-build3300"
12
- },
2
+ "version" : " 1.0.0-*" ,
3
+ "authors" : [ " Stef Heyenrath" ],
4
+ "dependencies" : {
5
+ "Newtonsoft.Json" : " 9.0.1" ,
6
+ "Linq.PropertyTranslator.Core" : " 1.0.3" ,
7
+ "QueryInterceptor.Core" : " 1.0.5" ,
8
+ "System.AppDomain.NetCoreApp" : " 1.0.1" ,
9
+ "System.Linq.Dynamic.Core" : { "target" : " project" },
10
+ "Microsoft.EntityFrameworkCore.DynamicLinq" : { "target" : " project" },
11
+ "dotnet-test-xunit" : " 2.2.0-preview2-build1029" ,
12
+ "xunit" : " 2.2.0-beta2-build3300"
13
+ },
13
14
14
- "frameworks" : {
15
- "netcoreapp1.0" : {
16
- "buildOptions" : { "define" : [ " NETSTANDARD" , " EFCORE" ] },
17
- "imports" : [
18
- " dnxcore50" ,
19
- " dotnet5.4" ,
20
- " portable-net451+win8"
21
- ],
22
- "dependencies" : {
23
- "Microsoft.NETCore.App" : {
24
- "type" : " platform" ,
25
- "version" : " 1.0.1"
26
- },
27
- "Microsoft.EntityFrameworkCore" : " 1.1.0" ,
28
- "Microsoft.AspNetCore.Identity.EntityFrameworkCore" : " 1.1.0" ,
29
- "Microsoft.EntityFrameworkCore.Sqlite" : " 1.1.0" ,
30
- "Microsoft.EntityFrameworkCore.SqlServer" : " 1.1.0" ,
31
- "System.Linq.Parallel" : " 4.3.0" ,
32
- "System.Threading.Tasks" : " 4.3.0"
33
- }
34
- }
35
- },
15
+ "frameworks" : {
16
+ "netcoreapp1.0" : {
17
+ "buildOptions" : { "define" : [ " NETSTANDARD" , " EFCORE" ] },
18
+ "imports" : [
19
+ " dnxcore50" ,
20
+ " dotnet5.4" ,
21
+ " portable-net451+win8"
22
+ ],
23
+ "dependencies" : {
24
+ "Microsoft.NETCore.App" : {
25
+ "type" : " platform" ,
26
+ "version" : " 1.0.1"
27
+ },
28
+ "Microsoft.EntityFrameworkCore" : " 1.1.0" ,
29
+ "Microsoft.AspNetCore.Identity.EntityFrameworkCore" : " 1.1.0" ,
30
+ "Microsoft.EntityFrameworkCore.Sqlite" : " 1.1.0" ,
31
+ "Microsoft.EntityFrameworkCore.SqlServer" : " 1.1.0" ,
32
+ "System.Linq.Parallel" : " 4.3.0" ,
33
+ "System.Threading.Tasks" : " 4.3.0"
34
+ }
35
+ }
36
+ },
36
37
37
- "testRunner" : " xunit"
38
+ "testRunner" : " xunit"
38
39
}
0 commit comments