1
1
{
2
- "version" : " 1.0.0-*" ,
3
- "compilationOptions" : { "warningsAsErrors" : true },
4
- "dependencies" : {
5
- "Microsoft.AspNet.FileProviders.Abstractions" : " 1.0.0-*" ,
6
- "Microsoft.AspNet.FileProviders.Physical" : " 1.0.0-*" ,
7
- "Microsoft.Dnx.Runtime.Abstractions" : " 1.0.0-*" ,
8
- "Microsoft.Dnx.Runtime.Json.Sources" : {
9
- "type" : " build" ,
10
- "version" : " 1.0.0-*"
2
+ "version" : " 1.0.0-beta8" ,
3
+ "compilationOptions" : {
4
+ "warningsAsErrors" : true
11
5
},
12
- "Microsoft.Framework.Logging.Abstractions" : " 1.0.0-*" ,
13
- "Microsoft.Framework.FileSystemGlobbing" : " 1.0.0-*"
14
- },
15
- "frameworks" : {
16
- "dnx451" : {
17
- "frameworkAssemblies" : {
18
- "System.Collections" : " " ,
19
- "System.Runtime" : " "
20
- }
6
+ "dependencies" : {
7
+ "Microsoft.AspNet.FileProviders.Abstractions" : " 1.0.0-beta8" ,
8
+ "Microsoft.AspNet.FileProviders.Physical" : " 1.0.0-beta8" ,
9
+ "Microsoft.Dnx.Runtime.Abstractions" : " 1.0.0-beta8" ,
10
+ "Microsoft.Dnx.Runtime.Json.Sources" : {
11
+ "type" : " build" ,
12
+ "version" : " 1.0.0-beta8"
13
+ },
14
+ "Microsoft.Framework.Logging.Abstractions" : " 1.0.0-beta8" ,
15
+ "Microsoft.Framework.FileSystemGlobbing" : " 1.0.0-beta8"
21
16
},
22
- "dnxcore50" : {
23
- "dependencies" : {
24
- "System.Diagnostics.Process" : " 4.1.0-beta-*" ,
25
- "System.Linq" : " 4.0.1-beta-*" ,
26
- "System.Runtime.Extensions" : " 4.0.11-beta-*" ,
27
- "System.Threading.Thread" : " 4.0.0-beta-*"
28
- }
17
+ "frameworks" : {
18
+ "dnx451" : {
19
+ "frameworkAssemblies" : {
20
+ "System.Collections" : " " ,
21
+ "System.Runtime" : " "
22
+ }
23
+ },
24
+ "dnxcore50" : {
25
+ "dependencies" : {
26
+ "System.Diagnostics.Process" : " 4.1.0-beta-23409" ,
27
+ "System.Linq" : " 4.0.1-beta-23409" ,
28
+ "System.Runtime.Extensions" : " 4.0.11-beta-23409" ,
29
+ "System.Threading.Thread" : " 4.0.0-beta-23409"
30
+ }
31
+ }
32
+ },
33
+ "scripts" : {
34
+ "postbuild" : []
29
35
}
30
- },
31
-
32
- "scripts" : {
33
- "postbuild" : [
34
- ]
35
- }
36
- }
36
+ }
0 commit comments