|
1 | 1 | { |
2 | 2 | "description": "Runtime components for rendering Razor pages and implementing tag helpers.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Razor.TagHelpers.HtmlAttributeNameAttribute\r\nMicrosoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute\r\nMicrosoft.AspNetCore.Razor.TagHelpers.ITagHelper", |
3 | | - "version": "1.0.0-*", |
| 3 | + "version": "1.0.0", |
4 | 4 | "buildOptions": { |
5 | 5 | "allowUnsafe": true, |
6 | 6 | "keyFile": "../../tools/Key.snk", |
|
24 | 24 | ] |
25 | 25 | }, |
26 | 26 | "dependencies": { |
27 | | - "Microsoft.AspNetCore.Html.Abstractions": "1.0.0-*", |
28 | | - "Microsoft.AspNetCore.Razor": "1.0.0-*", |
| 27 | + "Microsoft.AspNetCore.Html.Abstractions": "1.0.0", |
| 28 | + "Microsoft.AspNetCore.Razor": "1.0.0", |
29 | 29 | "Microsoft.Extensions.ClosedGenericMatcher.Sources": { |
30 | 30 | "type": "build", |
31 | | - "version": "1.0.0-*" |
| 31 | + "version": "1.0.0-rtm-21431" |
32 | 32 | }, |
33 | 33 | "Microsoft.Extensions.CopyOnWriteDictionary.Sources": { |
34 | 34 | "type": "build", |
35 | | - "version": "1.0.0-*" |
| 35 | + "version": "1.0.0-rtm-21431" |
36 | 36 | }, |
37 | 37 | "Microsoft.Extensions.HashCodeCombiner.Sources": { |
38 | 38 | "type": "build", |
39 | | - "version": "1.0.0-*" |
| 39 | + "version": "1.0.0-rtm-21431" |
40 | 40 | } |
41 | 41 | }, |
42 | 42 | "frameworks": { |
|
54 | 54 | }, |
55 | 55 | "netstandard1.5": { |
56 | 56 | "dependencies": { |
57 | | - "System.Collections.Concurrent": "4.0.12-*", |
58 | | - "System.IO.FileSystem": "4.0.1-*", |
59 | | - "System.Reflection": "4.1.0-*", |
60 | | - "System.Reflection.Extensions": "4.0.1-*", |
61 | | - "System.Reflection.TypeExtensions": "4.1.0-*", |
62 | | - "System.Text.RegularExpressions": "4.1.0-*", |
63 | | - "System.Xml.XDocument": "4.0.11-*" |
| 57 | + "System.Collections.Concurrent": "4.0.12", |
| 58 | + "System.IO.FileSystem": "4.0.1", |
| 59 | + "System.Reflection": "4.1.0", |
| 60 | + "System.Reflection.Extensions": "4.0.1", |
| 61 | + "System.Reflection.TypeExtensions": "4.1.0", |
| 62 | + "System.Text.RegularExpressions": "4.1.0", |
| 63 | + "System.Xml.XDocument": "4.0.11" |
64 | 64 | } |
65 | 65 | } |
66 | 66 | } |
|
0 commit comments