|
3 | 3 |
|
4 | 4 | "frameworks": { |
5 | 5 |
|
6 | | - "net45+win+wpa81+MonoAndroid10+Xamarin.iOS10+MonoTouch10": { |
| 6 | + "net45+sl5+MonoAndroid10+Xamarin.iOS10+MonoTouch10": { |
7 | 7 | "frameworkAssemblies": { |
8 | | - "Microsoft.CSharp": "", |
9 | 8 | "System.Core": "", |
10 | 9 | "System.Collections": "", |
11 | | - "System.Runtime": "", |
12 | 10 | "System.Linq": "", |
13 | 11 | "System.Linq.Expressions": "", |
14 | 12 | "System.Linq.Queryable": "", |
|
17 | 15 | "System.Reflection.Extensions": "", |
18 | 16 | "System.Diagnostics.Debug": "", |
19 | 17 | "System.ObjectModel": "", |
| 18 | + "System.Threading": "", |
| 19 | + "System.Runtime": "", |
20 | 20 | "System.Runtime.Extensions": "", |
21 | | - "System.Threading": "" |
22 | | - } |
| 21 | + "System.Runtime.Serialization.Primitives": "", |
| 22 | + "System.Runtime.Serialization.Json": "", |
| 23 | + "System.Runtime.Serialization.Xml": "", |
| 24 | + "System.Net.Requests": "", |
| 25 | + "System.Net.Http": "" |
| 26 | + }, |
| 27 | + "compilationOptions": { "define": [ "PCL", "CORECLR" ] } |
23 | 28 | }, |
24 | 29 | "net45": { |
25 | 30 | "frameworkAssemblies": { |
26 | | - "Microsoft.CSharp": "", |
27 | 31 | "System.Core": "", |
28 | 32 | "System.Runtime.Serialization": "", |
29 | 33 | "System.Xml": "", |
30 | 34 | "System.Data.Linq": "", |
31 | 35 | "System.Configuration": "" |
32 | 36 | }, |
33 | | - "compilationOptions": { "define": [ "NET45" ] } |
| 37 | + "compilationOptions": { "define": [ "NET45", "CORECLR" ] } |
34 | 38 | }, |
35 | 39 | "sl5": { |
36 | 40 | "frameworkAssemblies": { |
|
41 | 45 | "System.Net": "", |
42 | 46 | "System.Xml": "", |
43 | 47 | "System.Windows": "" |
44 | | - } |
| 48 | + }, |
| 49 | + "compilationOptions": { "define": [ "SL5", "CORECLR" ] } |
45 | 50 | }, |
46 | 51 | "dnx451": { |
47 | 52 | "frameworkAssemblies": { |
48 | 53 | "System.Core": "", |
49 | | - "Microsoft.CSharp": "", |
50 | 54 | "System.Runtime.Serialization": "", |
51 | 55 | "System.Xml": "", |
52 | 56 | "System.Data.Linq": "", |
53 | 57 | "System.Configuration": "" |
54 | | - } |
| 58 | + }, |
| 59 | + "compilationOptions": { "define": [ "DNX451", "CORECLR" ] } |
55 | 60 | } |
56 | 61 | } |
57 | 62 | } |
0 commit comments