11{
2- "description" : " Test host for discovering and running unit tests at design time, such as in Visual Studio." ,
3- "version" : " 1.0.0-*" ,
4- "repository" : {
5- "type" : " git" ,
6- "url" : " git://github.com/aspnet/testing"
2+ "description" : " Test host for discovering and running unit tests at design time, such as in Visual Studio." ,
3+ "version" : " 1.0.0-rc1-final" ,
4+ "repository" : {
5+ "type" : " git" ,
6+ "url" : " git://github.com/aspnet/testing"
7+ },
8+ "compilationOptions" : {
9+ "warningsAsErrors" : true ,
10+ "keyFile" : " ../../tools/Key.snk"
11+ },
12+ "dependencies" : {
13+ "Microsoft.Dnx.Compilation.Abstractions" : " 1.0.0-rc1-final" ,
14+ "Microsoft.Dnx.Runtime.CommandParsing.Sources" : {
15+ "version" : " 1.0.0-rc1-final" ,
16+ "type" : " build"
717 },
8- "compilationOptions " : {
9- "warningsAsErrors " : true ,
10- "keyFile " : " ../../tools/Key.snk "
18+ "Microsoft.Dnx.Runtime.Sources " : {
19+ "version " : " 1.0.0-rc1-final " ,
20+ "type " : " build "
1121 },
12- "dependencies" : {
13- "Microsoft.Dnx.Compilation.Abstractions" : " 1.0.0-*" ,
14- "Microsoft.Dnx.Runtime.CommandParsing.Sources" : {
15- "version" : " 1.0.0-*" ,
16- "type" : " build"
17- },
18- "Microsoft.Dnx.Runtime.Sources" : {
19- "version" : " 1.0.0-*" ,
20- "type" : " build"
21- },
22- "Microsoft.Dnx.Testing.Abstractions" : " 1.0.0-*" ,
23- "Microsoft.Extensions.CommandLineUtils.Sources" : {
24- "version" : " 1.0.0-*" ,
25- "type" : " build"
26- },
27- "Microsoft.Extensions.Logging" : " 1.0.0-*" ,
28- "Newtonsoft.Json" : " 6.0.6"
22+ "Microsoft.Dnx.Testing.Abstractions" : " 1.0.0-rc1-final" ,
23+ "Microsoft.Extensions.CommandLineUtils.Sources" : {
24+ "version" : " 1.0.0-rc1-final" ,
25+ "type" : " build"
2926 },
30- "commands" : {
31- "run" : " run"
27+ "Microsoft.Extensions.Logging" : " 1.0.0-rc1-final" ,
28+ "Newtonsoft.Json" : " 6.0.6"
29+ },
30+ "commands" : {
31+ "run" : " run"
32+ },
33+ "frameworks" : {
34+ "dnx451" : {
35+ "frameworkAssemblies" : {
36+ "System.Runtime" : " " ,
37+ "System.Threading.Tasks" : " "
38+ }
3239 },
33- "frameworks" : {
34- "dnx451" : {
35- "frameworkAssemblies" : {
36- "System.Runtime" : " " ,
37- "System.Threading.Tasks" : " "
38- }
39- },
40- "dnxcore50" : {
41- "dependencies" : {
42- "System.Console" : " 4.0.0-beta-*" ,
43- "System.Diagnostics.Process" : " 4.1.0-beta-*" ,
44- "System.Diagnostics.TextWriterTraceListener" : " 4.0.0-beta-*" ,
45- "System.Diagnostics.TraceSource" : " 4.0.0-beta-*" ,
46- "System.Net.Primitives" : " 4.0.11-beta-*" ,
47- "System.Net.Sockets" : " 4.1.0-beta-*" ,
48- "System.Reflection.Extensions" : " 4.0.1-beta-*" ,
49- "System.Reflection.TypeExtensions" : " 4.0.1-beta-*" ,
50- "System.Threading.Thread" : " 4.0.0-beta-*"
51- }
52- }
40+ "dnxcore50" : {
41+ "dependencies" : {
42+ "System.Console" : " 4.0.0-beta-23516" ,
43+ "System.Diagnostics.Process" : " 4.1.0-beta-23516" ,
44+ "System.Diagnostics.TextWriterTraceListener" : " 4.0.0-beta-23516" ,
45+ "System.Diagnostics.TraceSource" : " 4.0.0-beta-23516" ,
46+ "System.Net.Primitives" : " 4.0.11-beta-23516" ,
47+ "System.Net.Sockets" : " 4.1.0-beta-23516" ,
48+ "System.Reflection.Extensions" : " 4.0.1-beta-23516" ,
49+ "System.Reflection.TypeExtensions" : " 4.1.0-beta-23516" ,
50+ "System.Threading.Thread" : " 4.0.0-beta-23516"
51+ }
5352 }
54- }
53+ }
54+ }
0 commit comments