|
3 | 3 |
|
4 | 4 | "frameworks": { |
5 | 5 |
|
6 | | - "net45+sl5+MonoAndroid10+Xamarin.iOS10+MonoTouch10": { |
| 6 | + ".NETPortable,Version=v4.5,Profile=Profile7": { |
| 7 | + "compilationOptions": { |
| 8 | + "define": [ "PCL" ] |
| 9 | + }, |
7 | 10 | "frameworkAssemblies": { |
8 | | - "System.Core": "", |
| 11 | + "System": "", |
9 | 12 | "System.Collections": "", |
| 13 | + "System.Collections.Concurrent": "", |
| 14 | + "System.Globalization": "", |
| 15 | + "System.IO": "", |
10 | 16 | "System.Linq": "", |
11 | 17 | "System.Linq.Expressions": "", |
12 | | - "System.Linq.Queryable": "", |
13 | | - "System.Text.RegularExpressions": "", |
14 | 18 | "System.Reflection": "", |
15 | 19 | "System.Reflection.Extensions": "", |
16 | | - "System.Diagnostics.Debug": "", |
17 | | - "System.ObjectModel": "", |
18 | | - "System.Threading": "", |
19 | 20 | "System.Runtime": "", |
20 | 21 | "System.Runtime.Extensions": "", |
21 | 22 | "System.Runtime.Serialization.Primitives": "", |
22 | | - "System.Runtime.Serialization.Json": "", |
23 | | - "System.Runtime.Serialization.Xml": "", |
| 23 | + "System.Text.Encoding": "", |
| 24 | + "System.Text.Encoding.Extensions": "", |
| 25 | + "System.Text.RegularExpressions": "", |
| 26 | + "System.Threading": "", |
| 27 | + "System.Threading.Tasks": "", |
24 | 28 | "System.Net.Requests": "", |
25 | | - "System.Net.Http": "" |
26 | | - }, |
27 | | - "compilationOptions": { "define": [ "PCL", "CORECLR" ] } |
| 29 | + "System.Net.Http": "", |
| 30 | + "System.Net.Primitives": "" |
| 31 | + } |
28 | 32 | }, |
29 | 33 | "net45": { |
30 | 34 | "frameworkAssemblies": { |
|
0 commit comments