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

Commit 1dfcac2

Browse files
authored
Merge pull request #232 from ServiceStack/netcore
Update .Net Core tests
2 parents 779c286 + 6a6549d commit 1dfcac2

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

tests/ServiceStack.Redis.Tests.Sentinel/project.json

Lines changed: 3 additions & 3 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.1"
22+
"version": "1.1.0"
2323
},
2424
"NUnitLite": "3.5",
2525
"ServiceStack.Redis": "1.0.*",
@@ -28,10 +28,10 @@
2828
"ServiceStack.Common": "1.0.*"
2929
},
3030
"frameworks": {
31-
"netcoreapp1.0": {
31+
"netcoreapp1.1": {
3232
"imports": "dnxcore50",
3333
"dependencies" : {
34-
"System.Runtime.Serialization.Primitives": "4.1.1"
34+
"System.Runtime.Serialization.Primitives": "4.*"
3535
}
3636
}
3737
}

tests/ServiceStack.Redis.Tests/project.json

Lines changed: 3 additions & 3 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",
2525
"ServiceStack": "1.0.*",
@@ -29,10 +29,10 @@
2929
"ServiceStack.Common": "1.0.*"
3030
},
3131
"frameworks": {
32-
"netcoreapp1.0": {
32+
"netcoreapp1.1": {
3333
"imports": "dnxcore50",
3434
"dependencies" : {
35-
"System.Runtime.Serialization.Primitives": "4.1.1"
35+
"System.Runtime.Serialization.Primitives": "4.*"
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)