This repository was archived by the owner on Nov 6, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +15
-59
lines changed
Microsoft.Extensions.FileProviders.Composite.Tests
Microsoft.Extensions.FileProviders.Embedded.Tests
Microsoft.Extensions.FileProviders.Physical.Tests
Microsoft.Extensions.FileSystemGlobbing.Tests Expand file tree Collapse file tree 4 files changed +15
-59
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "dotnet-test-xunit" : " 1.0 .0-*" ,
3
+ "dotnet-test-xunit" : " 2.2 .0-*" ,
4
4
"Microsoft.AspNetCore.Testing" : " 1.1.0-*" ,
5
5
"Microsoft.Extensions.FileProviders.Composite" : " 1.1.0-*" ,
6
6
"Microsoft.Extensions.FileProviders.Sources" : " 1.1.0-*" ,
7
- "xunit" : " 2.1.0 "
7
+ "xunit" : " 2.2.0-* "
8
8
},
9
9
"testRunner" : " xunit" ,
10
10
"frameworks" : {
13
13
"Microsoft.NETCore.App" : {
14
14
"version" : " 1.0.0-*" ,
15
15
"type" : " platform"
16
- },
17
- "System.Diagnostics.Process" : " 4.1.0-*"
18
- },
19
- "imports" : [
20
- " dnxcore50" ,
21
- " portable-net451+win8"
22
- ]
23
- },
24
- "net451" : {
25
- "frameworkAssemblies" : {
26
- "System.Runtime" : {
27
- "type" : " build"
28
16
}
29
17
}
30
- }
18
+ },
19
+ "net451" : {}
31
20
}
32
21
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "dotnet-test-xunit" : " 1.0 .0-*" ,
3
+ "dotnet-test-xunit" : " 2.2 .0-*" ,
4
4
"Microsoft.AspNetCore.Testing" : " 1.1.0-*" ,
5
5
"Microsoft.Extensions.FileProviders.Embedded" : " 1.1.0-*" ,
6
- "xunit" : " 2.1.0 "
6
+ "xunit" : " 2.2.0-* "
7
7
},
8
8
"testRunner" : " xunit" ,
9
9
"buildOptions" : {
13
13
},
14
14
"frameworks" : {
15
15
"netcoreapp1.0" : {
16
- "imports" : [
17
- " dnxcore50" ,
18
- " portable-net451+win8"
19
- ],
20
16
"dependencies" : {
21
17
"Microsoft.NETCore.App" : {
22
18
"version" : " 1.0.0-*" ,
23
19
"type" : " platform"
24
20
},
25
- "System.Reflection.Extensions" : " 4.0.1-*" ,
26
- "System.Diagnostics.Process" : " 4.1.0-*"
21
+ "System.Reflection.Extensions" : " 4.0.1-*"
27
22
}
28
23
},
29
- "net451" : {
30
- "frameworkAssemblies" : {
31
- "System.Runtime" : {
32
- "type" : " build"
33
- },
34
- "System.Reflection" : {
35
- "type" : " build"
36
- }
37
- }
38
- }
24
+ "net451" : {}
39
25
}
40
26
}
Original file line number Diff line number Diff line change 7
7
}
8
8
},
9
9
"dependencies" : {
10
- "dotnet-test-xunit" : " 1.0 .0-*" ,
10
+ "dotnet-test-xunit" : " 2.2 .0-*" ,
11
11
"Microsoft.AspNetCore.Testing" : " 1.1.0-*" ,
12
12
"Microsoft.Extensions.FileProviders.Physical" : " 1.1.0-*" ,
13
- "xunit" : " 2.1.0 "
13
+ "xunit" : " 2.2.0-* "
14
14
},
15
15
"testRunner" : " xunit" ,
16
16
"frameworks" : {
17
17
"netcoreapp1.0" : {
18
- "imports" : [
19
- " dnxcore50" ,
20
- " portable-net451+win8"
21
- ],
22
18
"dependencies" : {
23
19
"Microsoft.NETCore.App" : {
24
20
"version" : " 1.0.0-*" ,
25
21
"type" : " platform"
26
- },
27
- "System.Diagnostics.Process" : " 4.1.0-*"
22
+ }
28
23
}
29
24
},
30
25
"net451" : {}
Original file line number Diff line number Diff line change 5
5
"keyFile" : " ../../tools/Key.snk"
6
6
},
7
7
"dependencies" : {
8
- "dotnet-test-xunit" : " 1.0 .0-*" ,
8
+ "dotnet-test-xunit" : " 2.2 .0-*" ,
9
9
"Microsoft.AspNetCore.Testing" : " 1.1.0-*" ,
10
10
"Microsoft.Extensions.FileSystemGlobbing" : " 1.1.0-*" ,
11
- "xunit" : " 2.1.0 "
11
+ "xunit" : " 2.2.0-* "
12
12
},
13
13
"frameworks" : {
14
14
"netcoreapp1.0" : {
15
- "imports" : [
16
- " dnxcore50" ,
17
- " portable-net451+win8"
18
- ],
19
15
"dependencies" : {
20
16
"Microsoft.NETCore.App" : {
21
17
"version" : " 1.0.0-*" ,
22
18
"type" : " platform"
23
- },
24
- "System.Diagnostics.Process" : " 4.1.0-*"
25
- }
26
- },
27
- "net451" : {
28
- "frameworkAssemblies" : {
29
- "System.Runtime" : {
30
- "type" : " build"
31
- },
32
- "System.Threading.Tasks" : {
33
- "type" : " build"
34
19
}
35
20
}
36
- }
21
+ },
22
+ "net451" : {}
37
23
},
38
24
"testRunner" : " xunit"
39
25
}
You can’t perform that action at this time.
0 commit comments