This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-21
lines changed
src/ServiceStack.OrmLite.PostgreSQL.Tests
ServiceStack.OrmLite.SqliteTests
ServiceStack.OrmLite.Tests Expand file tree Collapse file tree 3 files changed +7
-21
lines changed Original file line number Diff line number Diff line change 16
16
"debugType" : " portable" ,
17
17
"emitEntryPoint" : true
18
18
},
19
- "exclude" : [
20
- " Properties/Settings.Designer.cs" ,
21
- " Expressions/RestrictionTests.cs"
22
- ],
23
19
"dependencies" : {
24
20
"Microsoft.NETCore.App" : {
25
21
"type" : " platform" ,
26
22
"version" : " 1.0.0"
27
23
},
28
- "NUnitLite" : " 3.2.1 " ,
24
+ "NUnitLite" : " 3.5.0 " ,
29
25
"ServiceStack.OrmLite" : " 1.0.*" ,
30
26
"ServiceStack.Text" : " 1.0.*" ,
31
27
"ServiceStack.Client" : " 1.0.*" ,
32
28
"ServiceStack.OrmLite.PostgreSQL" : " 1.0.*" ,
33
29
"ServiceStack.OrmLite.Tests" : " 1.0.*"
34
30
},
35
31
"frameworks" : {
36
- "netcoreapp1.0" : {
37
- "imports" : " dnxcore50" ,
38
- "dependencies" : {
32
+ "netcoreapp1.0" : {
33
+ "imports" : " dnxcore50" ,
34
+ "dependencies" : {
39
35
"System.Runtime" : " 4.1.0" ,
40
36
"System.Runtime.Serialization.Xml" : " 4.1.1" ,
41
37
"System.Reflection" : " 4.1.0" ,
Original file line number Diff line number Diff line change 16
16
"debugType" : " portable" ,
17
17
"emitEntryPoint" : true
18
18
},
19
- "exclude" : [
20
- " Properties/Settings.Designer.cs" ,
21
- " Expressions/RestrictionTests.cs"
22
- ],
23
19
"dependencies" : {
24
20
"Microsoft.NETCore.App" : {
25
21
"type" : " platform" ,
26
22
"version" : " 1.0.0"
27
23
},
28
24
"NUnitLite" : " 3.2.1" ,
29
- // "ImageProcessor": "2.4.*",
30
25
"ServiceStack.OrmLite" : " 1.0.*" ,
31
- // "ServiceStack.Interfaces" : "1.0.*",
32
26
"ServiceStack.Text" : " 1.0.*" ,
33
- // "ServiceStack.Common" : "1.0.*",
34
27
"ServiceStack.Client" : " 1.0.*" ,
35
28
"ServiceStack.OrmLite.Sqlite" : " 1.0.*"
36
29
},
37
30
"frameworks" : {
38
31
"netcoreapp1.0" : {
39
- "imports" : " dnxcore50" ,
40
- "dependencies" : {
32
+ "imports" : " dnxcore50" ,
33
+ "dependencies" : {
41
34
"System.Runtime" : " 4.1.0" ,
42
35
"System.Runtime.Serialization.Xml" : " 4.1.1" ,
43
36
"System.Reflection" : " 4.1.0" ,
Original file line number Diff line number Diff line change 21
21
"type" : " platform" ,
22
22
"version" : " 1.0.0"
23
23
},
24
- "NUnitLite" : " 3.2.1" ,
25
- // "ImageProcessor": "2.4.*",
24
+ "NUnitLite" : " 3.5.0" ,
26
25
"ServiceStack.OrmLite" : " 1.0.*" ,
27
- // "ServiceStack.Interfaces" : "1.0.*",
28
26
"ServiceStack.Text" : " 1.0.*" ,
29
- // "ServiceStack.Common" : "1.0.*",
30
27
"ServiceStack.Client" : " 1.0.*" ,
31
28
"ServiceStack.OrmLite.Sqlite" : " 1.0.*" ,
32
29
"ServiceStack.OrmLite.SqlServer" : " 1.0.*" ,
You can’t perform that action at this time.
0 commit comments