forked from ServiceStack/ServiceStack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json.rename
More file actions
43 lines (42 loc) · 1.38 KB
/
project.json.rename
File metadata and controls
43 lines (42 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"version": "4.0.0-*",
"frameworks": {
".NETPortable,Version=v4.5,Profile=Profile7": {
"compilationOptions": {
"define": [ "PCL" ]
},
"frameworkAssemblies": {
"System": "",
"System.Collections": "",
"System.Collections.Concurrent": "",
"System.Globalization": "",
"System.IO": "",
"System.Linq": "",
"System.Linq.Expressions": "",
"System.Reflection": "",
"System.Reflection.Extensions": "",
"System.Runtime": "",
"System.Runtime.Extensions": "",
"System.Runtime.Serialization.Primitives": "",
"System.Text.Encoding": "",
"System.Text.Encoding.Extensions": "",
"System.Text.RegularExpressions": "",
"System.Threading": "",
"System.Threading.Tasks": "",
"System.Net.Requests": "",
"System.Net.Http": "",
"System.Net.Primitives": ""
},
"dependencies": {
"ServiceStack.Interfaces": "1.0.0-*"
}
}
},
"configurations": {
"PCL": { }
},
"dependencies": {
"ServiceStack.Text": "4.0.0-*",
"ServiceStack.Interfaces": "4.0.0-*"
}
}