This repository was archived by the owner on Feb 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
test/Microsoft.AspNetCore.Razor.Design.Test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "testRunner" : " xunit" ,
3- "frameworks" : {
4- "netcoreapp1.0" : {
5- "dependencies" : {
6- "Microsoft.NETCore.App" : {
7- "version" : " 1.0.0-*" ,
8- "type" : " platform"
9- },
10- "Microsoft.AspNetCore.Razor.Tools" : " 1.0.0-*" ,
11- "Microsoft.AspNetCore.Razor.Test.Sources" : {
12- "version" : " 1.1.0-*" ,
13- "type" : " build"
14- },
15- "Microsoft.Extensions.HashCodeCombiner.Sources" : {
16- "version" : " 1.1.0-*" ,
17- "type" : " build"
18- },
19- "System.Diagnostics.Process" : " 4.1.0-*" ,
20- "xunit" : " 2.1.0"
21- },
22- "imports" : [
23- " dnxcore50" ,
24- " portable-net451+win8"
25- ]
26- }
27- },
283 "dependencies" : {
29- "dotnet-test-xunit" : " 1.0.0-*"
4+ "dotnet-test-xunit" : " 2.2.0-*" ,
5+ "Microsoft.NETCore.App" : {
6+ "version" : " 1.0.0-*" ,
7+ "type" : " platform"
8+ },
9+ "Microsoft.AspNetCore.Razor.Tools" : " 1.0.0-*" ,
10+ "Microsoft.AspNetCore.Razor.Test.Sources" : {
11+ "version" : " 1.1.0-*" ,
12+ "type" : " build"
13+ },
14+ "Microsoft.Extensions.HashCodeCombiner.Sources" : {
15+ "version" : " 1.1.0-*" ,
16+ "type" : " build"
17+ },
18+ "xunit" : " 2.2.0-*"
19+ },
20+ "frameworks" : {
21+ "netcoreapp1.0" : {}
3022 }
3123}
You can’t perform that action at this time.
0 commit comments