|
1 | 1 | { |
2 | | - "version": "1.0.0-*", |
| 2 | + "version": "1.0.0-rc1-final", |
3 | 3 | "description": "A DiagnosticListener implementation which provides duck-typing through generated proxy types.", |
4 | 4 | "dependencies": { |
5 | | - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*", |
6 | | - "System.Diagnostics.DiagnosticSource": "4.0.0-beta-*" |
| 5 | + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", |
| 6 | + "System.Diagnostics.DiagnosticSource": "4.0.0-beta-23516" |
7 | 7 | }, |
8 | 8 | "compilationOptions": { |
9 | 9 | "define": [ |
|
22 | 22 | }, |
23 | 23 | "dotnet5.4": { |
24 | 24 | "dependencies": { |
25 | | - "System.ComponentModel": "4.0.1-beta-*", |
26 | | - "System.Collections.Concurrent": "4.0.11-beta-*", |
27 | | - "System.Collections": "4.0.11-beta-*", |
28 | | - "System.Diagnostics.Debug": "4.0.11-beta-*", |
29 | | - "System.Globalization": "4.0.11-beta-*", |
30 | | - "System.Linq": "4.0.1-beta-*", |
31 | | - "System.Linq.Expressions": "4.0.11-beta-*", |
32 | | - "System.Threading": "4.0.11-beta-*", |
33 | | - "System.Reflection": "4.0.11-beta-*", |
34 | | - "System.Reflection.Emit": "4.0.1-beta-*", |
35 | | - "System.Reflection.Emit.Lightweight": "4.0.1-beta-*", |
36 | | - "System.Reflection.Extensions": "4.0.1-beta-*", |
37 | | - "System.Reflection.TypeExtensions": "4.0.1-beta-*", |
38 | | - "System.Resources.ResourceManager": "4.0.1-beta-*", |
39 | | - "System.Runtime": "4.0.21-beta-*", |
40 | | - "System.Runtime.Extensions": "4.0.11-beta-*" |
| 25 | + "System.ComponentModel": "4.0.1-beta-23516", |
| 26 | + "System.Collections.Concurrent": "4.0.11-beta-23516", |
| 27 | + "System.Collections": "4.0.11-beta-23516", |
| 28 | + "System.Diagnostics.Debug": "4.0.11-beta-23516", |
| 29 | + "System.Globalization": "4.0.11-beta-23516", |
| 30 | + "System.Linq": "4.0.1-beta-23516", |
| 31 | + "System.Linq.Expressions": "4.0.11-beta-23516", |
| 32 | + "System.Threading": "4.0.11-beta-23516", |
| 33 | + "System.Reflection": "4.1.0-beta-23516", |
| 34 | + "System.Reflection.Emit": "4.0.1-beta-23516", |
| 35 | + "System.Reflection.Emit.Lightweight": "4.0.1-beta-23516", |
| 36 | + "System.Reflection.Extensions": "4.0.1-beta-23516", |
| 37 | + "System.Reflection.TypeExtensions": "4.1.0-beta-23516", |
| 38 | + "System.Resources.ResourceManager": "4.0.1-beta-23516", |
| 39 | + "System.Runtime": "4.0.21-beta-23516", |
| 40 | + "System.Runtime.Extensions": "4.0.11-beta-23516" |
41 | 41 | } |
42 | 42 | } |
43 | 43 | } |
|
0 commit comments