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

Commit 866f155

Browse files
committed
Fixed the build
1 parent a81f417 commit 866f155

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/Microsoft.AspNetCore.Cors.Test/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
"Microsoft.AspNetCore.Cors": "1.0.0-*",
66
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
77
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
8-
"Microsoft.NETCore.Platforms": "1.0.1-*",
98
"xunit": "2.1.0"
109
},
1110
"testRunner": "xunit",
1211
"frameworks": {
1312
"netstandardapp1.5": {
1413
"dependencies": {
1514
"dotnet-test-xunit": "1.0.0-dev-*",
16-
"moq.netcore": "4.4.0-beta8"
15+
"moq.netcore": "4.4.0-beta8",
16+
"NETStandard.Library": "1.5.0-*",
17+
"System.Diagnostics.Process": "4.1.0-*"
1718
},
1819
"imports": [
1920
"dnxcore50",

0 commit comments

Comments
 (0)