|
1 | 1 | { |
2 | | - "version": "14.0.0-*", |
| 2 | + "version": "14.0.0", |
3 | 3 | "description": "A middleware that supports creating a communication channel between the development environment and one or more web browsers.", |
4 | 4 | "buildOptions": { |
5 | 5 | "warningsAsErrors": true, |
|
10 | 10 | ] |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*", |
14 | | - "Microsoft.Extensions.FileProviders.Physical": "1.0.0-*", |
15 | | - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-*", |
| 13 | + "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", |
| 14 | + "Microsoft.Extensions.FileProviders.Physical": "1.0.0", |
| 15 | + "Microsoft.Extensions.PlatformAbstractions": "1.0.0" |
16 | 16 | }, |
17 | 17 | "frameworks": { |
18 | 18 | "net451": {}, |
19 | 19 | "netstandard1.5": { |
20 | 20 | "dependencies": { |
21 | | - "Microsoft.Win32.Registry": "4.0.0-*", |
22 | | - "System.Text.Encoding": "4.0.11-*", |
23 | | - "System.Threading": "4.0.11-*", |
24 | | - "System.Net.Sockets": "4.1.0-*", |
25 | | - "System.Collections": "4.0.11-*", |
26 | | - "System.Runtime.Loader": "4.0.0-*" |
| 21 | + "Microsoft.Win32.Registry": "4.0.0", |
| 22 | + "System.Text.Encoding": "4.0.11", |
| 23 | + "System.Threading": "4.0.11", |
| 24 | + "System.Net.Sockets": "4.1.0", |
| 25 | + "System.Collections": "4.0.11", |
| 26 | + "System.Runtime.Loader": "4.0.0" |
27 | 27 | } |
28 | 28 | } |
29 | 29 | } |
|
0 commit comments