Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit cd30314

Browse files
committed
Update tests to .NET Core 1.1
1 parent 6c981b3 commit cd30314

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

src/ServiceStack.OrmLite.PostgreSQL.Tests/project.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"Microsoft.NETCore.App": {
2121
"type": "platform",
22-
"version": "1.0.0"
22+
"version": "1.1.0"
2323
},
2424
"NUnitLite" : "3.5.0",
2525
"ServiceStack.OrmLite" : "1.0.*",
@@ -29,15 +29,15 @@
2929
"ServiceStack.OrmLite.Tests" : "1.0.*"
3030
},
3131
"frameworks": {
32-
"netcoreapp1.0": {
32+
"netcoreapp1.1": {
3333
"imports": "dnxcore50",
3434
"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.*"
4141
}
4242
}
4343
}

tests/ServiceStack.OrmLite.SqliteTests/project.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"Microsoft.NETCore.App": {
2121
"type": "platform",
22-
"version": "1.0.0"
22+
"version": "1.1.0"
2323
},
2424
"NUnitLite" : "3.5.0",
2525
"ServiceStack.OrmLite" : "1.0.*",
@@ -28,14 +28,14 @@
2828
"ServiceStack.OrmLite.Sqlite" : "1.0.*"
2929
},
3030
"frameworks": {
31-
"netcoreapp1.0": {
31+
"netcoreapp1.1": {
3232
"imports": "dnxcore50",
3333
"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.*"
3939
}
4040
}
4141
}

tests/ServiceStack.OrmLite.Tests/project.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"Microsoft.NETCore.App": {
2121
"type": "platform",
22-
"version": "1.0.0"
22+
"version": "1.1.0"
2323
},
2424
"NUnitLite": "3.5.0",
2525
"ServiceStack.OrmLite": "1.0.*",
@@ -30,14 +30,14 @@
3030
"ServiceStack.OrmLite.PostgreSQL": "1.0.*"
3131
},
3232
"frameworks": {
33-
"netcoreapp1.0": {
33+
"netcoreapp1.1": {
3434
"imports": "dnxcore50",
3535
"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.*"
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)