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

Commit 05501d0

Browse files
committed
Fixed build
1 parent 213f4ec commit 05501d0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/Microsoft.Extensions.Logging.Test/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"portable-net451+win8"
2020
],
2121
"dependencies": {
22-
"Microsoft.NETCore.Platforms": "1.0.1-*",
22+
"NETStandard.Library": "1.5.0-*",
23+
"System.Diagnostics.Process": "4.1.0-*",
2324
"moq.netcore": "4.4.0-beta8",
2425
"dotnet-test-xunit": "1.0.0-dev-*"
2526
}

test/Microsoft.Extensions.Logging.Testing.Tests/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"portable-net451+win8"
1616
],
1717
"dependencies": {
18-
"Microsoft.NETCore.Platforms": "1.0.1-*",
18+
"NETStandard.Library": "1.5.0-*",
19+
"System.Diagnostics.Process": "4.1.0-*",
1920
"dotnet-test-xunit": "1.0.0-dev-*"
2021
}
2122
},

0 commit comments

Comments
 (0)