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

Commit b4f45d5

Browse files
committed
Add PCL Profile7 build for SS.Text
1 parent b16ce24 commit b4f45d5

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

src/ServiceStack.Text/project.json

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22
"configurations": {
33
"Debug": {
44
"buildOptions": {
5-
"define": [ "DEBUG", "TRACE" ]
5+
"define": [
6+
"DEBUG",
7+
"TRACE"
8+
]
69
}
710
},
811
"Release": {
912
"buildOptions": {
10-
"define": [ "TRACE" ],
13+
"define": [
14+
"TRACE"
15+
],
1116
"optimize": true
1217
}
1318
}
@@ -25,6 +30,20 @@
2530
"Microsoft.CSharp": "4.0.1-*",
2631
"System.Reflection.Emit": "4.0.1"
2732
}
33+
},
34+
".NETPortable,Version=v4.5,Profile=Profile7": {
35+
"buildOptions": {
36+
"define": [
37+
"PCL"
38+
]
39+
},
40+
"frameworkAssemblies": {
41+
"System.Runtime.Serialization.Primitives": "4.1.1-*",
42+
"System.Runtime.Serialization.Xml": "4.1.1",
43+
"System.Net.Requests": "4.0.11",
44+
"System.Dynamic.Runtime": "4.0.11",
45+
"Microsoft.CSharp": "4.0.1-*"
46+
}
2847
}
2948
},
3049
"version": "1.0.0"

0 commit comments

Comments
 (0)