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 +22
-22
lines changed
src/ServiceStack.OrmLite.PostgreSQL.Tests
ServiceStack.OrmLite.SqliteTests
ServiceStack.OrmLite.Tests Expand file tree Collapse file tree 3 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 19
19
"dependencies" : {
20
20
"Microsoft.NETCore.App" : {
21
21
"type" : " platform" ,
22
- "version" : " 1.0 .0"
22
+ "version" : " 1.1 .0"
23
23
},
24
24
"NUnitLite" : " 3.5.0" ,
25
25
"ServiceStack.OrmLite" : " 1.0.*" ,
29
29
"ServiceStack.OrmLite.Tests" : " 1.0.*"
30
30
},
31
31
"frameworks" : {
32
- "netcoreapp1.0 " : {
32
+ "netcoreapp1.1 " : {
33
33
"imports" : " dnxcore50" ,
34
34
"dependencies" : {
35
- "System.Runtime" : " 4.1.0 " ,
36
- "System.Runtime.Serialization.Xml" : " 4.1.1 " ,
37
- "System.Reflection" : " 4.1.0 " ,
38
- "System.Reflection.Primitives" : " 4.0.1 " ,
39
- "System.Runtime.Serialization.Primitives" : " 4.1.1 " ,
40
- "System.Threading.Thread" : " 4.0.0 "
35
+ "System.Runtime" : " 4.* " ,
36
+ "System.Runtime.Serialization.Xml" : " 4.* " ,
37
+ "System.Reflection" : " 4.* " ,
38
+ "System.Reflection.Primitives" : " 4.* " ,
39
+ "System.Runtime.Serialization.Primitives" : " 4.* " ,
40
+ "System.Threading.Thread" : " 4.* "
41
41
}
42
42
}
43
43
}
Original file line number Diff line number Diff line change 19
19
"dependencies" : {
20
20
"Microsoft.NETCore.App" : {
21
21
"type" : " platform" ,
22
- "version" : " 1.0 .0"
22
+ "version" : " 1.1 .0"
23
23
},
24
24
"NUnitLite" : " 3.5.0" ,
25
25
"ServiceStack.OrmLite" : " 1.0.*" ,
28
28
"ServiceStack.OrmLite.Sqlite" : " 1.0.*"
29
29
},
30
30
"frameworks" : {
31
- "netcoreapp1.0 " : {
31
+ "netcoreapp1.1 " : {
32
32
"imports" : " dnxcore50" ,
33
33
"dependencies" : {
34
- "System.Runtime" : " 4.1.0 " ,
35
- "System.Runtime.Serialization.Xml" : " 4.1.1 " ,
36
- "System.Reflection" : " 4.1.0 " ,
37
- "System.Reflection.Primitives" : " 4.0.1 " ,
38
- "System.Runtime.Serialization.Primitives" : " 4.1.1 "
34
+ "System.Runtime" : " 4.* " ,
35
+ "System.Runtime.Serialization.Xml" : " 4.* " ,
36
+ "System.Reflection" : " 4.* " ,
37
+ "System.Reflection.Primitives" : " 4.* " ,
38
+ "System.Runtime.Serialization.Primitives" : " 4.* "
39
39
}
40
40
}
41
41
}
Original file line number Diff line number Diff line change 19
19
"dependencies" : {
20
20
"Microsoft.NETCore.App" : {
21
21
"type" : " platform" ,
22
- "version" : " 1.0 .0"
22
+ "version" : " 1.1 .0"
23
23
},
24
24
"NUnitLite" : " 3.5.0" ,
25
25
"ServiceStack.OrmLite" : " 1.0.*" ,
30
30
"ServiceStack.OrmLite.PostgreSQL" : " 1.0.*"
31
31
},
32
32
"frameworks" : {
33
- "netcoreapp1.0 " : {
33
+ "netcoreapp1.1 " : {
34
34
"imports" : " dnxcore50" ,
35
35
"dependencies" : {
36
- "System.Runtime" : " 4.1.0 " ,
37
- "System.Runtime.Serialization.Xml" : " 4.1.1 " ,
38
- "System.Reflection" : " 4.1.0 " ,
39
- "System.Reflection.Primitives" : " 4.0.1 " ,
40
- "System.Runtime.Serialization.Primitives" : " 4.1.1 "
36
+ "System.Runtime" : " 4.* " ,
37
+ "System.Runtime.Serialization.Xml" : " 4.* " ,
38
+ "System.Reflection" : " 4.* " ,
39
+ "System.Reflection.Primitives" : " 4.* " ,
40
+ "System.Runtime.Serialization.Primitives" : " 4.* "
41
41
}
42
42
}
43
43
}
You can’t perform that action at this time.
0 commit comments