|
7 | 7 | "embed": "**/Scripts/*.*" |
8 | 8 | }, |
9 | 9 | "dependencies": { |
10 | | - "NETStandard.Library": "1.6.0", |
11 | | - "Newtonsoft.Json": "9.0.1" |
| 10 | + "NETStandard.Library": "1.6.0" |
12 | 11 | }, |
13 | 12 |
|
14 | 13 | "frameworks": { |
15 | 14 | "net40": { |
16 | 15 | "dependencies": { |
17 | 16 |
|
18 | 17 | }, |
19 | | - "frameworkAssemblies": { |
20 | | - "System.Web": "4.0.0.0", |
21 | | - "System.Web.Extensions": "4.0.0.0" |
22 | | - }, |
| 18 | + "frameworkAssemblies": { |
| 19 | + "System.Runtime.Serialization": "4.0.0.0", |
| 20 | + "System.Xml": "4.0.0.0" |
| 21 | + }, |
23 | 22 | "buildOptions": { |
24 | 23 | "define": [ |
25 | 24 | "APPDOMAIN", |
|
29 | 28 | }, |
30 | 29 | "netstandard1.5": { |
31 | 30 | "imports": "dnxcore50", |
32 | | - "dependencies": { |
33 | | - "System.Reflection.TypeExtensions": "4.1.0", |
34 | | - "System.Runtime.Loader": "4.0.0", |
35 | | - "System.Threading.ThreadPool": "4.0.10", |
36 | | - "System.Linq.Expressions": "4.1.0", |
37 | | - "System.Reflection": "4.1.0", |
38 | | - "System.Runtime.Extensions": "4.1.0", |
39 | | - "System.Diagnostics.StackTrace": "4.0.1" |
40 | | - } |
| 31 | + "dependencies": { |
| 32 | + "System.Diagnostics.StackTrace": "4.0.1", |
| 33 | + "System.Linq.Expressions": "4.1.0", |
| 34 | + "System.Reflection": "4.1.0", |
| 35 | + "System.Reflection.TypeExtensions": "4.1.0", |
| 36 | + "System.Runtime.Extensions": "4.1.0", |
| 37 | + "System.Runtime.Loader": "4.0.0", |
| 38 | + "System.Runtime.Serialization.Json": "4.0.2", |
| 39 | + "System.Runtime.Serialization.Primitives": "4.1.1", |
| 40 | + "System.Text.Encoding": "4.0.11", |
| 41 | + "System.Threading.ThreadPool": "4.0.10" |
| 42 | + } |
41 | 43 | } |
42 | 44 | } |
43 | 45 | } |
0 commit comments