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

Commit a09bce0

Browse files
committed
Updating to RTM builds of xunit and Moq
1 parent de668c2 commit a09bce0

File tree

2 files changed

+8
-23
lines changed

2 files changed

+8
-23
lines changed

test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/project.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"version": "1.1.0-*",
33
"dependencies": {
4-
"dotnet-test-xunit": "1.0.0-*",
4+
"dotnet-test-xunit": "2.2.0-*",
55
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*",
66
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
77
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0-*",
88
"Microsoft.AspNetCore.Testing": "1.1.0-*",
99
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
1010
"Newtonsoft.Json": "9.0.1",
11-
"xunit": "2.1.0"
11+
"xunit": "2.2.0-*"
1212
},
1313
"frameworks": {
1414
"netcoreapp1.0": {
@@ -20,17 +20,9 @@
2020
"System.Net.Http": "4.1.0-*",
2121
"System.Net.Http.WinHttpHandler": "4.0.0-*",
2222
"System.Runtime.Serialization.Primitives": "4.1.1-*"
23-
},
24-
"imports": [
25-
"portable-dnxcore50+net45+win8+wp8+wpa81",
26-
"dotnet",
27-
"portable-net45+win8"
28-
]
23+
}
2924
},
3025
"net451": {
31-
"dependencies": {
32-
"xunit.runner.console": "2.1.0"
33-
},
3426
"frameworkAssemblies": {
3527
"System.Net.Http": "4.0.0.0"
3628
}

test/Microsoft.AspNetCore.Server.KestrelTests/project.json

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"version": "1.1.0-*",
33
"dependencies": {
4-
"dotnet-test-xunit": "1.0.0-*",
4+
"dotnet-test-xunit": "2.2.0-*",
55
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
66
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0-*",
77
"Microsoft.AspNetCore.Testing": "1.1.0-*",
8-
"xunit": "2.1.0"
8+
"Moq": "4.6.25-*",
9+
"xunit": "2.2.0-*"
910
},
1011
"frameworks": {
1112
"netcoreapp1.0": {
@@ -20,19 +21,11 @@
2021
"System.Net.Http": "4.1.0-*",
2122
"System.Net.Http.WinHttpHandler": "4.0.0-*",
2223
"System.Net.Sockets": "4.1.0-*",
23-
"System.Runtime.Handles": "4.0.1-*",
24-
"moq.netcore": "4.4.0-beta8"
24+
"System.Runtime.Handles": "4.0.1-*"
2525
},
26-
"imports": [
27-
"dnxcore50",
28-
"portable-net451+win8"
29-
]
26+
"imports": "dotnet5.4"
3027
},
3128
"net451": {
32-
"dependencies": {
33-
"xunit.runner.console": "2.1.0",
34-
"Moq": "4.2.1312.1622"
35-
},
3629
"frameworkAssemblies": {
3730
"System.Net.Http": "4.0.0.0"
3831
}

0 commit comments

Comments
 (0)