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

Commit 400b85e

Browse files
ajaybhargavbpranavkm
authored andcommitted
Updating to RTM builds of xunit and Moq
1 parent c310c27 commit 400b85e

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

test/Microsoft.AspNetCore.StaticFiles.Tests/project.json

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,36 +17,23 @@
1717
},
1818
"dependencies": {
1919
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*",
20-
"dotnet-test-xunit": "1.0.0-*",
20+
"dotnet-test-xunit": "2.2.0-*",
2121
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*",
2222
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
2323
"Microsoft.AspNetCore.Testing": "1.1.0-*",
2424
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
25-
"xunit": "2.1.0"
25+
"xunit": "2.2.0-*"
2626
},
2727
"frameworks": {
2828
"netcoreapp1.0": {
2929
"dependencies": {
3030
"Microsoft.NETCore.App": {
3131
"version": "1.0.0-*",
3232
"type": "platform"
33-
},
34-
"System.Diagnostics.Process": "4.1.0-*"
35-
},
36-
"imports": [
37-
"dnxcore50",
38-
"portable-net451+win8"
39-
]
40-
},
41-
"net451": {
42-
"frameworkAssemblies": {
43-
"System.Runtime": "",
44-
"System.Threading.Tasks": ""
45-
},
46-
"dependencies": {
47-
"xunit.runner.console": "2.1.0"
33+
}
4834
}
49-
}
35+
},
36+
"net451": {}
5037
},
5138
"testRunner": "xunit"
5239
}

0 commit comments

Comments
 (0)