|
17 | 17 | "System.Runtime.Serialization.Formatters": "4.0.0-*", |
18 | 18 | "ServiceStack.Interfaces" : "4.0.*", |
19 | 19 | "ServiceStack.Text" : "4.0.*", |
20 | | - "ServiceStack.Common" : "4.0.*", |
| 20 | + "ServiceStack.Common" : "4.0.*" |
21 | 21 | }, |
22 | 22 | "compile": ["../../ServiceStack.Redis/**/*.cs"], |
23 | 23 | "exclude": ["../../ServiceStack.Redis/RedisPipeline.cs"], |
24 | 24 | "frameworks": { |
25 | 25 | "netstandard1.3": { |
26 | 26 | "dependencies" : { |
27 | | - "System.Linq.Expressions" : "4.1.0", |
28 | | - "System.Runtime.Serialization.Primitives" : "4.1.1-*", |
29 | | - "System.Runtime.Serialization.Xml" : "4.1.1", |
30 | | - "System.Net.Http" : "4.1.0", |
31 | | - "System.Net.Requests" : "4.0.11", |
32 | | - "System.Net.Security" : "4.0.0", |
33 | | - "System.IO" : "4.1.0", |
34 | | - "System.Dynamic.Runtime" : "4.0.11", |
35 | | - "Microsoft.CSharp" : "4.0.1-*", |
36 | | - "System.Reflection": "4.1.0-*", |
37 | | - "System.Reflection.Extensions" : "4.0.1", |
38 | | - "System.Reflection.Emit" : "4.0.1", |
39 | | - "System.Reflection.Emit.Lightweight": "4.0.1", |
40 | | - "System.Collections.Specialized": "4.0.1", |
41 | | - "System.Collections.NonGeneric": "4.0.1", |
42 | | - "System.Security.Cryptography.Algorithms" : "4.2.0" |
| 27 | + "System.Linq.Expressions" : "4.1.0", |
| 28 | + "System.Runtime.Serialization.Primitives" : "4.1.1-*", |
| 29 | + "System.Runtime.Serialization.Xml" : "4.1.1", |
| 30 | + "System.Net.Http" : "4.1.0", |
| 31 | + "System.Net.Requests" : "4.0.11", |
| 32 | + "System.Net.Security" : "4.0.0", |
| 33 | + "System.IO" : "4.1.0", |
| 34 | + "System.Dynamic.Runtime" : "4.0.11", |
| 35 | + "Microsoft.CSharp" : "4.0.1-*", |
| 36 | + "System.Reflection": "4.1.0-*", |
| 37 | + "System.Reflection.Extensions" : "4.0.1", |
| 38 | + "System.Reflection.Emit" : "4.0.1", |
| 39 | + "System.Reflection.Emit.Lightweight": "4.0.1", |
| 40 | + "System.Collections.Specialized": "4.0.1", |
| 41 | + "System.Collections.NonGeneric": "4.0.1", |
| 42 | + "System.Security.Cryptography.Algorithms" : "4.2.0", |
| 43 | + "System.Net.NameResolution" : "4.0.0" |
43 | 44 | } |
44 | 45 | } |
45 | 46 |
|
|
0 commit comments