Skip to content

Commit 9ce9250

Browse files
committed
Merge pull request #60 from aspnet/sajayantony/cli
Fix benchmark repo to use NETStandard.Library
2 parents f92dca7 + d4af82f commit 9ce9250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Benchmarks/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dnxcore50": {
2323
"imports": "portable-net451+win8",
2424
"dependencies": {
25-
"Microsoft.NETCore.Platforms": "1.0.1-*",
25+
"NETStandard.Library": "1.0.0-*",
2626
"System.Runtime.Serialization.Primitives": "4.1.0-*"
2727
}
2828
},

0 commit comments

Comments
 (0)