Skip to content
This repository was archived by the owner on Nov 6, 2018. It is now read-only.

Commit 4ce656c

Browse files
committed
Updating to RTM builds of xunit
1 parent b58bbe0 commit 4ce656c

File tree

4 files changed

+15
-59
lines changed
  • test
    • Microsoft.Extensions.FileProviders.Composite.Tests
    • Microsoft.Extensions.FileProviders.Embedded.Tests
    • Microsoft.Extensions.FileProviders.Physical.Tests
    • Microsoft.Extensions.FileSystemGlobbing.Tests

4 files changed

+15
-59
lines changed
Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"dependencies": {
3-
"dotnet-test-xunit": "1.0.0-*",
3+
"dotnet-test-xunit": "2.2.0-*",
44
"Microsoft.AspNetCore.Testing": "1.1.0-*",
55
"Microsoft.Extensions.FileProviders.Composite": "1.1.0-*",
66
"Microsoft.Extensions.FileProviders.Sources": "1.1.0-*",
7-
"xunit": "2.1.0"
7+
"xunit": "2.2.0-*"
88
},
99
"testRunner": "xunit",
1010
"frameworks": {
@@ -13,20 +13,9 @@
1313
"Microsoft.NETCore.App": {
1414
"version": "1.0.0-*",
1515
"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"
2816
}
2917
}
30-
}
18+
},
19+
"net451": {}
3120
}
3221
}
Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"dependencies": {
3-
"dotnet-test-xunit": "1.0.0-*",
3+
"dotnet-test-xunit": "2.2.0-*",
44
"Microsoft.AspNetCore.Testing": "1.1.0-*",
55
"Microsoft.Extensions.FileProviders.Embedded": "1.1.0-*",
6-
"xunit": "2.1.0"
6+
"xunit": "2.2.0-*"
77
},
88
"testRunner": "xunit",
99
"buildOptions": {
@@ -13,28 +13,14 @@
1313
},
1414
"frameworks": {
1515
"netcoreapp1.0": {
16-
"imports": [
17-
"dnxcore50",
18-
"portable-net451+win8"
19-
],
2016
"dependencies": {
2117
"Microsoft.NETCore.App": {
2218
"version": "1.0.0-*",
2319
"type": "platform"
2420
},
25-
"System.Reflection.Extensions": "4.0.1-*",
26-
"System.Diagnostics.Process": "4.1.0-*"
21+
"System.Reflection.Extensions": "4.0.1-*"
2722
}
2823
},
29-
"net451": {
30-
"frameworkAssemblies": {
31-
"System.Runtime": {
32-
"type": "build"
33-
},
34-
"System.Reflection": {
35-
"type": "build"
36-
}
37-
}
38-
}
24+
"net451": {}
3925
}
4026
}

test/Microsoft.Extensions.FileProviders.Physical.Tests/project.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,19 @@
77
}
88
},
99
"dependencies": {
10-
"dotnet-test-xunit": "1.0.0-*",
10+
"dotnet-test-xunit": "2.2.0-*",
1111
"Microsoft.AspNetCore.Testing": "1.1.0-*",
1212
"Microsoft.Extensions.FileProviders.Physical": "1.1.0-*",
13-
"xunit": "2.1.0"
13+
"xunit": "2.2.0-*"
1414
},
1515
"testRunner": "xunit",
1616
"frameworks": {
1717
"netcoreapp1.0": {
18-
"imports": [
19-
"dnxcore50",
20-
"portable-net451+win8"
21-
],
2218
"dependencies": {
2319
"Microsoft.NETCore.App": {
2420
"version": "1.0.0-*",
2521
"type": "platform"
26-
},
27-
"System.Diagnostics.Process": "4.1.0-*"
22+
}
2823
}
2924
},
3025
"net451": {}

test/Microsoft.Extensions.FileSystemGlobbing.Tests/project.json

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,21 @@
55
"keyFile": "../../tools/Key.snk"
66
},
77
"dependencies": {
8-
"dotnet-test-xunit": "1.0.0-*",
8+
"dotnet-test-xunit": "2.2.0-*",
99
"Microsoft.AspNetCore.Testing": "1.1.0-*",
1010
"Microsoft.Extensions.FileSystemGlobbing": "1.1.0-*",
11-
"xunit": "2.1.0"
11+
"xunit": "2.2.0-*"
1212
},
1313
"frameworks": {
1414
"netcoreapp1.0": {
15-
"imports": [
16-
"dnxcore50",
17-
"portable-net451+win8"
18-
],
1915
"dependencies": {
2016
"Microsoft.NETCore.App": {
2117
"version": "1.0.0-*",
2218
"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"
3419
}
3520
}
36-
}
21+
},
22+
"net451": {}
3723
},
3824
"testRunner": "xunit"
3925
}

0 commit comments

Comments
 (0)