Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 1bda21d

Browse files
committed
Updating to RTM builds of xunit and Moq
1 parent d9dfc2a commit 1bda21d

1 file changed

Lines changed: 18 additions & 26 deletions

File tree

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,23 @@
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
}

0 commit comments

Comments
 (0)