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

Commit 0997fe5

Browse files
authored
Merge pull request #488 from ServiceStack/netcore
Update tests to .NET Core 1.1
2 parents 1a245bf + 7dc21a7 commit 0997fe5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tests/ServiceStack.Text.Tests/project.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"dependencies": {
2020
"Microsoft.NETCore.App": {
21-
"type": "platform",
22-
"version": "1.0.0"
21+
"type": "platform",
22+
"version": "1.1.0"
2323
},
2424
"NUnitLite" : "3.5",
2525
"ServiceStack.Interfaces" : "1.0.*",
@@ -29,16 +29,16 @@
2929
"ServiceStack.Client" : "1.0.*"
3030
},
3131
"frameworks": {
32-
"netcoreapp1.0": {
32+
"netcoreapp1.1": {
3333
"imports": "dnxcore50",
3434
"dependencies" : {
35-
"System.Drawing.Primitives" : "4.0.0",
36-
"System.Collections.Specialized": "4.0.1",
37-
"System.Runtime.Serialization.Json": "4.0.2",
38-
"System.Collections.NonGeneric": "4.0.1",
39-
"System.Diagnostics.TraceSource": "4.0.0",
40-
"System.Reflection.Extensions": "4.0.1",
41-
"System.ComponentModel.TypeConverter": "4.1.0"
35+
"System.Drawing.Primitives" : "4.*",
36+
"System.Collections.Specialized": "4.*",
37+
"System.Runtime.Serialization.Json": "4.*",
38+
"System.Collections.NonGeneric": "4.*",
39+
"System.Diagnostics.TraceSource": "4.*",
40+
"System.Reflection.Extensions": "4.*",
41+
"System.ComponentModel.TypeConverter": "4.*"
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)